Home
last modified time | relevance | path

Searched refs:MIN_CONTEXT_SLOTS (Results 1 – 25 of 97) sorted by relevance

1234

/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dbuiltins-promise.h17 kPromiseSlot = Context::MIN_CONTEXT_SLOTS,
32 kPromiseAllResolveElementRemainingSlot = Context::MIN_CONTEXT_SLOTS,
45 kPromiseAnyRejectElementRemainingSlot = Context::MIN_CONTEXT_SLOTS,
56 kCapabilitySlot = Context::MIN_CONTEXT_SLOTS,
66 kOnFinallySlot = Context::MIN_CONTEXT_SLOTS,
75 kValueSlot = Context::MIN_CONTEXT_SLOTS,
H A Dbuiltins-constructor.h40 STATIC_ASSERT(Context::SizeFor(kMaximumSlots + Context::MIN_CONTEXT_SLOTS) <
H A Dbuiltins-proxy-gen.h36 kProxySlot = Context::MIN_CONTEXT_SLOTS,
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dbuiltins-promise.h17 kPromiseSlot = Context::MIN_CONTEXT_SLOTS,
32 kPromiseAllResolveElementRemainingSlot = Context::MIN_CONTEXT_SLOTS,
45 kPromiseAnyRejectElementRemainingSlot = Context::MIN_CONTEXT_SLOTS,
56 kCapabilitySlot = Context::MIN_CONTEXT_SLOTS,
66 kOnFinallySlot = Context::MIN_CONTEXT_SLOTS,
75 kValueSlot = Context::MIN_CONTEXT_SLOTS,
H A Dbuiltins-constructor.h40 STATIC_ASSERT(Context::SizeFor(kMaximumSlots + Context::MIN_CONTEXT_SLOTS) <
H A Dbuiltins-proxy-gen.h37 kProxySlot = Context::MIN_CONTEXT_SLOTS,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-promise.h17 kPromiseSlot = Context::MIN_CONTEXT_SLOTS,
32 kPromiseAllResolveElementRemainingSlot = Context::MIN_CONTEXT_SLOTS,
44 kCapabilitySlot = Context::MIN_CONTEXT_SLOTS,
54 kOnFinallySlot = Context::MIN_CONTEXT_SLOTS,
63 kValueSlot = Context::MIN_CONTEXT_SLOTS,
H A Dbuiltins-constructor.h40 STATIC_ASSERT(Context::SizeFor(kMaximumSlots + Context::MIN_CONTEXT_SLOTS) <
H A Dbuiltins-proxy-gen.h38 kProxySlot = Context::MIN_CONTEXT_SLOTS,
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-promise-gen.h21 kPromiseSlot = Context::MIN_CONTEXT_SLOTS,
35 kPromiseAllResolveElementRemainingSlot = Context::MIN_CONTEXT_SLOTS,
48 kCapabilitySlot = Context::MIN_CONTEXT_SLOTS,
58 kOnFinallySlot = Context::MIN_CONTEXT_SLOTS,
67 kValueSlot = Context::MIN_CONTEXT_SLOTS,
H A Dbuiltins-constructor.h38 STATIC_ASSERT(((kMaximumSlots + Context::MIN_CONTEXT_SLOTS) * kPointerSize +
H A Dbuiltins-async-gen.cc20 enum Fields { kDoneSlot = Context::MIN_CONTEXT_SLOTS, kLength };
30 DCHECK_GE(context_length, Context::MIN_CONTEXT_SLOTS); in Await()
H A Dbuiltins-proxy-gen.h31 kProxySlot = Context::MIN_CONTEXT_SLOTS,
H A Dbuiltins-async-function-gen.cc36 enum Fields { kGeneratorSlot = Context::MIN_CONTEXT_SLOTS, kLength };
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dcontexts.tq23 const MIN_CONTEXT_SLOTS: constexpr int31
24 generates 'Context::MIN_CONTEXT_SLOTS';
74 generates 'Context::MIN_CONTEXT_SLOTS';
H A Dcontexts.h546 MIN_CONTEXT_SLOTS = EXTENSION_INDEX, enumerator
550 THROWN_OBJECT_INDEX = MIN_CONTEXT_SLOTS,
558 (MIN_CONTEXT_EXTENDED_SLOTS - MIN_CONTEXT_SLOTS) * kTaggedSize;
H A Dcontexts.cc300 DCHECK(slot_index < 0 || slot_index >= MIN_CONTEXT_SLOTS); in Lookup()
494 STATIC_ASSERT(Context::MIN_CONTEXT_SLOTS == 2);
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dcontexts.h471 MIN_CONTEXT_SLOTS = GLOBAL_PROXY_INDEX, enumerator
473 THROWN_OBJECT_INDEX = MIN_CONTEXT_SLOTS,
476 WRAPPED_CONTEXT_INDEX = MIN_CONTEXT_SLOTS,
477 WHITE_LIST_INDEX = MIN_CONTEXT_SLOTS + 1
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/
H A Djs-create-lowering-unittest.cc165 8 + Context::MIN_CONTEXT_SLOTS)), in TEST_F()
208 Context::MIN_CONTEXT_SLOTS + 1)), in TEST_F()
/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Dscope-info.cc230 int local_index = var->index() - Context::MIN_CONTEXT_SLOTS; in Create()
366 DCHECK_EQ(Context::MIN_CONTEXT_SLOTS, scope_info->ContextLength()); in CreateForWithScope()
442 const int receiver_index = Context::MIN_CONTEXT_SLOTS + 0; in CreateForBootstrapping()
466 DCHECK_EQ(scope_info->ContextLength(), Context::MIN_CONTEXT_SLOTS + 1); in CreateForBootstrapping()
525 return Context::MIN_CONTEXT_SLOTS + context_locals + in ContextLength()
790 result = Context::MIN_CONTEXT_SLOTS + var; in ContextSlotIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dcontexts.tq37 static_assert(slots >= ContextSlot::MIN_CONTEXT_SLOTS);
127 MIN_CONTEXT_SLOTS,
H A Dcontexts.h516 MIN_CONTEXT_SLOTS = EXTENSION_INDEX, enumerator
520 THROWN_OBJECT_INDEX = MIN_CONTEXT_SLOTS,
528 (MIN_CONTEXT_EXTENDED_SLOTS - MIN_CONTEXT_SLOTS) * kTaggedSize;
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Djs-create-lowering.cc1300 STATIC_ASSERT(Context::MIN_CONTEXT_SLOTS == 4); // Ensure fully covered. in ReduceJSCreateFunctionContext()
1301 int context_length = slot_count + Context::MIN_CONTEXT_SLOTS; in ReduceJSCreateFunctionContext()
1320 for (int i = Context::MIN_CONTEXT_SLOTS; i < context_length; ++i) { in ReduceJSCreateFunctionContext()
1340 STATIC_ASSERT(Context::MIN_CONTEXT_SLOTS == 4); // Ensure fully covered. in ReduceJSCreateWithContext()
1341 a.AllocateContext(Context::MIN_CONTEXT_SLOTS, factory()->with_context_map()); in ReduceJSCreateWithContext()
1362 STATIC_ASSERT(Context::MIN_CONTEXT_SLOTS == 4); // Ensure fully covered. in ReduceJSCreateCatchContext()
1363 a.AllocateContext(Context::MIN_CONTEXT_SLOTS + 1, in ReduceJSCreateCatchContext()
1391 STATIC_ASSERT(Context::MIN_CONTEXT_SLOTS == 4); // Ensure fully covered. in ReduceJSCreateBlockContext()
1399 for (int i = Context::MIN_CONTEXT_SLOTS; i < context_length; ++i) { in ReduceJSCreateBlockContext()
1587 int idx = Context::MIN_CONTEXT_SLOTS + parameter_count - 1 - i; in AllocateAliasedArguments()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dcontexts.tq42 static_assert(slots >= ContextSlot::MIN_CONTEXT_SLOTS);
163 MIN_CONTEXT_SLOTS,
H A Dcontexts.h515 MIN_CONTEXT_SLOTS = EXTENSION_INDEX, enumerator
519 THROWN_OBJECT_INDEX = MIN_CONTEXT_SLOTS,
526 (MIN_CONTEXT_EXTENDED_SLOTS - MIN_CONTEXT_SLOTS) * kTaggedSize;

1234