OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pGetObjStatic
(Results
1 - 6
of
6
) sorted by null
/art/runtime/entrypoints/quick/
quick_entrypoints.h
72
void* (*
pGetObjStatic
)(uint32_t);
/art/runtime/arch/arm/
entrypoints_init_arm.cc
180
qpoints->
pGetObjStatic
= art_quick_get_obj_static;
/art/runtime/arch/mips/
entrypoints_init_mips.cc
181
qpoints->
pGetObjStatic
= art_quick_get_obj_static;
/art/runtime/arch/x86/
entrypoints_init_x86.cc
163
qpoints->
pGetObjStatic
= art_quick_get_obj_static;
/art/compiler/dex/quick/
gen_common.cc
490
:(is_object ? QUICK_ENTRYPOINT_OFFSET(
pGetObjStatic
)
[
all
...]
/art/runtime/
thread.cc
[
all
...]
Completed in 29 milliseconds