Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dgc-tracer.h139 FIRST_INCREMENTAL_SCOPE = MC_INCREMENTAL, enumerator
142 LAST_INCREMENTAL_SCOPE - FIRST_INCREMENTAL_SCOPE + 1
333 if (scope >= Scope::FIRST_INCREMENTAL_SCOPE && in AddScopeSample()
335 incremental_marking_scopes_[scope - Scope::FIRST_INCREMENTAL_SCOPE] in AddScopeSample()
Dgc-tracer.cc29 STATIC_ASSERT(FIRST_INCREMENTAL_SCOPE == 0); in Scope()