HomeSort by relevance Sort by last modified time
    Searched refs:next_function_id_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/profiler/
profile-generator.h 262 unsigned next_function_id_; member in class:v8::internal::ProfileTree
profile-generator.cc 299 next_function_id_(1),
313 entry->value = reinterpret_cast<void*>(next_function_id_++);

Completed in 65 milliseconds