Home
last modified time | relevance | path

Searched refs:MIN_CONTEXT_EXTENDED_SLOTS (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-async-gen.cc86 FixedArray::SizeFor(Context::MIN_CONTEXT_EXTENDED_SLOTS); in Await()
96 SmiConstant(Context::MIN_CONTEXT_EXTENDED_SLOTS)); in Await()
/third_party/node/deps/v8/src/objects/
Dcontexts.h557 MIN_CONTEXT_EXTENDED_SLOTS = EXTENSION_INDEX + 1, enumerator
563 WRAPPED_CONTEXT_INDEX = MIN_CONTEXT_EXTENDED_SLOTS
567 (MIN_CONTEXT_EXTENDED_SLOTS - MIN_CONTEXT_SLOTS) * kTaggedSize;
754 (FIRST_WEAK_SLOT - MIN_CONTEXT_EXTENDED_SLOTS) * kTaggedSize) \
Dcontexts.cc536 STATIC_ASSERT(Context::MIN_CONTEXT_EXTENDED_SLOTS == 3);
Dscope-info.cc709 return HasContextExtensionSlot() ? Context::MIN_CONTEXT_EXTENDED_SLOTS in ContextHeaderLength()
/third_party/node/deps/v8/src/ast/
Dscopes.h503 return HasContextExtensionSlot() ? Context::MIN_CONTEXT_EXTENDED_SLOTS
Dscopes.cc2576 scope->num_heap_slots_ = Context::MIN_CONTEXT_EXTENDED_SLOTS; in AllocateVariablesRecursively()
/third_party/node/deps/v8/src/compiler/
Djs-create-lowering.cc1262 STATIC_ASSERT(Context::MIN_CONTEXT_EXTENDED_SLOTS == in ReduceJSCreateWithContext()
1264 a.AllocateContext(Context::MIN_CONTEXT_EXTENDED_SLOTS, in ReduceJSCreateWithContext()
/third_party/node/deps/v8/src/heap/
Dfactory.cc1283 int variadic_part_length = Context::MIN_CONTEXT_EXTENDED_SLOTS + 1; in NewDebugEvaluateContext()
1304 int variadic_part_length = Context::MIN_CONTEXT_EXTENDED_SLOTS; in NewWithContext()