Home
last modified time | relevance | path

Searched refs:GetFunctionId (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/profiler/
Dprofile-generator-inl.h45 return tree_->GetFunctionId(this); in function_id()
Dprofile-generator.h237 unsigned GetFunctionId(const ProfileNode* node);
Dprofile-generator.cc308 unsigned ProfileTree::GetFunctionId(const ProfileNode* node) { in GetFunctionId() function in v8::internal::ProfileTree