Home
last modified time | relevance | path

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

/art/runtime/
Dart_method-inl.h436 inline void ArtMethod::CalculateAndSetImtIndex() { in CalculateAndSetImtIndex() function
Dart_method.h662 void CalculateAndSetImtIndex() REQUIRES_SHARED(Locks::mutator_lock_);
Dclass_linker.cc3790 dst->CalculateAndSetImtIndex(); in LoadMethod()