HomeSort by relevance Sort by last modified time
    Searched refs:DebugName (Results 1 - 25 of 52) sorted by null

1 2 3

  /art/compiler/optimizing/
graph_checker.cc 112 last_instruction->DebugName(),
203 try_entry.DebugName(),
220 stored_try_entry.DebugName(),
227 stored_try_entry.DebugName(),
229 incoming_try_entry->DebugName(),
237 incoming_try_entry->DebugName(),
253 check->DebugName(),
281 try_boundary->DebugName(),
292 try_boundary->DebugName(),
304 load->DebugName(),
    [all...]
nodes_shared.h 96 LOG(FATAL) << DebugName() << " is not defined for float values";
101 LOG(FATAL) << DebugName() << " is not defined for double values";
pretty_printer.h 37 PrintString(instruction->DebugName());
common_arm64.h 127 DCHECK(instr->IsLongConstant()) << instr->DebugName();
198 << constant->DebugName();
226 << instr->DebugName();
instruction_simplifier_shared.cc 188 DCHECK(op->IsAnd() || op->IsOr() || op->IsXor()) << op->DebugName();
nodes.h     [all...]
code_generator.cc     [all...]
code_generator_mips.h 182 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName()
214 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName()
code_generator_mips64.h 182 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName()
214 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName()
prepare_for_register_allocation.cc 179 << "Last input is not HLoadClass. It is " << last_input->DebugName();
ssa_test.cc 55 str_ += constant->DebugName();
inliner.cc 134 DCHECK(info.IsValid()) << "Invalid RTI for " << receiver->DebugName();
369 << invoke_instruction->DebugName();
467 << invoke_instruction->DebugName();
    [all...]
register_allocator.cc 127 DCHECK_LE(current_liveness, instruction->GetLifetimePosition()) << instruction->DebugName();
545 message << "(" << defined_by->DebugName() << ")";
    [all...]
code_generator_arm.h 168 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName()
206 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName()
code_generator_arm64.h 205 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName()
297 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName()
code_generator_x86.h 163 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName()
194 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName()
code_generator_x86_64.h 169 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName()
200 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName()
ssa_liveness_analysis.cc 187 << "Instruction " << current->DebugName() << current->GetId()
189 << input->DebugName() << input->GetId() << " does not produce one.";
  /external/v8/src/compiler/
js-inlining.cc 282 shared_info->DebugName()->ToCString().get(),
283 info_->shared_info()->DebugName()->ToCString().get());
291 shared_info->DebugName()->ToCString().get(),
292 info_->shared_info()->DebugName()->ToCString().get());
301 shared_info->DebugName()->ToCString().get(),
302 info_->shared_info()->DebugName()->ToCString().get());
309 shared_info->DebugName()->ToCString().get(),
310 info_->shared_info()->DebugName()->ToCString().get());
325 shared_info->DebugName()->ToCString().get(),
326 info_->shared_info()->DebugName()->ToCString().get())
    [all...]
pipeline-statistics.cc 56 info->shared_info()->DebugName()->ToCString();
js-inlining-heuristic.cc 149 candidate.function->shared()->DebugName()->ToCString().get());
linkage.cc 404 descriptor.DebugName(isolate));
477 descriptor.DebugName(isolate));
  /external/v8/src/profiler/
profiler-listener.cc 69 tag, GetFunctionName(shared->DebugName()), CodeEntry::kEmptyNamePrefix,
123 tag, GetFunctionName(shared->DebugName()), CodeEntry::kEmptyNamePrefix,
252 entry->tag(), GetFunctionName(shared_info->DebugName()),
allocation-tracker.cc 266 info->name = names_->GetFunctionName(shared->DebugName());
  /external/llvm/lib/DebugInfo/Symbolize/
Symbolize.cpp 180 static bool getGNUDebuglinkContents(const ObjectFile *Obj, std::string &DebugName,
197 DebugName = DebugNameStr;

Completed in 1463 milliseconds

1 2 3