Searched refs:GetFunctionName (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/profiler/ |
D | strings-storage.h | 26 const char* GetFunctionName(Name* name); 27 const char* GetFunctionName(const char* name);
|
D | profile-generator.h | 317 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()
|
D | strings-storage.cc | 98 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
|
D | cpu-profiler.cc | 222 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()
|
D | allocation-tracker.cc | 268 info->name = names_->GetFunctionName(shared->DebugName()); in AddFunctionInfo()
|
/external/v8/include/ |
D | v8-profiler.h | 63 Local<String> GetFunctionName() const;
|
D | v8.h | 1620 Local<String> GetFunctionName() const;
|
/external/v8/test/cctest/ |
D | test-cpu-profiler.cc | 463 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()
|
D | test-profile-generator.cc | 566 v8::String::Utf8Value function_name(child->GetFunctionName()); in PickChild()
|
D | test-api.cc | 16156 v8::String::Utf8Value func_name(frame->GetFunctionName()); in checkStackFrame()
|
/external/v8/src/ |
D | messages.h | 53 Handle<Object> GetFunctionName();
|
D | messages.cc | 181 Handle<Object> CallSite::GetFunctionName() { in GetFunctionName() function in v8::internal::CallSite
|
D | api.cc | 2534 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/ |
D | runtime-internal.cc | 350 CALLSITE_GET(GetFunctionName, ReturnDereferencedHandle) in CALLSITE_GET()
|