/aosp12/art/compiler/optimizing/ |
H A D | graph_checker.cc | 963 instruction->DebugName(), in HandleBooleanInput() 973 instruction->DebugName(), in HandleBooleanInput() 988 instruction->DebugName(), in VisitPackedSwitch() 1016 op->DebugName(), op->GetId(), in VisitCondition() 1024 op->DebugName(), op->GetId(), in VisitCondition() 1032 op->DebugName(), op->GetId())); in VisitCondition() 1118 instruction->DebugName(), in VisitConstant() 1130 instruction->DebugName(), in VisitBoundType() 1143 instruction->DebugName(), in VisitTypeConversion() 1159 instruction->DebugName(), in VisitVecOperation() [all …]
|
H A D | nodes_x86.h | 154 LOG(FATAL) << DebugName() << " is not defined for float values"; in Evaluate() 159 LOG(FATAL) << DebugName() << " is not defined for double values"; in Evaluate() 200 LOG(FATAL) << DebugName() << "is not defined for float values"; in Evaluate() 204 LOG(FATAL) << DebugName() << "is not defined for double values"; in Evaluate()
|
H A D | scheduler.cc | 326 << other->DebugName() in AddDependencies() 418 << instruction_id << ' ' << instruction->DebugName() << " ["; in DumpAsDotNode() 580 << instruction->DebugName() in Schedule() 689 instruction->IsNeg()) << "unexpected instruction " << instruction->DebugName(); in IsSchedulable() 708 instruction->IsXor()) << "unexpected instruction " << instruction->DebugName(); in IsSchedulable() 712 DCHECK(!instruction->IsParallelMove()) << "unexpected instruction " << instruction->DebugName(); in IsSchedulable()
|
H A D | common_arm.h | 161 DCHECK(instr->IsLongConstant()) << instr->DebugName(); in Int32ConstantFrom() 180 DCHECK(instr->IsLongConstant()) << instr->DebugName(); in Int64ConstantFrom() 186 DCHECK(instr->IsConstant()) << instr->DebugName(); in Uint64ConstantFrom()
|
H A D | nodes.h | 2282 virtual const char* DebugName() const = 0; 2526 DebugName() << " " << GetId(); in FOR_EACH_INSTRUCTION() 3225 DCHECK(other->IsIntConstant()) << other->DebugName(); 3269 DCHECK(other->IsLongConstant()) << other->DebugName(); 3305 DCHECK(other->IsFloatConstant()) << other->DebugName(); 3362 DCHECK(other->IsDoubleConstant()) << other->DebugName(); 4225 LOG(FATAL) << DebugName() << " is not defined for float values"; 4267 LOG(FATAL) << DebugName() << " is not defined for float values"; 4309 LOG(FATAL) << DebugName() << " is not defined for float values"; 6005 LOG(FATAL) << DebugName() << " is not defined for long values"; [all …]
|
H A D | nodes_shared.h | 110 LOG(FATAL) << DebugName() << " is not defined for float values"; in Evaluate() 115 LOG(FATAL) << DebugName() << " is not defined for double values"; in Evaluate()
|
H A D | ssa_liveness_analysis.cc | 117 << "Instruction " << current->DebugName() << current->GetId() in RecursivelyProcessInputs() 119 << input->DebugName() << input->GetId() << " does not produce one."; in RecursivelyProcessInputs() 157 CHECK(instruction->HasSsaIndex()) << instruction->DebugName(); in ProcessEnvironment()
|
H A D | pretty_printer.h | 38 PrintString(instruction->DebugName()); in VisitInstruction()
|
H A D | code_generator.cc | 1420 DCHECK(current->IsFloatConstant()) << current->DebugName(); in EmitVRegInfo() 1642 << "instruction->DebugName()=" << instruction->DebugName(); in ValidateInvokeRuntime() 1645 << "instruction->DebugName()=" << instruction->DebugName() in ValidateInvokeRuntime() 1654 << "instruction->DebugName()=" << instruction->DebugName() in ValidateInvokeRuntime() 1678 << "instruction->DebugName()=" << instruction->DebugName() in ValidateInvokeRuntime() 1694 << instruction->DebugName() << ((slow_path != nullptr) ? slow_path->GetDescription() : ""); in ValidateInvokeRuntime() 1700 << "instruction->DebugName()=" << instruction->DebugName() in ValidateInvokeRuntimeWithoutRecordingPcInfo() 1716 << "instruction->DebugName()=" << instruction->DebugName() in ValidateInvokeRuntimeWithoutRecordingPcInfo()
|
H A D | register_allocation_resolver.cc | 391 << interval->GetDefinedBy()->DebugName() in ConnectSiblings() 393 << "@" << safepoint_position->GetInstruction()->DebugName() in ConnectSiblings() 447 << defined_by->DebugName() << ":" << defined_by->GetId() in ConnectSplitSiblings()
|
H A D | prepare_for_register_allocation.cc | 247 << "Last input is not HLoadClass. It is " << last_input->DebugName(); in VisitInvokeStaticOrDirect()
|
H A D | ssa_test.cc | 59 str_ += constant->DebugName(); in VisitIntConstant()
|
H A D | code_generator_x86_64.h | 194 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName() in FOR_EACH_CONCRETE_INSTRUCTION_X86_64() 228 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName() in FOR_EACH_CONCRETE_INSTRUCTION_X86_64()
|
H A D | register_allocator.cc | 169 message << "(" << defined_by->DebugName() << ")"; in ValidateIntervals()
|
H A D | register_allocator_linear_scan.cc | 124 DCHECK_LE(current_liveness, instruction->GetLifetimePosition()) << instruction->DebugName(); in AllocateRegisters() 965 << current->GetParent()->GetDefinedBy()->DebugName() << " " in AllocateBlockedReg() 968 << (at == nullptr ? "" : at->DebugName()); in AllocateBlockedReg()
|
H A D | ssa_liveness_analysis.h | 239 DCHECK(instruction->IsNullCheck()) << instruction->DebugName(); in ComputePosition() 1305 DCHECK(instruction->GetBlock()->IsEntryBlock()) << instruction->DebugName(); in CheckNoLiveInIrreducibleLoop() 1308 << instruction->DebugName(); in CheckNoLiveInIrreducibleLoop()
|
H A D | code_generator_x86.h | 190 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName() in FOR_EACH_CONCRETE_INSTRUCTION_X86() 224 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName() in FOR_EACH_CONCRETE_INSTRUCTION_X86()
|
H A D | instruction_simplifier_shared.cc | 190 DCHECK(op->IsAnd() || op->IsOr() || op->IsXor()) << op->DebugName(); in TryMergeNegatedInput()
|
H A D | scheduler.h | 410 LOG(FATAL) << "Error visiting " << instruction->DebugName() << ". " in VisitInstruction()
|
H A D | inliner.cc | 227 DCHECK(info.IsValid()) << "Invalid RTI for " << receiver->DebugName(); in FindVirtualOrInterfaceTarget() 745 << invoke_instruction->DebugName(); in TryInlineMonomorphicCall() 912 << invoke_instruction->DebugName(); in TryInlinePolymorphicCall() 1857 << " could not be inlined because " << current->DebugName() in CanInlineBody()
|
H A D | graph_visualizer.cc | 645 output_ << instruction->DebugName(); in PrintInstruction() 765 << instruction->DebugName() << instruction->GetId() << " has invalid rti " in PrintInstruction()
|
H A D | code_generator_arm_vixl.h | 301 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName() in FOR_EACH_CONCRETE_INSTRUCTION_ARM() 339 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName() in FOR_EACH_CONCRETE_INSTRUCTION_ARM()
|
H A D | reference_type_propagation.cc | 144 << "Invalid RTI for instruction: " << instr->DebugName(); in ValidateTypes() 1040 << instruction->DebugName() << ":" << instruction->GetType(); in AddToWorklist()
|
/aosp12/build/soong/android/ |
H A D | mutator.go | 588 t.Module().base().commonProperties.DebugName = name 623 b.Module().base().commonProperties.DebugName = name
|
H A D | namespace.go | 198 amod.base().commonProperties.DebugName = module.Name()
|