Home
last modified time | relevance | path

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

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