Home
last modified time | relevance | path

Searched refs:global (Results 1 – 10 of 10) sorted by relevance

/art/runtime/arch/mips64/
Dasm_support_mips64.S34 .global \name
51 .global \name
Dquick_entrypoints_mips64.S1389 move $t9, $v0 # code pointer must be in $t9 to generate the global pointer
1500 .global art_quick_instrumentation_exit
/art/test/130-hprof/src/
DMain.java29 private static void fillArray(Object global[], Object local[], int i) { in fillArray() argument
31 local[0] = global; in fillArray()
33 local[j] = global[j]; in fillArray()
/art/runtime/arch/mips/
Dasm_support_mips.S32 .global \name
48 .global \name
Dquick_entrypoints_mips.S1123 move $t9, $v0 # code pointer must be in $t9 to generate the global pointer
/art/sigchainlib/
Dversion-script.txt2 global:
/art/runtime/arch/arm64/
Dasm_support_arm64.S42 .global \name
/art/runtime/jdwp/
Dobject_registry.cc215 jobject global = entry.jni_reference; in Demote() local
218 env->DeleteGlobalRef(global); in Demote()
/art/runtime/arch/arm/
Dasm_support_arm.S55 .global \name
/art/runtime/
Djni_internal_test.cc1303 jobject global = env_->NewGlobalRef(local); in TEST_F() local
1304 EXPECT_EQ(JNIGlobalRefType, env_->GetObjectRefType(global)); in TEST_F()