Home
last modified time | relevance | path

Searched refs:next_function_id_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/profiler/
Dprofile-generator.cc312 next_function_id_(1), in ProfileTree()
326 entry->value = reinterpret_cast<void*>(next_function_id_++); in GetFunctionId()
Dprofile-generator.h262 unsigned next_function_id_; variable