Searched refs:kInterface (Results 1 – 18 of 18) sorted by relevance
/art/runtime/mirror/ |
D | iftable-inl.h | 31 GetWithoutChecks<kVerifyFlags, kReadBarrierOption>((i * kMax) + kInterface)->AsClass(); in GetInterface() 39 const size_t idx = i * kMax + kInterface; in SetInterface()
|
D | iftable.h | 55 kInterface = 0, enumerator
|
/art/libdexfile/dex/ |
D | invoke_type.h | 29 kInterface, // <<interface>> enumerator
|
D | class_accessor.h | 131 return kInterface; in GetVirtualMethodInvokeType()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1283 invoke_type = kInterface; in artQuickResolutionTrampoline() 1287 invoke_type = kInterface; in artQuickResolutionTrampoline() 1310 const bool virtual_or_interface = invoke_type == kVirtual || invoke_type == kInterface; in artQuickResolutionTrampoline() 1333 } else if (invoke_type == kInterface) { in artQuickResolutionTrampoline() 1360 if (invoke_type == kSuper || invoke_type == kInterface || invoke_type == kVirtual) { in artQuickResolutionTrampoline() 2243 EXPLICIT_INVOKE_COMMON_TEMPLATE_DECL(kInterface, false); 2244 EXPLICIT_INVOKE_COMMON_TEMPLATE_DECL(kInterface, true); 2257 return artInvokeCommon<kInterface, true>(method_idx, this_object, self, sp); in artInvokeInterfaceTrampolineWithAccessCheck() 2330 self, dex_method_idx, caller_method, kInterface); in artInvokeInterfaceTrampoline()
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 269 invoke_type = kInterface; in NterpGetMethod() 298 invoke_type = kInterface; in NterpGetMethod() 374 if (invoke_type == kInterface) { in NterpGetMethod()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 529 case kInterface: { in FindMethodToCall() 601 EXPLICIT_FIND_METHOD_FROM_CODE_TYPED_TEMPLATE_DECL(kInterface); 663 if (type == kInterface) { // Most common form of slow path dispatch. in FindMethodFast()
|
/art/runtime/ |
D | common_throws.cc | 582 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kInterface); in ThrowNullPointerExceptionFromDexPC() 585 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kInterface); in ThrowNullPointerExceptionFromDexPC()
|
D | art_method-inl.h | 119 case kInterface: { in CheckIncompatibleClassChange()
|
D | class_linker-inl.h | 231 case kInterface: { in CheckInvokeClassMismatch()
|
D | art_method.cc | 168 return kInterface; in GetInvokeType()
|
D | class_linker.cc | 9675 InvokeType::kInterface); in ResolveMethodHandleForMethod()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1053 return HandleInvoke<kInterface, /*is_range=*/ false>(); in INVOKE_INTERFACE() 1057 return HandleInvoke<kInterface, /*is_range=*/ true>(); in INVOKE_INTERFACE_RANGE()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 847 return kInterface; in GetInvokeTypeFromOpCode() 964 if (*invoke_type == kInterface) { in ResolveMethod() 979 } else if (*invoke_type == kInterface) { in ResolveMethod() 1132 DCHECK_EQ(invoke_type, kInterface); in BuildInvoke()
|
D | code_generator.cc | 597 case kInterface: in GenerateInvokeStaticOrDirectRuntimeCall() 625 case kInterface: in GenerateInvokeUnresolvedRuntimeCall()
|
D | inliner.cc | 1914 if (invoke_type == kInterface) { in TryBuildAndInlineHelper()
|
D | nodes.h | 5149 kInterface),
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 130 resolved_methods_[kInterface] + unresolved_methods_[kInterface] - in Dump()
|