OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pPortableToInterpreterBridge
(Results
1 - 6
of
6
) sorted by null
/art/runtime/entrypoints/portable/
portable_entrypoints.h
39
void (*
pPortableToInterpreterBridge
)(mirror::ArtMethod*);
/art/runtime/arch/arm/
entrypoints_init_arm.cc
147
ppoints->
pPortableToInterpreterBridge
= art_portable_to_interpreter_bridge;
/art/runtime/arch/mips/
entrypoints_init_mips.cc
148
ppoints->
pPortableToInterpreterBridge
= art_portable_to_interpreter_bridge;
/art/runtime/arch/x86/
entrypoints_init_x86.cc
130
ppoints->
pPortableToInterpreterBridge
= art_portable_to_interpreter_bridge;
/art/compiler/driver/
compiler_driver.cc
475
PORTABLE_ENTRYPOINT_OFFSET(
pPortableToInterpreterBridge
));
[
all
...]
/art/runtime/
thread.cc
[
all
...]
Completed in 70 milliseconds