HomeSort by relevance Sort by last modified time
    Searched defs:imt (Results 1 - 6 of 6) sorted by null

  /art/runtime/
image-inl.h 56 ImTable* imt = reinterpret_cast<ImTable*>(base + section.Offset() + pos); local
58 ArtMethod* orig = imt->Get(i, pointer_size);
61 imt->Set(i, updated, pointer_size);
class_linker_test.cc 165 ImTable* imt = JavaLangObject->GetImt(pointer_size); local
166 ASSERT_NE(nullptr, imt);
168 ASSERT_EQ(unimplemented, imt->Get(i, pointer_size));
239 // IMT of a array class should be shared with the IMT of the java.lag.Object
    [all...]
class_linker.cc 560 // Create runtime resolution and imt conflict methods.
5466 ImTable* imt = nullptr; local
6370 ImTable* imt = nullptr; local
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 2455 ImTable* imt = cls->GetImt(kRuntimePointerSize); local
    [all...]
  /art/compiler/
image_writer.cc 1468 ImTable* imt = as_klass->GetImt(target_ptr_size_); local
    [all...]
  /art/oatdump/
oatdump.cc 433 DUMP_OAT_HEADER_OFFSET("QUICK IMT CONFLICT TRAMPOLINE",
3191 ImTable* imt = PrepareAndGetImTable(runtime, local
3250 ImTable* imt = PrepareAndGetImTable(runtime, local
    [all...]

Completed in 393 milliseconds