HomeSort by relevance Sort by last modified time
    Searched refs:kInterface (Results 1 - 23 of 23) sorted by null

  /art/runtime/
invoke_type.h 29 kInterface, // <<interface>>
30 kMaxInvokeType = kInterface
common_throws.cc 385 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_35c(), kInterface);
388 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_3rc(), kInterface);
dex_file.h     [all...]
class_linker.cc     [all...]
  /art/runtime/mirror/
iftable-inl.h 28 const size_t idx = i * kMax + kInterface;
iftable.h 29 Class* interface = GetWithoutChecks((i * kMax) + kInterface)->AsClass();
66 kInterface = 0,
art_method.cc 69 return kInterface;
art_method-inl.h 168 case kInterface: {
  /art/runtime/entrypoints/portable/
portable_invoke_entrypoints.cc 69 EXPLICIT_FIND_METHOD_HELPER_TYPED_TEMPLATE_DECL(kInterface);
111 return FindMethodHelper<kInterface, true>(method_idx, this_object, referrer, thread);
119 return FindMethodHelper<kInterface, false>(method_idx, this_object, referrer, thread);
portable_trampoline_entrypoints.cc 368 invoke_type = kInterface;
372 invoke_type = kInterface;
388 } else if (invoke_type == kInterface) {
  /art/compiler/driver/
compiler_driver-inl.h 202 } else if (type == kInterface) {
261 if ((*invoke_type == kVirtual || *invoke_type == kInterface) && devirt_target != nullptr) {
compiler_driver.cc 116 resolved_methods_[kInterface] + unresolved_methods_[kInterface] -
234 DCHECK(type == kVirtual || type == kInterface || type == kSuper);
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 760 invoke_type = kInterface;
764 invoke_type = kInterface;
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 429 case kInterface: {
473 EXPLICIT_FIND_METHOD_FROM_CODE_TYPED_TEMPLATE_DECL(kInterface);
562 if (type == kInterface) { // Most common form of slow path dispatch.
  /art/runtime/interpreter/
interpreter_common.h 395 EXPLICIT_DO_INVOKE_ALL_TEMPLATE_DECL(kInterface); // invoke-interface/range.
interpreter_goto_table_impl.cc     [all...]
interpreter_switch_impl.cc     [all...]
  /art/compiler/dex/
mir_analysis.cc 1186 static constexpr uint16_t invoke_types[] = { kVirtual, kSuper, kDirect, kStatic, kInterface };
  /art/compiler/dex/portable/
mir_to_gbc.cc     [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 319 case kInterface:
  /art/compiler/dex/quick/
mir_to_lir.cc 868 GenInvoke(mir_graph_->NewMemCallInfo(bb, mir, kInterface, false));
874 GenInvoke(mir_graph_->NewMemCallInfo(bb, mir, kInterface, true));
    [all...]
gen_invoke.cc     [all...]
  /art/compiler/llvm/
gbc_expander.cc     [all...]

Completed in 414 milliseconds