Home
last modified time | relevance | path

Searched refs:DebugName (Results 1 – 25 of 41) sorted by relevance

12

/aosp12/art/compiler/optimizing/
H A Dgraph_checker.cc963 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 Dnodes_x86.h154 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 Dscheduler.cc326 << 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 Dcommon_arm.h161 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 Dnodes.h2282 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 Dnodes_shared.h110 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 Dssa_liveness_analysis.cc117 << "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 Dpretty_printer.h38 PrintString(instruction->DebugName()); in VisitInstruction()
H A Dcode_generator.cc1420 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 Dregister_allocation_resolver.cc391 << interval->GetDefinedBy()->DebugName() in ConnectSiblings()
393 << "@" << safepoint_position->GetInstruction()->DebugName() in ConnectSiblings()
447 << defined_by->DebugName() << ":" << defined_by->GetId() in ConnectSplitSiblings()
H A Dprepare_for_register_allocation.cc247 << "Last input is not HLoadClass. It is " << last_input->DebugName(); in VisitInvokeStaticOrDirect()
H A Dssa_test.cc59 str_ += constant->DebugName(); in VisitIntConstant()
H A Dcode_generator_x86_64.h194 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 Dregister_allocator.cc169 message << "(" << defined_by->DebugName() << ")"; in ValidateIntervals()
H A Dregister_allocator_linear_scan.cc124 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 Dssa_liveness_analysis.h239 DCHECK(instruction->IsNullCheck()) << instruction->DebugName(); in ComputePosition()
1305 DCHECK(instruction->GetBlock()->IsEntryBlock()) << instruction->DebugName(); in CheckNoLiveInIrreducibleLoop()
1308 << instruction->DebugName(); in CheckNoLiveInIrreducibleLoop()
H A Dcode_generator_x86.h190 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 Dinstruction_simplifier_shared.cc190 DCHECK(op->IsAnd() || op->IsOr() || op->IsXor()) << op->DebugName(); in TryMergeNegatedInput()
H A Dscheduler.h410 LOG(FATAL) << "Error visiting " << instruction->DebugName() << ". " in VisitInstruction()
H A Dinliner.cc227 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 Dgraph_visualizer.cc645 output_ << instruction->DebugName(); in PrintInstruction()
765 << instruction->DebugName() << instruction->GetId() << " has invalid rti " in PrintInstruction()
H A Dcode_generator_arm_vixl.h301 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 Dreference_type_propagation.cc144 << "Invalid RTI for instruction: " << instr->DebugName(); in ValidateTypes()
1040 << instruction->DebugName() << ":" << instruction->GetType(); in AddToWorklist()
/aosp12/build/soong/android/
H A Dmutator.go588 t.Module().base().commonProperties.DebugName = name
623 b.Module().base().commonProperties.DebugName = name
H A Dnamespace.go198 amod.base().commonProperties.DebugName = module.Name()

12