Searched defs:interface (Results 1 – 7 of 7) sorted by relevance
| /art/runtime/mirror/ |
| D | iftable-inl.h | 25 inline void IfTable::SetInterface(int32_t i, Class* interface) { in SetInterface()
|
| D | iftable.h | 29 Class* interface = GetWithoutChecks((i * kMax) + kInterface)->AsClass(); in GetInterface() local
|
| D | class.cc | 222 Class* interface = GetDirectInterface(self, h_this, i); in DumpClass() local 741 Handle<mirror::Class> interface(hs2.NewHandle(GetDirectInterface(self, h_k, i))); in FindStaticField() local 765 Handle<mirror::Class> interface(hs2.NewHandle(GetDirectInterface(self, h_k, i))); in FindStaticField() local 793 Handle<mirror::Class> interface(hs2.NewHandle(GetDirectInterface(self, h_k, i))); in FindField() local 867 mirror::Class* interface = klass->GetDexCache()->GetResolvedType(type_idx); in GetDirectInterface() local
|
| /art/runtime/ |
| D | art_method.cc | 146 mirror::Class* interface = iftable->GetInterface(i); in FindOverriddenMethod() local
|
| D | class_linker_test.cc | 290 mirror::Class* interface = iftable->GetInterface(i); in AssertClass() local
|
| D | class_linker.cc | 5439 mirror::Class* interface = ResolveType(dex_file, idx, klass.Get()); in LoadSuperAndInterfaces() local 6218 mirror::Class* interface = if_table->GetInterface(i); in FillIMTFromIfTable() local 6285 mirror::Class* interface = if_table->GetInterface(i); in FillIMTFromIfTable() local 6451 mirror::Class* interface = have_interfaces in SetupInterfaceLookupTable() local 6490 mirror::Class* interface = have_interfaces ? interfaces->Get(i) : in SetupInterfaceLookupTable() local
|
| /art/tools/dexfuzz/src/dexfuzz/rawdex/ |
| D | Instruction.java | 436 addOpcodeInfo(Opcode.INVOKE_INTERFACE, "invoke-interface", 0x72, new Format35c()); in addOpcodeInfo()
|