Home
last modified time | relevance | path

Searched refs:NATIVE_CONTEXT_SLOTS (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dcontexts.cc549 Context::SizeFor(NativeContext::NATIVE_CONTEXT_SLOTS));
551 (Context::SizeFor(NativeContext::NATIVE_CONTEXT_SLOTS) +
Dcontexts.h551 NATIVE_CONTEXT_SLOTS, enumerator
757 (NATIVE_CONTEXT_SLOTS - FIRST_WEAK_SLOT) * kTaggedSize) \
/third_party/node/deps/v8/src/heap/
Dobjects-visiting.cc134 idx < Context::NATIVE_CONTEXT_SLOTS; ++idx) { in VisitLiveObject()
Dfactory.cc1173 map, NativeContext::kSize, NativeContext::NATIVE_CONTEXT_SLOTS, in NewNativeContext()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc1348 Context::NATIVE_CONTEXT_SLOTS); in ExtractContextReferences()
1350 Context::NATIVE_CONTEXT_SLOTS); in ExtractContextReferences()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc655 CHECK_EQ(length(), NativeContext::NATIVE_CONTEXT_SLOTS); in NativeContextVerify()