OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pLockObject
(Results
1 - 8
of
8
) sorted by null
/art/runtime/entrypoints/quick/
quick_entrypoints.h
87
void (*
pLockObject
)(void*);
/art/compiler/dex/quick/x86/
call_x86.cc
166
CallRuntimeHelperReg(QUICK_ENTRYPOINT_OFFSET(
pLockObject
), rCX, true);
/art/runtime/arch/arm/
entrypoints_init_arm.cc
194
qpoints->
pLockObject
= art_quick_lock_object;
/art/runtime/arch/mips/
entrypoints_init_mips.cc
195
qpoints->
pLockObject
= art_quick_lock_object;
/art/runtime/arch/x86/
entrypoints_init_x86.cc
177
qpoints->
pLockObject
= art_quick_lock_object;
/art/compiler/dex/quick/mips/
call_mips.cc
273
int r_tgt = LoadHelper(QUICK_ENTRYPOINT_OFFSET(
pLockObject
));
/art/compiler/dex/quick/arm/
call_arm.cc
488
LoadWordDisp(rARM_SELF, QUICK_ENTRYPOINT_OFFSET(
pLockObject
).Int32Value(), rARM_LR);
/art/runtime/
thread.cc
[
all
...]
Completed in 623 milliseconds