/art/runtime/ |
image-inl.h | 54 ImTable* imt = reinterpret_cast<ImTable*>(base + section.Offset() + pos); local 56 ArtMethod* orig = imt->Get(i, pointer_size); 59 imt->Set(i, updated, pointer_size);
|
class_linker.cc | 504 // Create runtime resolution and imt conflict methods. 861 ImTable* imt = klass->GetImt(pointer_size); local 5098 ImTable* imt = nullptr; local 6152 ImTable* imt = nullptr; local [all...] |
class_linker.h | 635 // Create the IMT and conflict tables for a class. [all...] |
class_linker_test.cc | 152 ImTable* imt = JavaLangObject->GetImt(pointer_size); local 153 ASSERT_NE(nullptr, imt); 155 ASSERT_EQ(unimplemented, imt->Get(i, pointer_size)); 223 // IMT of a array class should be shared with the IMT of the java.lag.Object [all...] |
/art/compiler/ |
image_writer.cc | 1236 ImTable* imt = as_klass->GetImt(target_ptr_size_); local 1249 ImTable* imt = as_klass->GetImt(target_ptr_size_); local [all...] |
image_writer.h | 172 // IMT (clean) 440 void TryAssignImTableOffset(ImTable* imt, size_t oat_index) SHARED_REQUIRES(Locks::mutator_lock_); 442 // Assign the offset for an IMT conflict table. Does nothing if the table already has a native
|
/art/runtime/mirror/ |
class.cc | [all...] |
class-inl.h | 282 inline void Class::SetImt(ImTable* imt, size_t pointer_size) { 283 return SetFieldPtrWithSize<false>(MemberOffset(ImtPtrOffset(pointer_size)), imt, pointer_size); 716 size += pointer_size; // size of pointer to IMT 762 // Temp classes don't ever populate imt/vtable or static fields and they are not even [all...] |
class.h | 343 // be replaced with a class with the right size for embedded imt/vtable. [all...] |
/art/runtime/entrypoints/quick/ |
quick_trampoline_entrypoints.cc | 2168 ImTable* imt = cls->GetImt(sizeof(void*)); local [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/email/test/ |
test_email.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/email/test/ |
test_email.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/ |
test_email.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/ |
test_email.py | [all...] |