Home
last modified time | relevance | path

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

/external/v8/src/
Dcontexts.h401 FIRST_WEAK_SLOT = OPTIMIZED_FUNCTIONS_LIST, enumerator
568 kHeaderSize + FIRST_WEAK_SLOT * kPointerSize,
/external/v8/src/heap/
Dobjects-visiting.cc306 for (int idx = Context::FIRST_WEAK_SLOT; in VisitLiveObject()
Dheap.cc6060 Context::FIRST_WEAK_SLOT * kPointerSize); in MarkRecursively()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1228 if (Context::index < Context::FIRST_WEAK_SLOT || \ in ExtractContextReferences()
1251 Context::FIRST_WEAK_SLOT); in ExtractContextReferences()
1254 STATIC_ASSERT(Context::FIRST_WEAK_SLOT + 4 == in ExtractContextReferences()