Home
last modified time | relevance | path

Searched refs:GetMethodIndexDuringLinking (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dart_method-inl.h77 inline uint16_t ArtMethod::GetMethodIndexDuringLinking() { in GetMethodIndexDuringLinking() function
Dart_method.h186 uint16_t GetMethodIndexDuringLinking() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dclass_linker.cc4614 size_t method_idx = local_method->GetMethodIndexDuringLinking(); in LinkVirtualMethods()