OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindMethodFromCode
(Results
1 - 4
of
4
) sorted by null
/art/runtime/entrypoints/
entrypoint_utils.h
125
inline ArtMethod*
FindMethodFromCode
(uint32_t method_idx,
entrypoint_utils-inl.h
441
inline ArtMethod*
FindMethodFromCode
(uint32_t method_idx,
607
// Explicit template declarations of
FindMethodFromCode
for all invoke types.
610
ArtMethod*
FindMethodFromCode
<_type, _access_check>(uint32_t method_idx, \
[
all
...]
/art/runtime/interpreter/
interpreter_common.h
131
ArtMethod* const called_method =
FindMethodFromCode
<type, false>(
172
ArtMethod* const called_method =
FindMethodFromCode
<type, do_access_check>(
/art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc
[
all
...]
Completed in 73 milliseconds