HomeSort by relevance Sort by last modified time
    Searched defs:invoke_type (Results 1 - 12 of 12) sorted by null

  /art/runtime/
dex_method_iterator_test.cc 40 InvokeType invoke_type = it.GetInvokeType(); local
43 LOG(INFO) << invoke_type << " " << PrettyMethod(method_idx, dex_file);
stack_map.h 986 encoding.GetInvokeTypeEncoding().Store(GetRegionAtDepth(encoding, depth), invoke_type); local
    [all...]
  /art/compiler/dex/
dex_to_dex_compiler.cc 281 InvokeType invoke_type = kVirtual; local
282 InvokeType original_invoke_type = invoke_type;
290 &invoke_type,
293 if (fast_path && original_invoke_type == invoke_type) {
319 InvokeType invoke_type ATTRIBUTE_UNUSED,
  /art/compiler/optimizing/
intrinsics.cc 24 #include "invoke_type.h"
537 InvokeType invoke_type = invoke->IsInvokeStaticOrDirect() ? local
542 return (invoke_type == kStatic);
545 if (invoke_type == kDirect) {
548 if (invoke_type == kVirtual) {
561 return (invoke_type == kVirtual || invoke_type == kDirect);
stack_map_stream.h 113 InvokeType invoke_type; member in struct:art::StackMapStream::InlineInfoEntry
131 InvokeType invoke_type,
inliner.cc 1068 InvokeType invoke_type = invoke_instruction->GetOriginalInvokeType(); local
    [all...]
optimizing_compiler.cc 266 InvokeType invoke_type,
318 InvokeType invoke_type,
612 InvokeType invoke_type,
690 soa, dex_cache, loader, &dex_compilation_unit, method_idx, invoke_type);
789 InvokeType invoke_type,
810 invoke_type,
884 const InvokeType invoke_type = method->GetInvokeType(); local
    [all...]
instruction_builder.cc 668 ArtMethod* HInstructionBuilder::ResolveMethod(uint16_t method_idx, InvokeType invoke_type) {
693 invoke_type);
718 if (invoke_type == kSuper) {
760 if (resolved_method->CheckIncompatibleClassChange(invoke_type)) {
774 InvokeType invoke_type = GetInvokeTypeFromOpCode(instruction.Opcode()); local
780 if (invoke_type != kStatic) { // instance call
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 29 #include "invoke_type.h"
49 InvokeType invoke_type = static_cast<InvokeType>( local
80 *outer_method->GetDexFile(), method_index, dex_cache, class_loader, nullptr, invoke_type);
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 358 InvokeType invoke_type)
370 switch (invoke_type) {
383 LOG(FATAL) << "Unreachable - invocation type: " << invoke_type;
541 InvokeType invoke_type = it.GetMethodInvokeType(class_def); local
542 PreloadDexCachesResolveMethod(dex_cache, method_idx, invoke_type);
546 InvokeType invoke_type = it.GetMethodInvokeType(class_def); local
547 PreloadDexCachesResolveMethod(dex_cache, method_idx, invoke_type);
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 940 InvokeType invoke_type; local
    [all...]
  /art/compiler/driver/
compiler_driver.cc 564 InvokeType invoke_type,
591 invoke_type,
630 compiled_method = driver->GetCompiler()->Compile(code_item, access_flags, invoke_type,
678 InvokeType invoke_type = method->GetInvokeType(); local
715 invoke_type,
741 invoke_type,
    [all...]

Completed in 471 milliseconds