Home
last modified time | relevance | path

Searched refs:GetDebugName (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/compiler/
Dpipeline.cc91 debug_name_(info_->GetDebugName()), in PipelineData()
123 debug_name_(info_->GetDebugName()), in PipelineData()
146 debug_name_(info_->GetDebugName()), in PipelineData()
163 debug_name_(info_->GetDebugName()), in PipelineData()
523 std::unique_ptr<char[]> function_name = info->GetDebugName(); in CreatePipelineStatistics()
679 json_of << "{\"function\":\"" << info()->GetDebugName().get() in ExecuteJobImpl()
1487 << "Begin compiling method " << info()->GetDebugName().get() in CreateGraph()
1688 json_of << "{\"function\":\"" << info.GetDebugName().get() in GenerateCodeForCodeStub()
1743 json_of << "{\"function\":\"" << info->GetDebugName().get() in GenerateCodeForTesting()
1925 << "Finished compiling method " << info()->GetDebugName().get() in GenerateCode()
Dgraph-visualizer.cc36 std::unique_ptr<char[]> debug_name = info->GetDebugName(); in GetVisualizerLogFileName()
351 std::unique_ptr<char[]> name = info->GetDebugName(); in PrintCompilation()
/external/v8/src/
Dcodegen.cc104 std::unique_ptr<char[]> name = info->GetDebugName(); in MakeCodePrologue()
245 std::unique_ptr<char[]> debug_name = info->GetDebugName(); in PrintCode()
Dcompilation-info.cc155 std::unique_ptr<char[]> CompilationInfo::GetDebugName() const { in GetDebugName() function in v8::internal::CompilationInfo
Dcompilation-info.h312 std::unique_ptr<char[]> GetDebugName() const;
Dframes.cc1189 return JSFunction::GetDebugName(function_); in FunctionName()
Disolate.cc701 Handle<Object> fun_name = JSFunction::GetDebugName(fun); in NewStackFrameObject()
Dapi.cc5191 Local<Value> Function::GetDebugName() const { in GetDebugName() function in v8::Function
5198 i::Handle<i::String> name = i::JSFunction::GetDebugName(func); in GetDebugName()
Dobjects.h8092 static Handle<String> GetDebugName(Handle<JSFunction> function);
Dobjects.cc12792 Handle<String> JSFunction::GetDebugName(Handle<JSFunction> function) { in GetDebugName() function in v8::internal::JSFunction
/external/v8/src/debug/
Ddebug-scopes.cc200 Handle<String> closure_name = JSFunction::GetDebugName(js_function); in MaterializeScopeDetails()
/external/v8/src/interpreter/
Dinterpreter.cc232 std::unique_ptr<char[]> name = info()->GetDebugName(); in PrepareJobImpl()
233 os << "[generating bytecode for function: " << info()->GetDebugName().get() in PrepareJobImpl()
/external/v8/src/runtime/
Druntime-debug.cc1446 return *JSFunction::GetDebugName(Handle<JSFunction>::cast(function)); in RUNTIME_FUNCTION()
/external/v8/src/crankshaft/
Dlithium-allocator.cc1344 PrintF("Function: %s\n", chunk_->info()->GetDebugName().get()); in BuildLiveRanges()
Dhydrogen.cc12731 std::unique_ptr<char[]> method_name = info->GetDebugName(); in TraceCompilation()
/external/v8/include/
Dv8.h3700 Local<Value> GetDebugName() const;