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

  /art/runtime/
invoke_type.h 28 kSuper, // <<super>>
art_method-inl.h 228 case kSuper:
dex_file.h     [all...]
class_linker.cc     [all...]
  /art/compiler/driver/
compiler_driver-inl.h 286 if (type == kVirtual || type == kSuper) {
342 (*invoke_type == kSuper) &&
352 (*invoke_type == kSuper) &&
377 DCHECK_NE(*invoke_type, kSuper) << PrettyMethod(resolved_method);
410 DCHECK_NE(*invoke_type, kSuper);
417 if (UNLIKELY(*invoke_type == kSuper)) {
compiler_driver.cc 250 DCHECK(type == kVirtual || type == kInterface || type == kSuper);
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 503 case kSuper: {
607 EXPLICIT_FIND_METHOD_FROM_CODE_TYPED_TEMPLATE_DECL(kSuper);
694 } else if (type == kSuper) {
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/runtime/interpreter/mterp/
mterp.cc 167 return DoInvoke<kSuper, false, false>(
212 return DoInvoke<kSuper, true, false>(
  /art/compiler/optimizing/
instruction_builder.cc 661 return kSuper;
718 if (invoke_type == kSuper) {
    [all...]
intrinsics.cc 539 invoke->IsInvokeVirtual() ? kVirtual : kSuper;
code_generator.cc 346 case kSuper:
    [all...]
  /art/runtime/interpreter/
interpreter_common.h     [all...]
interpreter_goto_table_impl.cc     [all...]
interpreter_switch_impl.cc     [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 378 case kSuper:

Completed in 789 milliseconds