Searched refs:kInterface (Results 1 - 20 of 20) sorted by last modified time

/art/compiler/dex/portable/
H A Dmir_to_gbc.cc1147 ConvertInvoke(bb, mir, kInterface, false /*range*/,
1151 ConvertInvoke(bb, mir, kInterface, true /*range*/,
1155 ConvertInvoke(bb, mir, kInterface, false /*range*/,
1159 ConvertInvoke(bb, mir, kInterface, true /*range*/,
/art/compiler/dex/quick/
H A Dgen_invoke.cc511 data_target->operands[1] = kInterface;
1380 if (info->type == kInterface) {
1425 if (fast_path && info->type != kInterface) {
1431 case kInterface:
H A Dmir_to_lir.cc468 GenInvoke(mir_graph_->NewMemCallInfo(bb, mir, kInterface, false));
471 GenInvoke(mir_graph_->NewMemCallInfo(bb, mir, kInterface, true));
/art/compiler/driver/
H A Dcompiler_driver.cc104 resolved_methods_[kInterface] + unresolved_methods_[kInterface] -
222 DCHECK(type == kVirtual || type == kInterface || type == kSuper);
1075 if (sharp_type != kStatic && sharp_type != kDirect && sharp_type != kInterface) {
1089 if (sharp_type != kInterface) { // Interfaces always go via a trampoline.
1178 invoke_type == kInterface)) {
/art/compiler/llvm/
H A Dgbc_expander.cc886 case art::kInterface:
2515 case art::kInterface:
/art/runtime/
H A Dclass_linker.cc4030 case kInterface:
4050 case kInterface:
4080 case kInterface:
4112 ThrowIncompatibleClassChangeError(type, kInterface, resolved, referrer);
4118 case kInterface:
4139 ThrowIncompatibleClassChangeError(type, kInterface, resolved, referrer);
H A Dcommon_throws.cc345 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_35c(), kInterface);
348 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_3rc(), kInterface);
H A Ddex_file.h1033 return kInterface;
H A Dinvoke_type.h29 kInterface, // <<interface>> enumerator in enum:art::InvokeType
30 kMaxInvokeType = kInterface
/art/runtime/entrypoints/
H A Dentrypoint_utils.cc182 } else if (type == kInterface) {
234 } else if (type == kInterface) {
H A Dentrypoint_utils.h218 if (type == kInterface) { // Most common form of slow path dispatch.
/art/runtime/entrypoints/portable/
H A Dportable_invoke_entrypoints.cc93 return FindMethodHelper(method_idx, this_object, referrer, true, kInterface, thread);
101 return FindMethodHelper(method_idx, this_object, referrer, false, kInterface, thread);
H A Dportable_trampoline_entrypoints.cc361 invoke_type = kInterface;
365 invoke_type = kInterface;
381 } else if (invoke_type == kInterface) {
/art/runtime/entrypoints/quick/
H A Dquick_invoke_entrypoints.cc122 false, kInterface);
186 return artInvokeCommon(method_idx, this_object, caller_method, self, sp, true, kInterface);
H A Dquick_trampoline_entrypoints.cc500 invoke_type = kInterface;
504 invoke_type = kInterface;
537 } else if (invoke_type == kInterface) {
/art/runtime/interpreter/
H A Dinterpreter.cc2265 bool success = DoInvoke<kInterface, false, do_access_check>(self, shadow_frame, inst, &result_register);
2271 bool success = DoInvoke<kInterface, true, do_access_check>(self, shadow_frame, inst, &result_register);
/art/runtime/mirror/
H A Dart_method-inl.h105 case kInterface: {
H A Dart_method.cc46 return kInterface;
H A Diftable-inl.h28 DCHECK(Get((i * kMax) + kInterface) == NULL);
29 Set((i * kMax) + kInterface, interface);
H A Diftable.h28 Class* interface = Get((i * kMax) + kInterface)->AsClass();
65 kInterface = 0, enumerator in enum:art::mirror::IfTable::__anon47

Completed in 489 milliseconds