OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pget64static
(Results
1 - 6
of
6
) sorted by null
/art/runtime/entrypoints/quick/
quick_entrypoints.h
70
int64_t (*
pGet64Static
)(uint32_t);
/art/runtime/arch/arm/
entrypoints_init_arm.cc
179
qpoints->
pGet64Static
= art_quick_get64_static;
/art/runtime/arch/mips/
entrypoints_init_mips.cc
180
qpoints->
pGet64Static
= art_quick_get64_static;
/art/runtime/arch/x86/
entrypoints_init_x86.cc
162
qpoints->
pGet64Static
= art_quick_get64_static;
/art/compiler/dex/quick/
gen_common.cc
489
is_long_or_double ? QUICK_ENTRYPOINT_OFFSET(
pGet64Static
)
[
all
...]
/art/runtime/
thread.cc
[
all
...]
Completed in 146 milliseconds