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

  /art/runtime/mirror/
class-inl.h 315 inline ImTable* Class::GetImt(PointerSize pointer_size) {
    [all...]
class.h     [all...]
  /art/runtime/
class_linker_test.cc 165 ImTable* imt = JavaLangObject->GetImt(pointer_size);
238 ImTable* JavaLangObject_imt = JavaLangObject->GetImt(pointer_size);
240 ASSERT_EQ(JavaLangObject_imt, array->GetImt(pointer_size));
    [all...]
class_linker.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 558 ArtMethod* imt_method = klass->GetImt(pointer_size)->Get(imt_index, pointer_size);
    [all...]
  /art/compiler/optimizing/
inliner.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/compiler/
image_writer.cc     [all...]

Completed in 210 milliseconds