Home
last modified time | relevance | path

Searched defs:GetFunctionName (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/profiler/
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
Dprofile-generator.h317 const char* GetFunctionName(Name* name) { in GetFunctionName() function
320 const char* GetFunctionName(const char* name) { in GetFunctionName() function
/external/v8/src/
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