Home
last modified time | relevance | path

Searched refs:imt_index_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dart_method-inl.h427 if (LIKELY(IsAbstract() && imt_index_ != 0)) { in GetImtIndex()
428 uint16_t imt_index = ~imt_index_; in GetImtIndex()
438 imt_index_ = ~ImTable::GetImtIndex(this); in CalculateAndSetImtIndex()
Dart_method.h773 uint16_t imt_index_; member