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

  /external/chromium_org/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();
  /art/compiler/optimizing/
pretty_printer.h 37 PrintString(instruction->DebugName());
graph_visualizer.cc 124 output_ << instruction->DebugName();
139 output_ << instruction->DebugName();
ssa_test.cc 53 str_ += constant->DebugName();
nodes.h 456 virtual const char* DebugName() const { return #type; } \
509 virtual const char* DebugName() const = 0;
    [all...]
  /external/chromium_org/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...]
hydrogen.cc     [all...]
deoptimizer.cc 721 << "[method: " << shared->DebugName()->ToCString().get() << "]\n"
    [all...]
heap-snapshot-generator.cc     [all...]
objects.h     [all...]
  /external/chromium_org/v8/test/cctest/compiler/
test-run-inlining.cc 23 frame->function()->shared()->DebugName()->ToCString().get(),
  /external/llvm/tools/llvm-symbolizer/
LLVMSymbolize.cpp 267 static bool getGNUDebuglinkContents(const Binary *Bin, std::string &DebugName,
285 DebugName = DebugNameStr;

Completed in 234 milliseconds