MIN_CONTEXT_SLOTS 225 src/arm/code-stubs-arm.cc int length = slots_ + Context::MIN_CONTEXT_SLOTS; MIN_CONTEXT_SLOTS 254 src/arm/code-stubs-arm.cc for (int i = Context::MIN_CONTEXT_SLOTS; i < length; i++) { MIN_CONTEXT_SLOTS 277 src/arm/code-stubs-arm.cc int length = slots_ + Context::MIN_CONTEXT_SLOTS; MIN_CONTEXT_SLOTS 319 src/arm/code-stubs-arm.cc __ str(r1, ContextOperand(r0, i + Context::MIN_CONTEXT_SLOTS)); MIN_CONTEXT_SLOTS 4541 src/arm/code-stubs-arm.cc __ add(r9, r9, Operand(Smi::FromInt(Context::MIN_CONTEXT_SLOTS))); MIN_CONTEXT_SLOTS 185 src/arm/full-codegen-arm.cc int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; MIN_CONTEXT_SLOTS 178 src/arm/lithium-codegen-arm.cc int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; MIN_CONTEXT_SLOTS 1459 src/bootstrapper.cc factory()->NewFunctionContext(Context::MIN_CONTEXT_SLOTS, bridge); MIN_CONTEXT_SLOTS 151 src/contexts.cc ASSERT(slot_index < 0 || slot_index >= MIN_CONTEXT_SLOTS); MIN_CONTEXT_SLOTS 1160 src/frames.cc accumulator->Add("%o", context->get(Context::MIN_CONTEXT_SLOTS + i)); MIN_CONTEXT_SLOTS 904 src/full-codegen.cc scope_info->ContextLength() - Context::MIN_CONTEXT_SLOTS; MIN_CONTEXT_SLOTS 1118 src/gdb-jit.cc int internal_slots = Context::MIN_CONTEXT_SLOTS; MIN_CONTEXT_SLOTS 1147 src/gdb-jit.cc ASSERT(Context::MIN_CONTEXT_SLOTS == 4); MIN_CONTEXT_SLOTS 1315 src/gdb-jit.cc int internal_slots = Context::MIN_CONTEXT_SLOTS; MIN_CONTEXT_SLOTS 4913 src/heap.cc ASSERT(length >= Context::MIN_CONTEXT_SLOTS); MIN_CONTEXT_SLOTS 4932 src/heap.cc STATIC_ASSERT(Context::MIN_CONTEXT_SLOTS == Context::THROWN_OBJECT_INDEX); MIN_CONTEXT_SLOTS 4935 src/heap.cc AllocateFixedArray(Context::MIN_CONTEXT_SLOTS + 1); MIN_CONTEXT_SLOTS 4953 src/heap.cc { MaybeObject* maybe_result = AllocateFixedArray(Context::MIN_CONTEXT_SLOTS); MIN_CONTEXT_SLOTS 199 src/ia32/code-stubs-ia32.cc int length = slots_ + Context::MIN_CONTEXT_SLOTS; MIN_CONTEXT_SLOTS 225 src/ia32/code-stubs-ia32.cc for (int i = Context::MIN_CONTEXT_SLOTS; i < length; i++) { MIN_CONTEXT_SLOTS 247 src/ia32/code-stubs-ia32.cc int length = slots_ + Context::MIN_CONTEXT_SLOTS; MIN_CONTEXT_SLOTS 291 src/ia32/code-stubs-ia32.cc __ mov(ContextOperand(eax, Context::MIN_CONTEXT_SLOTS), MIN_CONTEXT_SLOTS 296 src/ia32/code-stubs-ia32.cc __ mov(ContextOperand(eax, i + Context::MIN_CONTEXT_SLOTS), ebx); MIN_CONTEXT_SLOTS 3519 src/ia32/code-stubs-ia32.cc __ mov(ebx, Immediate(Smi::FromInt(Context::MIN_CONTEXT_SLOTS))); MIN_CONTEXT_SLOTS 179 src/ia32/full-codegen-ia32.cc int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; MIN_CONTEXT_SLOTS 243 src/ia32/lithium-codegen-ia32.cc int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; MIN_CONTEXT_SLOTS 227 src/mips/code-stubs-mips.cc int length = slots_ + Context::MIN_CONTEXT_SLOTS; MIN_CONTEXT_SLOTS 256 src/mips/code-stubs-mips.cc for (int i = Context::MIN_CONTEXT_SLOTS; i < length; i++) { MIN_CONTEXT_SLOTS 278 src/mips/code-stubs-mips.cc int length = slots_ + Context::MIN_CONTEXT_SLOTS; MIN_CONTEXT_SLOTS 319 src/mips/code-stubs-mips.cc __ sw(a1, ContextOperand(v0, i + Context::MIN_CONTEXT_SLOTS)); MIN_CONTEXT_SLOTS 4731 src/mips/code-stubs-mips.cc __ Addu(t5, t5, Operand(Smi::FromInt(Context::MIN_CONTEXT_SLOTS))); MIN_CONTEXT_SLOTS 191 src/mips/full-codegen-mips.cc int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; MIN_CONTEXT_SLOTS 174 src/mips/lithium-codegen-mips.cc int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; MIN_CONTEXT_SLOTS 3917 src/objects.cc for (int i = Context::MIN_CONTEXT_SLOTS; i < context->length(); i++) { MIN_CONTEXT_SLOTS 2151 src/profile-generator.cc int idx = Context::MIN_CONTEXT_SLOTS + i; MIN_CONTEXT_SLOTS 7880 src/runtime.cc Context::MIN_CONTEXT_SLOTS + context_index)); MIN_CONTEXT_SLOTS 12036 src/runtime.cc isolate->factory()->NewFunctionContext(Context::MIN_CONTEXT_SLOTS, MIN_CONTEXT_SLOTS 12174 src/runtime.cc isolate->factory()->NewFunctionContext(Context::MIN_CONTEXT_SLOTS, MIN_CONTEXT_SLOTS 199 src/scopeinfo.cc return Context::MIN_CONTEXT_SLOTS + context_locals + MIN_CONTEXT_SLOTS 318 src/scopeinfo.cc result = Context::MIN_CONTEXT_SLOTS + var; MIN_CONTEXT_SLOTS 498 src/scopeinfo.cc Context::MIN_CONTEXT_SLOTS, MIN_CONTEXT_SLOTS 149 src/scopes.cc static_cast<int>(Context::MIN_CONTEXT_SLOTS)); MIN_CONTEXT_SLOTS 168 src/scopes.cc num_heap_slots_ = Context::MIN_CONTEXT_SLOTS; MIN_CONTEXT_SLOTS 1287 src/scopes.cc num_heap_slots_ = Context::MIN_CONTEXT_SLOTS; MIN_CONTEXT_SLOTS 1303 src/scopes.cc if (num_heap_slots_ == Context::MIN_CONTEXT_SLOTS && !must_have_context) { MIN_CONTEXT_SLOTS 1308 src/scopes.cc ASSERT(num_heap_slots_ == 0 || num_heap_slots_ >= Context::MIN_CONTEXT_SLOTS); MIN_CONTEXT_SLOTS 1320 src/scopes.cc return num_heap_slots() - Context::MIN_CONTEXT_SLOTS - MIN_CONTEXT_SLOTS 201 src/x64/code-stubs-x64.cc int length = slots_ + Context::MIN_CONTEXT_SLOTS; MIN_CONTEXT_SLOTS 225 src/x64/code-stubs-x64.cc for (int i = Context::MIN_CONTEXT_SLOTS; i < length; i++) { MIN_CONTEXT_SLOTS 247 src/x64/code-stubs-x64.cc int length = slots_ + Context::MIN_CONTEXT_SLOTS; MIN_CONTEXT_SLOTS 290 src/x64/code-stubs-x64.cc __ movq(ContextOperand(rax, i + Context::MIN_CONTEXT_SLOTS), rbx); MIN_CONTEXT_SLOTS 2541 src/x64/code-stubs-x64.cc __ Move(r8, Smi::FromInt(Context::MIN_CONTEXT_SLOTS)); MIN_CONTEXT_SLOTS 175 src/x64/full-codegen-x64.cc int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; MIN_CONTEXT_SLOTS 188 src/x64/lithium-codegen-x64.cc int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;