HomeSort by relevance Sort by last modified time
    Searched refs:imt_index (Results 1 - 5 of 5) sorted by null

  /art/runtime/entrypoints/
entrypoint_utils-inl.h 555 uint32_t imt_index = ImTable::GetImtIndex(resolved_method); local
558 ArtMethod* imt_method = klass->GetImt(pointer_size)->Get(imt_index, pointer_size);
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 2499 uint32_t imt_index = ImTable::GetImtIndex(interface_method); local
    [all...]
  /art/oatdump/
oatdump.cc     [all...]
  /art/runtime/
class_linker.cc 6459 const uint32_t imt_index = ImTable::GetImtIndex(interface_method); local
6513 const uint32_t imt_index = ImTable::GetImtIndex(interface_method); local
7434 uint32_t imt_index = ImTable::GetImtIndex(interface_method); local
    [all...]
  /art/compiler/optimizing/
nodes.h     [all...]

Completed in 173 milliseconds