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 | 57 kInterface = 0, enumerator
|
/art/libdexfile/dex/ |
D | invoke_type.h | 29 kInterface, // <<interface>> enumerator
|
D | class_accessor.h | 132 return kInterface; in GetVirtualMethodInvokeType()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1199 invoke_type = kInterface; in artQuickResolutionTrampoline() 1203 invoke_type = kInterface; in artQuickResolutionTrampoline() 1225 const bool virtual_or_interface = invoke_type == kVirtual || invoke_type == kInterface; in artQuickResolutionTrampoline() 1248 } else if (invoke_type == kInterface) { in artQuickResolutionTrampoline() 1275 if (invoke_type == kSuper || invoke_type == kInterface || invoke_type == kVirtual) { in artQuickResolutionTrampoline() 2171 EXPLICIT_INVOKE_COMMON_TEMPLATE_DECL(kInterface); 2181 return artInvokeCommon<kInterface>(method_idx, this_object, self, sp); in artInvokeInterfaceTrampolineWithAccessCheck() 2251 self, dex_method_idx, caller_method, kInterface); in artInvokeInterfaceTrampoline()
|
/art/runtime/ |
D | common_throws.cc | 580 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kInterface); in ThrowNullPointerExceptionFromDexPC() 583 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kInterface); in ThrowNullPointerExceptionFromDexPC()
|
D | class_linker-inl.h | 215 case kInterface: { in CheckInvokeClassMismatch()
|
D | art_method-inl.h | 336 case kInterface: {
|
D | art_method.cc | 219 return kInterface; in GetInvokeType()
|
D | class_linker.cc | 10524 InvokeType::kInterface); in ResolveMethodHandleForMethod()
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 293 return static_cast<uint8_t>(kInterface); in GetOpcodeInvokeType() 356 if (invoke_type == kInterface) { in NterpGetMethod()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 572 case kInterface: in FindMethodToCall()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1230 return HandleInvoke<kInterface, /*is_range=*/ false>(); in INVOKE_INTERFACE() 1234 return HandleInvoke<kInterface, /*is_range=*/ true>(); in INVOKE_INTERFACE_RANGE()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 887 return kInterface; in GetInvokeTypeFromOpCode() 986 if (*invoke_type == kInterface) { in ResolveMethod() 1001 } else if (*invoke_type == kInterface) { in ResolveMethod() 1157 DCHECK_EQ(invoke_type, kInterface); in BuildInvoke()
|
D | code_generator.cc | 524 case kInterface: in GenerateInvokeStaticOrDirectRuntimeCall() 552 case kInterface: in GenerateInvokeUnresolvedRuntimeCall()
|
D | inliner.cc | 2195 if (invoke_type == kInterface) { in TryBuildAndInlineHelper()
|
D | nodes.h | 5297 kInterface,
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 131 resolved_methods_[kInterface] + unresolved_methods_[kInterface] - in Dump()
|