Home
last modified time | relevance | path

Searched refs:imt_index_ (Results 1 – 3 of 3) 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
/art/compiler/optimizing/
Dnodes.h4821 imt_index_(imt_index) { in HInvokeInterface()
4836 uint32_t GetImtIndex() const { return imt_index_; } in GetImtIndex()
4845 const uint32_t imt_index_;