Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dart_method-inl.h433 inline void ArtMethod::CalculateAndSetImtIndex() { in CalculateAndSetImtIndex() function
H A Dart_method.h717 void CalculateAndSetImtIndex() REQUIRES_SHARED(Locks::mutator_lock_);
H A Dclass_linker.cc3839 dst->CalculateAndSetImtIndex(); in LoadMethod()