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

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

Completed in 917 milliseconds