Home
last modified time | relevance | path

Searched refs:GetLongArrayElements (Results 1 – 5 of 5) sorted by relevance

/art/test/ti-agent/
Dbreakpoint_helper.cc96 jlong* temp_locs = env->GetLongArrayElements(locs_array, /*isCopy*/nullptr); in Java_art_Breakpoint_getLineNumberTableNative()
/art/runtime/native/
Ddalvik_system_DexFile.cc74 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()
Ddalvik_system_VMRuntime.cc282 jlong* elements = env->GetLongArrayElements(disabled_compat_changes, /*isCopy*/nullptr); in VMRuntime_setDisabledCompatChangesNative()
/art/runtime/jni/
Djni_internal_test.cc367 EXPECT_EQ(env_->GetLongArrayElements(reinterpret_cast<jlongArray>(array), &is_copy), nullptr); in GetPrimitiveArrayElementsOfWrongType()
1250 GetLongArrayElements, ReleaseLongArrayElements, jlong, "[J"); in TEST_F()
Djni_internal.cc2165 static jlong* GetLongArrayElements(JNIEnv* env, jlongArray array, jboolean* is_copy) { in GetLongArrayElements() function in art::JNI
2914 JNIImpl::GetLongArrayElements,