HomeSort by relevance Sort by last modified time
    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 433 inline ArtMethod* FindMethodFromCode(uint32_t method_idx,
582 // Explicit template declarations of FindMethodFromCode for all invoke types.
585 ArtMethod* FindMethodFromCode<_type, _access_check>(uint32_t method_idx, \
    [all...]
  /art/runtime/interpreter/
interpreter_common.h 139 ArtMethod* const called_method = FindMethodFromCode<type, false>(
182 ArtMethod* const called_method = FindMethodFromCode<type, do_access_check>(
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]

Completed in 134 milliseconds