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

1 2

  /art/compiler/optimizing/
graph_checker.cc 128 check->DebugName(),
184 use->DebugName(),
192 use->DebugName(),
206 instruction->DebugName(),
223 instruction->DebugName(),
226 input->DebugName(),
241 invoke->DebugName(),
248 invoke->DebugName(),
250 last_input->DebugName(),
261 check->DebugName(),
    [all...]
prepare_for_register_allocation.cc 86 DCHECK(last_input->IsLoadClass()) << last_input->DebugName();
inliner.cc 258 << " could not be inlined because " << current->DebugName()
265 << " could not be inlined because " << current->DebugName()
272 << " could not be inlined because " << current->DebugName()
pretty_printer.h 37 PrintString(instruction->DebugName());
ssa_test.cc 53 str_ += constant->DebugName();
graph_visualizer.cc 205 output_ << instruction->DebugName();
register_allocator.cc 120 DCHECK_LE(current_liveness, instruction->GetLifetimePosition()) << instruction->DebugName();
519 message << "(" << defined_by->DebugName() << ")";
    [all...]
nodes.h     [all...]
code_generator.cc 733 DCHECK(current->IsFloatConstant()) << current->DebugName();
    [all...]
bounds_check_elimination.cc     [all...]
code_generator_arm.cc 821 DCHECK(const_to_move->IsLongConstant()) << const_to_move->DebugName();
    [all...]
  /external/v8/src/compiler/
js-inlining.cc 384 function->shared()->DebugName()->ToCString();
386 info_->shared_info()->DebugName()->ToCString().get());
396 SmartArrayPointer<char> name = function->shared()->DebugName()->ToCString();
401 name.get(), info_->shared_info()->DebugName()->ToCString().get());
407 SmartArrayPointer<char> name = function->shared()->DebugName()->ToCString();
409 info_->shared_info()->DebugName()->ToCString().get());
linkage-impl.h 179 descriptor.DebugName(zone->isolate()));
pipeline.cc 96 info_->shared_info()->DebugName()->ToCString();
  /external/v8/src/
interface-descriptors.cc 45 const char* CallInterfaceDescriptor::DebugName(Isolate* isolate) {
interface-descriptors.h 165 const char* DebugName(Isolate* isolate);
cpu-profiler.cc 233 tag, profiles_->GetFunctionName(shared->DebugName()),
260 tag, profiles_->GetFunctionName(shared->DebugName()),
allocation-tracker.cc 271 info->name = names_->GetFunctionName(shared->DebugName());
log.cc 197 name_buffer_->AppendString(shared->DebugName());
    [all...]
compiler.cc 633 GDBJIT(AddCode(Handle<String>(shared->DebugName()),
    [all...]
frames.cc 912 function_->shared()->DebugName()->ShortPrint();
    [all...]
objects.cc     [all...]
isolate.cc 530 Handle<Object> fun_name(fun->shared()->DebugName(), this);
    [all...]
  /external/v8/test/cctest/compiler/
test-run-inlining.cc 23 frame->function()->shared()->DebugName()->ToCString().get(),
  /external/llvm/tools/llvm-symbolizer/
LLVMSymbolize.cpp 306 static bool getGNUDebuglinkContents(const ObjectFile *Obj, std::string &DebugName,
323 DebugName = DebugNameStr;

Completed in 1138 milliseconds

1 2