Home
last modified time | relevance | path

Searched refs:GetFunctionName (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/profiler/
Dprofiler-listener.h70 const char* GetFunctionName(Name* name) { in GetFunctionName() function
71 return function_and_resource_names_.GetFunctionName(name); in GetFunctionName()
73 const char* GetFunctionName(const char* name) { in GetFunctionName() function
74 return function_and_resource_names_.GetFunctionName(name); in GetFunctionName()
Dstrings-storage.h30 const char* GetFunctionName(Name* name);
31 const char* GetFunctionName(const char* name);
Dprofiler-listener.cc40 tag, GetFunctionName(name), CodeEntry::kEmptyNamePrefix, in CodeCreateEvent()
54 tag, GetFunctionName(name), CodeEntry::kEmptyNamePrefix, in CodeCreateEvent()
70 tag, GetFunctionName(shared->DebugName()), CodeEntry::kEmptyNamePrefix, in CodeCreateEvent()
107 tag, GetFunctionName(shared->DebugName()), CodeEntry::kEmptyNamePrefix, in CodeCreateEvent()
235 entry->tag(), GetFunctionName(shared_info->DebugName()), in RecordInliningInfo()
Dstrings-storage.cc100 const char* StringsStorage::GetFunctionName(Name* name) { in GetFunctionName() function in v8::internal::StringsStorage
105 const char* StringsStorage::GetFunctionName(const char* name) { in GetFunctionName() function in v8::internal::StringsStorage
Dallocation-tracker.cc266 info->name = names_->GetFunctionName(shared->DebugName()); in AddFunctionInfo()
Dsampling-heap-profiler.cc199 const char* name = this->names()->GetFunctionName(shared->DebugName()); in AddStack()
/external/v8/src/
Dmessages.h56 virtual Handle<Object> GetFunctionName() = 0;
97 Handle<Object> GetFunctionName() override;
139 Handle<Object> GetFunctionName() override;
Dmessages.cc330 Handle<Object> JSStackFrame::GetFunctionName() { in GetFunctionName() function in v8::internal::JSStackFrame
560 Handle<Object> function_name = call_site->GetFunctionName(); in AppendMethodCall()
599 Handle<Object> function_name = GetFunctionName(); in ToString()
656 Handle<Object> WasmStackFrame::GetFunctionName() { in GetFunctionName() function in v8::internal::WasmStackFrame
672 Handle<Object> name = GetFunctionName(); in ToString()
778 Handle<Object> function_name = GetFunctionName(); in ToString()
Dframes.cc1241 return WasmCompiledModule::GetFunctionName(compiled_module->GetIsolate(), in FunctionName()
Disolate.cc719 Handle<String> name = WasmCompiledModule::GetFunctionName( in NewStackFrameObject()
Dapi.cc2946 Local<String> StackFrame::GetFunctionName() const { in GetFunctionName() function in v8::StackFrame
9540 Local<String> CpuProfileNode::GetFunctionName() const { in GetFunctionName() function in v8::CpuProfileNode
/external/v8/src/builtins/
Dbuiltins-callsite.cc88 return *it.Frame()->GetFunctionName(); in BUILTIN()
/external/v8/include/
Dv8-profiler.h147 Local<String> GetFunctionName() const;
Dv8.h1630 Local<String> GetFunctionName() const;
/external/v8/src/inspector/
Dv8-stack-trace-impl.cc34 v8::Local<v8::String> functionNameValue(frame->GetFunctionName()); in toFrame()
Dv8-profiler-agent-impl.cc54 .setFunctionName(toProtocolString(node->GetFunctionName())) in buildInspectorObjectFor()
/external/v8/src/wasm/
Dwasm-objects.h340 static Handle<String> GetFunctionName(
Dwasm-objects.cc846 Handle<String> WasmCompiledModule::GetFunctionName( in GetFunctionName() function in WasmCompiledModule