OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pUnlockObject
(Results
1 - 8
of
8
) sorted by null
/art/runtime/entrypoints/quick/
quick_entrypoints.h
88
void (*
pUnlockObject
)(void*);
/art/compiler/dex/quick/x86/
call_x86.cc
186
CallRuntimeHelperReg(QUICK_ENTRYPOINT_OFFSET(
pUnlockObject
), rAX, true);
/art/runtime/arch/arm/
entrypoints_init_arm.cc
195
qpoints->
pUnlockObject
= art_quick_unlock_object;
/art/runtime/arch/mips/
entrypoints_init_mips.cc
196
qpoints->
pUnlockObject
= art_quick_unlock_object;
/art/runtime/arch/x86/
entrypoints_init_x86.cc
178
qpoints->
pUnlockObject
= art_quick_unlock_object;
/art/compiler/dex/quick/mips/
call_mips.cc
288
int r_tgt = LoadHelper(QUICK_ENTRYPOINT_OFFSET(
pUnlockObject
));
/art/compiler/dex/quick/arm/
call_arm.cc
519
LoadWordDisp(rARM_SELF, QUICK_ENTRYPOINT_OFFSET(
pUnlockObject
).Int32Value(), rARM_LR);
/art/runtime/
thread.cc
[
all
...]
Completed in 261 milliseconds