OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pGet32Instance
(Results
1 - 6
of
6
) sorted by null
/art/runtime/entrypoints/quick/
quick_entrypoints.h
67
int32_t (*
pGet32Instance
)(uint32_t, void*);
/art/runtime/arch/arm/
entrypoints_init_arm.cc
175
qpoints->
pGet32Instance
= art_quick_get32_instance;
/art/runtime/arch/mips/
entrypoints_init_mips.cc
176
qpoints->
pGet32Instance
= art_quick_get32_instance;
/art/runtime/arch/x86/
entrypoints_init_x86.cc
158
qpoints->
pGet32Instance
= art_quick_get32_instance;
/art/compiler/dex/quick/
gen_common.cc
694
: QUICK_ENTRYPOINT_OFFSET(
pGet32Instance
));
[
all
...]
/art/runtime/
thread.cc
[
all
...]
Completed in 3539 milliseconds