Searched defs:interface (Results 1 – 10 of 10) sorted by relevance
/art/runtime/mirror/ |
D | iftable-inl.h | 30 ObjPtr<Class> interface = in GetInterface() local 36 inline void IfTable::SetInterface(int32_t i, ObjPtr<Class> interface) { in SetInterface()
|
D | class.cc | 417 ObjPtr<Class> interface = GetDirectInterface(self, h_this.Get(), i); in DumpClass() local 1017 ObjPtr<Class> interface = GetDirectInterface(self, k, i); in FindStaticField() local 1043 ObjPtr<Class> interface = GetDirectInterface(self, k, i); in FindStaticField() local 1071 ObjPtr<Class> interface = GetDirectInterface(self, k, i); in FindField() local 1172 ObjPtr<Class> interface; in GetDirectInterface() local 1187 ObjPtr<Class> interface = Runtime::Current()->GetClassLinker()->LookupResolvedType( in GetDirectInterface() local 1194 ObjPtr<Class> interface = GetDirectInterface(self, klass.Get(), idx); in ResolveDirectInterface() local
|
/art/runtime/ |
D | aot_class_linker.cc | 179 ObjPtr<mirror::Class> interface = if_table->GetInterface(i); in CanReferenceInBootImageExtension() local
|
D | cha.cc | 164 ObjPtr<mirror::Class> interface = in ResetSingleImplementationInHierarchy() local 612 ObjPtr<mirror::Class> interface = iftable->GetInterface(i); in UpdateAfterLoadingOf() local
|
D | art_method.cc | 227 ObjPtr<mirror::Class> interface = iftable->GetInterface(i); in FindOverriddenMethod() local
|
D | class_linker.cc | 6138 ObjPtr<mirror::Class> interface = ResolveType(idx, klass.Get()); in LoadSuperAndInterfaces() local 7058 ObjPtr<mirror::Class> interface = if_table->GetInterface(i); in FillIMTFromIfTable() local 7125 ObjPtr<mirror::Class> interface = if_table->GetInterface(i); in FillIMTFromIfTable() local 7212 ObjPtr<mirror::Class> interface = have_interfaces in FillIfTable() local 7306 ObjPtr<mirror::Class> interface = have_interfaces in SetupInterfaceLookupTable() local
|
D | class_linker_test.cc | 304 ObjPtr<mirror::Class> interface = iftable->GetInterface(i); in AssertClass() local
|
/art/runtime/native/ |
D | java_lang_Class.cc | 275 ObjPtr<mirror::Class> interface = linker->LookupResolvedType(type_idx, klass.Get()); in Class_getInterfacesInternal() local
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 1127 ObjPtr<mirror::Class> interface = mirror::Class::GetDirectInterface(self, klass, i); in MaybeAddToImageClasses() local 2494 interface = mirror::Class::GetDirectInterface(self, klass.Get(), i); in NoClinitInDependency() local
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Instruction.java | 436 addOpcodeInfo(Opcode.INVOKE_INTERFACE, "invoke-interface", 0x72, new Format35c()); in addOpcodeInfo()
|