OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pJniMethodStart
(Results
1 - 6
of
6
) sorted by null
/art/runtime/entrypoints/quick/
quick_entrypoints.h
78
uint32_t (*
pJniMethodStart
)(Thread*);
/art/runtime/arch/arm/
entrypoints_init_arm.cc
186
qpoints->
pJniMethodStart
= JniMethodStart;
/art/runtime/arch/mips/
entrypoints_init_mips.cc
187
qpoints->
pJniMethodStart
= JniMethodStart;
/art/runtime/arch/x86/
entrypoints_init_x86.cc
169
qpoints->
pJniMethodStart
= JniMethodStart;
/art/compiler/jni/quick/
jni_compiler.cc
176
: QUICK_ENTRYPOINT_OFFSET(
pJniMethodStart
);
/art/runtime/
thread.cc
[
all
...]
Completed in 174 milliseconds