Home
last modified time | relevance | path

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

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