OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pget64instance
(Results
1 - 6
of
6
) sorted by null
/art/runtime/entrypoints/quick/
quick_entrypoints.h
69
int64_t (*
pGet64Instance
)(uint32_t, void*);
/art/runtime/arch/arm/
entrypoints_init_arm.cc
176
qpoints->
pGet64Instance
= art_quick_get64_instance;
/art/runtime/arch/mips/
entrypoints_init_mips.cc
177
qpoints->
pGet64Instance
= art_quick_get64_instance;
/art/runtime/arch/x86/
entrypoints_init_x86.cc
159
qpoints->
pGet64Instance
= art_quick_get64_instance;
/art/compiler/dex/quick/
gen_common.cc
692
is_long_or_double ? QUICK_ENTRYPOINT_OFFSET(
pGet64Instance
)
[
all
...]
/art/runtime/
thread.cc
[
all
...]
Completed in 68 milliseconds