Searched refs:GetLongArrayElements (Results 1 – 5 of 5) sorted by relevance
/art/test/ti-agent/ |
D | breakpoint_helper.cc | 96 jlong* temp_locs = env->GetLongArrayElements(locs_array, /*isCopy*/nullptr); in Java_art_Breakpoint_getLineNumberTableNative()
|
/art/runtime/native/ |
D | dalvik_system_DexFile.cc | 74 jlong* long_data = env->GetLongArrayElements(reinterpret_cast<jlongArray>(array), in ConvertJavaArrayToDexFiles() 100 jlong* long_data = env->GetLongArrayElements(long_array, &is_long_data_copied); in ConvertDexFilesToJavaArray()
|
D | dalvik_system_VMRuntime.cc | 282 jlong* elements = env->GetLongArrayElements(disabled_compat_changes, /*isCopy*/nullptr); in VMRuntime_setDisabledCompatChangesNative()
|
/art/runtime/jni/ |
D | jni_internal_test.cc | 367 EXPECT_EQ(env_->GetLongArrayElements(reinterpret_cast<jlongArray>(array), &is_copy), nullptr); in GetPrimitiveArrayElementsOfWrongType() 1250 GetLongArrayElements, ReleaseLongArrayElements, jlong, "[J"); in TEST_F()
|
D | jni_internal.cc | 2165 static jlong* GetLongArrayElements(JNIEnv* env, jlongArray array, jboolean* is_copy) { in GetLongArrayElements() function in art::JNI 2914 JNIImpl::GetLongArrayElements,
|