Home
last modified time | relevance | path

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

12

/external/v8/src/builtins/
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,
Dbuiltins-async-gen.cc21 enum Fields { kDoneSlot = Context::MIN_CONTEXT_SLOTS, kLength };
31 DCHECK_GE(context_length, Context::MIN_CONTEXT_SLOTS); in Await()
155 DCHECK_GE(context_length, Context::MIN_CONTEXT_SLOTS); in AwaitOptimized()
Dbuiltins-constructor.h39 STATIC_ASSERT(((kMaximumSlots + Context::MIN_CONTEXT_SLOTS) * kPointerSize +
Dbuiltins-proxy-gen.h32 kProxySlot = Context::MIN_CONTEXT_SLOTS,
Dbuiltins-async-function-gen.cc41 enum Fields { kGeneratorSlot = Context::MIN_CONTEXT_SLOTS, kLength };
Dbuiltins-arguments-gen.cc343 IntPtrOrSmiAdd(IntPtrOrSmiConstant(Context::MIN_CONTEXT_SLOTS, mode), in EmitFastNewSloppyArguments()
Dbuiltins-async-generator-gen.cc24 enum Fields { kGeneratorSlot = Context::MIN_CONTEXT_SLOTS, kLength };
Dbuiltins-constructor-gen.cc231 Node* min_context_slots = IntPtrConstant(Context::MIN_CONTEXT_SLOTS); in EmitFastNewFunctionContext()
Dbuiltins-promise-gen.cc195 DCHECK_GE(slots, Context::MIN_CONTEXT_SLOTS); in CreatePromiseContext()
/external/v8/src/objects/
Dscope-info.cc202 int local_index = var->index() - Context::MIN_CONTEXT_SLOTS; in Create()
246 int index = parameter->index() - Context::MIN_CONTEXT_SLOTS; in Create()
355 DCHECK_EQ(Context::MIN_CONTEXT_SLOTS, scope_info->ContextLength()); in CreateForWithScope()
426 const int receiver_index = Context::MIN_CONTEXT_SLOTS + 0; in CreateForBootstrapping()
450 DCHECK_EQ(scope_info->ContextLength(), Context::MIN_CONTEXT_SLOTS + 1); in CreateForBootstrapping()
496 return Context::MIN_CONTEXT_SLOTS + context_locals + in ContextLength()
744 result = Context::MIN_CONTEXT_SLOTS + var; in ContextSlotIndex()
Dintl-objects.h93 kDateFormat = Context::MIN_CONTEXT_SLOTS,
155 kNumberFormat = Context::MIN_CONTEXT_SLOTS,
205 kV8BreakIterator = Context::MIN_CONTEXT_SLOTS,
Djs-collator.h66 kCollator = Context::MIN_CONTEXT_SLOTS,
/external/v8/src/
Dcontexts.h485 MIN_CONTEXT_SLOTS = GLOBAL_PROXY_INDEX, enumerator
487 THROWN_OBJECT_INDEX = MIN_CONTEXT_SLOTS,
490 WRAPPED_CONTEXT_INDEX = MIN_CONTEXT_SLOTS,
491 WHITE_LIST_INDEX = MIN_CONTEXT_SLOTS + 1
Dcontexts.cc298 DCHECK(slot_index < 0 || slot_index >= MIN_CONTEXT_SLOTS); in Lookup()
Dgdb-jit.cc1167 int internal_slots = Context::MIN_CONTEXT_SLOTS; in WriteBodyInternal()
1189 DCHECK_EQ(Context::MIN_CONTEXT_SLOTS, 4); in WriteBodyInternal()
1344 int internal_slots = Context::MIN_CONTEXT_SLOTS; in WriteBodyInternal()
Dframes.cc2046 int index = Context::MIN_CONTEXT_SLOTS + i; in Print()
Dobjects-printer.cc2073 PrintScopeInfoList(this, os, "context slots", Context::MIN_CONTEXT_SLOTS, in ScopeInfoPrint()
/external/v8/src/compiler/
Djs-create-lowering.cc1237 STATIC_ASSERT(Context::MIN_CONTEXT_SLOTS == 4); // Ensure fully covered. in ReduceJSCreateFunctionContext()
1238 int context_length = slot_count + Context::MIN_CONTEXT_SLOTS; in ReduceJSCreateFunctionContext()
1257 for (int i = Context::MIN_CONTEXT_SLOTS; i < context_length; ++i) { in ReduceJSCreateFunctionContext()
1277 STATIC_ASSERT(Context::MIN_CONTEXT_SLOTS == 4); // Ensure fully covered. in ReduceJSCreateWithContext()
1278 a.AllocateContext(Context::MIN_CONTEXT_SLOTS, factory()->with_context_map()); in ReduceJSCreateWithContext()
1299 STATIC_ASSERT(Context::MIN_CONTEXT_SLOTS == 4); // Ensure fully covered. in ReduceJSCreateCatchContext()
1300 a.AllocateContext(Context::MIN_CONTEXT_SLOTS + 1, in ReduceJSCreateCatchContext()
1328 STATIC_ASSERT(Context::MIN_CONTEXT_SLOTS == 4); // Ensure fully covered. in ReduceJSCreateBlockContext()
1336 for (int i = Context::MIN_CONTEXT_SLOTS; i < context_length; ++i) { in ReduceJSCreateBlockContext()
1525 int idx = Context::MIN_CONTEXT_SLOTS + parameter_count - 1 - i; in AllocateAliasedArguments()
[all …]
Djs-call-reducer.cc5617 Context::MIN_CONTEXT_SLOTS, in ReducePromiseConstructor()
5934 Context::MIN_CONTEXT_SLOTS, in ReducePromisePrototypeFinally()
/external/v8/src/ast/
Dscopes.cc270 DCHECK_LE(Context::MIN_CONTEXT_SLOTS, num_heap_slots_); in Scope()
346 num_heap_slots_ = Context::MIN_CONTEXT_SLOTS; in SetDefaults()
2313 DCHECK_EQ(Context::MIN_CONTEXT_SLOTS, num_heap_slots_); in AllocateVariablesRecursively()
2337 if (num_heap_slots_ == Context::MIN_CONTEXT_SLOTS && !must_have_context) { in AllocateVariablesRecursively()
2342 DCHECK(num_heap_slots_ == 0 || num_heap_slots_ >= Context::MIN_CONTEXT_SLOTS); in AllocateVariablesRecursively()
2409 return num_heap_slots() - Context::MIN_CONTEXT_SLOTS - in ContextLocalCount()
/external/v8/src/heap/
Dfactory.cc1405 DCHECK_LE(Context::MIN_CONTEXT_SLOTS, length); in NewFunctionContext()
1428 STATIC_ASSERT(Context::MIN_CONTEXT_SLOTS == Context::THROWN_OBJECT_INDEX); in NewCatchContext()
1430 Heap::kCatchContextMapRootIndex, Context::MIN_CONTEXT_SLOTS + 1); in NewCatchContext()
1444 STATIC_ASSERT(Context::WHITE_LIST_INDEX == Context::MIN_CONTEXT_SLOTS + 1); in NewDebugEvaluateContext()
1450 Heap::kDebugEvaluateContextMapRootIndex, Context::MIN_CONTEXT_SLOTS + 2); in NewDebugEvaluateContext()
1464 Heap::kWithContextMapRootIndex, Context::MIN_CONTEXT_SLOTS); in NewWithContext()
1486 DCHECK_GE(length, Context::MIN_CONTEXT_SLOTS); in NewBuiltinContext()
/external/v8/src/debug/
Ddebug-scopes.cc591 int context_index = Context::MIN_CONTEXT_SLOTS + i; in VisitContextLocals()
/external/v8/src/runtime/
Druntime-scopes.cc447 Smi* slot = Smi::FromInt(Context::MIN_CONTEXT_SLOTS + i); in NewSloppyArguments()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1101 int idx = Context::MIN_CONTEXT_SLOTS + i; in ExtractContextReferences()
/external/v8/src/interpreter/
Dbytecode-generator.cc4734 int slot_count = scope->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; in BuildNewLocalActivationContext()

12