Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dstrings-storage.h26 const char* GetFunctionName(Name* name);
27 const char* GetFunctionName(const char* name);
Dprofile-generator.h317 const char* GetFunctionName(Name* name) { in GetFunctionName() function
318 return function_and_resource_names_.GetFunctionName(name); in GetFunctionName()
320 const char* GetFunctionName(const char* name) { in GetFunctionName() function
321 return function_and_resource_names_.GetFunctionName(name); in GetFunctionName()
Dstrings-storage.cc98 const char* StringsStorage::GetFunctionName(Name* name) { in GetFunctionName() function in v8::internal::StringsStorage
103 const char* StringsStorage::GetFunctionName(const char* name) { in GetFunctionName() function in v8::internal::StringsStorage
Dcpu-profiler.cc222 tag, profiles_->GetFunctionName(name), CodeEntry::kEmptyNamePrefix, in CodeCreateEvent()
237 tag, profiles_->GetFunctionName(name), CodeEntry::kEmptyNamePrefix, in CodeCreateEvent()
252 tag, profiles_->GetFunctionName(shared->DebugName()), in CodeCreateEvent()
289 tag, profiles_->GetFunctionName(shared->DebugName()), in CodeCreateEvent()
Dallocation-tracker.cc268 info->name = names_->GetFunctionName(shared->DebugName()); in AddFunctionInfo()
/external/v8/include/
Dv8-profiler.h63 Local<String> GetFunctionName() const;
Dv8.h1620 Local<String> GetFunctionName() const;
/external/v8/test/cctest/
Dtest-cpu-profiler.cc463 v8::Local<v8::String> name = node->GetChild(i)->GetFunctionName(); in CheckChildrenNames()
469 *v8::String::Utf8Value(node->GetFunctionName())); in CheckChildrenNames()
475 if (name->Equals(context, node->GetChild(j)->GetFunctionName()) in CheckChildrenNames()
481 *v8::String::Utf8Value(node->GetFunctionName())); in CheckChildrenNames()
496 if (nameHandle->Equals(context, child->GetFunctionName()).FromJust()) { in FindChild()
1664 CHECK(v8_str(name)->Equals(context, node->GetFunctionName()).FromJust()); in CheckFunctionDetails()
Dtest-profile-generator.cc566 v8::String::Utf8Value function_name(child->GetFunctionName()); in PickChild()
Dtest-api.cc16156 v8::String::Utf8Value func_name(frame->GetFunctionName()); in checkStackFrame()
/external/v8/src/
Dmessages.h53 Handle<Object> GetFunctionName();
Dmessages.cc181 Handle<Object> CallSite::GetFunctionName() { in GetFunctionName() function in v8::internal::CallSite
Dapi.cc2534 Local<String> StackFrame::GetFunctionName() const { in GetFunctionName() function in v8::StackFrame
7898 Local<String> CpuProfileNode::GetFunctionName() const { in GetFunctionName() function in v8::CpuProfileNode
/external/v8/src/runtime/
Druntime-internal.cc350 CALLSITE_GET(GetFunctionName, ReturnDereferencedHandle) in CALLSITE_GET()