OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pget32static
(Results
1 - 6
of
6
) sorted by null
/art/runtime/entrypoints/quick/
quick_entrypoints.h
68
int32_t (*
pGet32Static
)(uint32_t);
/art/runtime/arch/arm/
entrypoints_init_arm.cc
178
qpoints->
pGet32Static
= art_quick_get32_static;
/art/runtime/arch/mips/
entrypoints_init_mips.cc
179
qpoints->
pGet32Static
= art_quick_get32_static;
/art/runtime/arch/x86/
entrypoints_init_x86.cc
161
qpoints->
pGet32Static
= art_quick_get32_static;
/art/compiler/dex/quick/
gen_common.cc
491
: QUICK_ENTRYPOINT_OFFSET(
pGet32Static
));
[
all
...]
/art/runtime/
thread.cc
[
all
...]
Completed in 456 milliseconds