OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JniMethodEnd
(Results
1 - 6
of
6
) sorted by null
/art/runtime/entrypoints/quick/
quick_entrypoints.h
57
extern void
JniMethodEnd
(uint32_t saved_local_ref_cookie, Thread* self)
quick_default_init_entrypoints.h
77
qpoints->pJniMethodEnd =
JniMethodEnd
;
quick_jni_entrypoints.cc
76
extern void
JniMethodEnd
(uint32_t saved_local_ref_cookie, Thread* self) {
quick_entrypoints_list.h
76
V(
JniMethodEnd
, void, uint32_t, Thread*) \
quick_trampoline_entrypoints.cc
[
all
...]
/art/runtime/arch/mips/
entrypoints_init_mips.cc
157
qpoints->pJniMethodEnd =
JniMethodEnd
;
Completed in 81 milliseconds