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 142 inline ArtMethod* FindMethodFromCode(
entrypoint_utils-inl.h 437 inline ArtMethod* FindMethodFromCode(uint32_t method_idx, mirror::Object** this_object,
593 // Explicit template declarations of FindMethodFromCode for all invoke types.
596 ArtMethod* FindMethodFromCode<_type, _access_check>(uint32_t method_idx, \
    [all...]
  /art/runtime/interpreter/
interpreter_common.h 229 ArtMethod* const called_method = FindMethodFromCode<kStatic, do_access_check>(
634 ArtMethod* const called_method = FindMethodFromCode<type, do_access_check>(
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]

Completed in 1003 milliseconds