Home
last modified time | relevance | path

Searched refs:artUnlockObjectFromCode (Results 1 – 6 of 6) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_lock_entrypoints.cc51 extern "C" int artUnlockObjectFromCode(mirror::Object* obj, Thread* self) in artUnlockObjectFromCode() function
/art/runtime/arch/riscv64/
Dquick_entrypoints_riscv64.S639 .extern artUnlockObjectFromCode
644 call artUnlockObjectFromCode // (Object*, Thread*)
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S586 .extern artUnlockObjectFromCode
595 bl artUnlockObjectFromCode @ (Object* obj, Thread*)
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S874 .extern artUnlockObjectFromCode
879 bl artUnlockObjectFromCode // (Object* obj, Thread*)
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1128 call SYMBOL(artUnlockObjectFromCode) // artUnlockObjectFromCode(object, Thread*)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1182 call SYMBOL(artUnlockObjectFromCode) // artUnlockObjectFromCode(object, Thread*)