Home
last modified time | relevance | path

Searched refs:FIRST_WEAK_SLOT (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dcontexts.h420 FIRST_WEAK_SLOT = OPTIMIZED_FUNCTIONS_LIST, enumerator
584 kHeaderSize + FIRST_WEAK_SLOT * kPointerSize,
/external/v8/src/heap/
Dobjects-visiting.cc301 for (int idx = Context::FIRST_WEAK_SLOT; in VisitLiveObject()
Dheap.cc5844 Context::FIRST_WEAK_SLOT * kPointerSize); in MarkRecursively()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1252 if (Context::index < Context::FIRST_WEAK_SLOT || \ in ExtractContextReferences()
1275 Context::FIRST_WEAK_SLOT); in ExtractContextReferences()
1278 STATIC_ASSERT(Context::FIRST_WEAK_SLOT + 4 == in ExtractContextReferences()