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

  /art/runtime/
invoke_type.h 28 kSuper, // <<super>>
dex_file.h     [all...]
class_linker.cc     [all...]
  /art/runtime/entrypoints/portable/
portable_invoke_entrypoints.cc 68 EXPLICIT_FIND_METHOD_HELPER_TYPED_TEMPLATE_DECL(kSuper);
103 return FindMethodHelper<kSuper, true>(method_idx, this_object, referrer, thread);
portable_trampoline_entrypoints.cc 352 invoke_type = kSuper;
356 invoke_type = kSuper;
  /art/compiler/driver/
compiler_driver-inl.h 200 if (type == kVirtual || type == kSuper) {
232 bool can_sharpen_super_based_on_type = (*invoke_type == kSuper) &&
254 DCHECK_NE(*invoke_type, kSuper) << PrettyMethod(resolved_method);
290 DCHECK_NE(*invoke_type, kSuper);
297 if (UNLIKELY(*invoke_type == kSuper)) {
compiler_driver.cc 234 DCHECK(type == kVirtual || type == kInterface || type == kSuper);
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 410 case kSuper: {
472 EXPLICIT_FIND_METHOD_FROM_CODE_TYPED_TEMPLATE_DECL(kSuper);
566 } else if (type == kSuper) {
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 744 invoke_type = kSuper;
748 invoke_type = kSuper;
    [all...]
  /art/runtime/interpreter/
interpreter_common.h 394 EXPLICIT_DO_INVOKE_ALL_TEMPLATE_DECL(kSuper); // invoke-super/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 };
mir_dataflow.cc     [all...]
  /art/runtime/mirror/
art_method-inl.h 164 case kSuper:
  /art/runtime/native/
dalvik_system_VMRuntime.cc 322 case kSuper:
  /art/compiler/dex/quick/
mir_to_lir.cc 855 GenInvoke(mir_graph_->NewMemCallInfo(bb, mir, kSuper, false));
861 GenInvoke(mir_graph_->NewMemCallInfo(bb, mir, kSuper, true));
    [all...]
gen_invoke.cc     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc     [all...]
  /art/compiler/llvm/
gbc_expander.cc     [all...]

Completed in 1114 milliseconds