Searched defs:GetFunctionName (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dprofile-generator-inl.h36 const char* StringsStorage::GetFunctionName(String* name) { function in class:v8::internal::StringsStorage
37 return GetFunctionName(GetName(name));
41 const char* StringsStorage::GetFunctionName(const char* name) { function in class:v8::internal::StringsStorage
H A Dprofile-generator.h75 inline const char* GetFunctionName(String* name);
76 inline const char* GetFunctionName(const char* name);
325 const char* GetFunctionName(String* name) { function in class:v8::internal::CpuProfilesCollection
326 return function_and_resource_names_.GetFunctionName(name);
328 const char* GetFunctionName(const char* name) { function in class:v8::internal::CpuProfilesCollection
329 return function_and_resource_names_.GetFunctionName(name);
H A Dapi.cc2054 Local<String> StackFrame::GetFunctionName() const { function in class:v8::StackFrame
2056 if (IsDeadCheck(isolate, "v8::StackFrame::GetFunctionName()")) {
5773 Handle<String> CpuProfileNode::GetFunctionName() const { function in class:v8::CpuProfileNode
5775 IsDeadCheck(isolate, "v8::CpuProfileNode::GetFunctionName");

Completed in 213 milliseconds