Searched refs:artUnlockObjectFromCode (Results 1 – 9 of 9) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_lock_entrypoints.cc | 51 extern "C" int artUnlockObjectFromCode(mirror::Object* obj, Thread* self) in artUnlockObjectFromCode() function
|
/art/runtime/interpreter/mterp/x86_64/ |
D | other.S | 130 call SYMBOL(artUnlockObjectFromCode) # (object, self)
|
/art/runtime/interpreter/mterp/arm64/ |
D | other.S | 167 bl artUnlockObjectFromCode // w0<- success for unlock(self, obj)
|
/art/runtime/interpreter/mterp/x86/ |
D | other.S | 156 call SYMBOL(artUnlockObjectFromCode) # (object, self)
|
/art/runtime/interpreter/mterp/arm/ |
D | other.S | 181 bl artUnlockObjectFromCode @ r0<- success for unlock(self, obj)
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 1160 call SYMBOL(artUnlockObjectFromCode) // artUnlockObjectFromCode(object, Thread*) 1168 call SYMBOL(artUnlockObjectFromCode) // artUnlockObjectFromCode(object, Thread*)
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 936 .extern artUnlockObjectFromCode 980 bl artUnlockObjectFromCode // (Object* obj, Thread*)
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 1342 call SYMBOL(artUnlockObjectFromCode) // artUnlockObjectFromCode(object, Thread*) 1357 call SYMBOL(artUnlockObjectFromCode) // artUnlockObjectFromCode(object, Thread*)
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 670 bl artUnlockObjectFromCode @ (Object* obj, Thread*)
|