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

1 2 3

  /art/compiler/optimizing/
graph_checker.cc 126 last_instruction->DebugName(),
217 try_entry.DebugName(),
234 stored_try_entry.DebugName(),
241 stored_try_entry.DebugName(),
243 incoming_try_entry->DebugName(),
251 incoming_try_entry->DebugName(),
267 check->DebugName(),
295 try_boundary->DebugName(),
306 try_boundary->DebugName(),
318 load->DebugName(),
    [all...]
scheduler.cc 299 << other->DebugName()
411 << instruction_id << ' ' << instruction->DebugName() << " [";
569 << instruction->DebugName()
672 instruction->IsNeg()) << "unexpected instruction " << instruction->DebugName();
689 instruction->IsXor()) << "unexpected instruction " << instruction->DebugName();
693 DCHECK(!instruction->IsParallelMove()) << "unexpected instruction " << instruction->DebugName();
common_arm.h 170 DCHECK(instr->IsLongConstant()) << instr->DebugName();
189 DCHECK(instr->IsLongConstant()) << instr->DebugName();
195 DCHECK(instr->IsConstant()) << instr->DebugName();
pretty_printer.h 38 PrintString(instruction->DebugName());
nodes_shared.h 110 LOG(FATAL) << DebugName() << " is not defined for float values";
115 LOG(FATAL) << DebugName() << " is not defined for double values";
nodes.h     [all...]
load_store_elimination.cc 156 "Unexpected heap_value that has a substitute " << heap_value->DebugName();
580 DCHECK(heap_value->IsArrayGet()) << heap_value->DebugName();
581 DCHECK(instruction->IsArrayGet()) << instruction->DebugName();
595 DCHECK(!IsStore(value)) << value->DebugName();
620 DCHECK(!IsStore(value)) << value->DebugName();
    [all...]
ssa_liveness_analysis.cc 117 << "Instruction " << current->DebugName() << current->GetId()
119 << input->DebugName() << input->GetId() << " does not produce one.";
200 CHECK(instruction->HasSsaIndex()) << instruction->DebugName();
code_generator.cc     [all...]
common_arm64.h 161 DCHECK(instr->IsLongConstant()) << instr->DebugName();
276 << instr->DebugName();
intrinsics.cc 195 << inst->DebugName();
prepare_for_register_allocation.cc 218 << "Last input is not HLoadClass. It is " << last_input->DebugName();
ssa_test.cc 59 str_ += constant->DebugName();
code_generator_mips.h 187 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName()
221 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName()
code_generator_mips64.h 184 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName()
218 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName()
code_generator_x86.h 166 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName()
197 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName()
code_generator_x86_64.h 168 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName()
199 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName()
  /external/v8/src/compiler/
js-inlining.cc 463 shared_info->DebugName()->ToCString().get(),
464 info_->shared_info()->DebugName()->ToCString().get());
471 shared_info->DebugName()->ToCString().get(),
472 info_->shared_info()->DebugName()->ToCString().get());
480 shared_info->DebugName()->ToCString().get(),
481 info_->shared_info()->DebugName()->ToCString().get());
492 shared_info->DebugName()->ToCString().get(),
493 info_->shared_info()->DebugName()->ToCString().get());
502 shared_info->DebugName()->ToCString().get(),
503 info_->shared_info()->DebugName()->ToCString().get())
    [all...]
pipeline-statistics.cc 58 info->shared_info()->DebugName()->ToCString();
  /external/v8/src/profiler/
profiler-listener.cc 70 tag, GetFunctionName(shared->DebugName()), CodeEntry::kEmptyNamePrefix,
107 tag, GetFunctionName(shared->DebugName()), CodeEntry::kEmptyNamePrefix,
235 entry->tag(), GetFunctionName(shared_info->DebugName()),
  /external/v8/src/ic/
ic-stats.cc 84 char* function_name = shared->DebugName()->ToCString().release();
  /external/v8/src/
codegen.cc 171 os << shared->DebugName()->ToCString().get() << ") id{";
199 os << "INLINE (" << h.shared_info->DebugName()->ToCString().get() << ") id{"
compilation-info.cc 161 return parse_info()->shared_info()->DebugName()->ToCString();
  /external/v8/src/debug/
debug-coverage.cc 132 Handle<String> name(info->DebugName(), isolate);
  /external/llvm/lib/DebugInfo/Symbolize/
Symbolize.cpp 203 bool getGNUDebuglinkContents(const ObjectFile *Obj, std::string &DebugName,
220 DebugName = DebugNameStr;

Completed in 1161 milliseconds

1 2 3