Searched refs:heap_slots (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/v8/src/
H A Dfull-codegen.cc1089 int heap_slots = scope_info->ContextLength() - Context::MIN_CONTEXT_SLOTS; local
1092 if (heap_slots <= FastNewBlockContextStub::kMaximumSlots) {
1093 FastNewBlockContextStub stub(heap_slots);
/external/v8/src/
H A Dfull-codegen.cc923 int heap_slots = scope_info->ContextLength() - Context::MIN_CONTEXT_SLOTS; local
926 if (heap_slots <= FastNewBlockContextStub::kMaximumSlots) {
927 FastNewBlockContextStub stub(heap_slots);
/external/v8/src/arm/
H A Dfull-codegen-arm.cc191 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
192 if (heap_slots > 0) {
196 if (heap_slots <= FastNewContextStub::kMaximumSlots) {
197 FastNewContextStub stub(heap_slots);
H A Dlithium-codegen-arm.cc176 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
177 if (heap_slots > 0) {
181 if (heap_slots <= FastNewContextStub::kMaximumSlots) {
182 FastNewContextStub stub(heap_slots);
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc184 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
185 if (heap_slots > 0) {
189 if (heap_slots <= FastNewContextStub::kMaximumSlots) {
190 FastNewContextStub stub(heap_slots);
H A Dlithium-codegen-ia32.cc188 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
189 if (heap_slots > 0) {
193 if (heap_slots <= FastNewContextStub::kMaximumSlots) {
194 FastNewContextStub stub(heap_slots);
/external/v8/src/mips/
H A Dfull-codegen-mips.cc198 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
199 if (heap_slots > 0) {
203 if (heap_slots <= FastNewContextStub::kMaximumSlots) {
204 FastNewContextStub stub(heap_slots);
H A Dlithium-codegen-mips.cc174 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
175 if (heap_slots > 0) {
179 if (heap_slots <= FastNewContextStub::kMaximumSlots) {
180 FastNewContextStub stub(heap_slots);
/external/v8/src/x64/
H A Dfull-codegen-x64.cc198 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
199 if (heap_slots > 0) {
203 if (heap_slots <= FastNewContextStub::kMaximumSlots) {
204 FastNewContextStub stub(heap_slots);
H A Dlithium-codegen-x64.cc186 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
187 if (heap_slots > 0) {
191 if (heap_slots <= FastNewContextStub::kMaximumSlots) {
192 FastNewContextStub stub(heap_slots);
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc193 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
194 if (heap_slots > 0) {
201 } else if (heap_slots <= FastNewContextStub::kMaximumSlots) {
202 FastNewContextStub stub(heap_slots);
H A Dlithium-codegen-arm.cc208 int heap_slots = info()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
209 if (heap_slots > 0) {
213 if (heap_slots <= FastNewContextStub::kMaximumSlots) {
214 FastNewContextStub stub(heap_slots);
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc184 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
185 if (heap_slots > 0) {
192 } else if (heap_slots <= FastNewContextStub::kMaximumSlots) {
193 FastNewContextStub stub(heap_slots);
H A Dlithium-codegen-ia32.cc286 int heap_slots = info_->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
287 if (heap_slots > 0) {
291 if (heap_slots <= FastNewContextStub::kMaximumSlots) {
292 FastNewContextStub stub(heap_slots);
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc197 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
198 if (heap_slots > 0) {
205 } else if (heap_slots <= FastNewContextStub::kMaximumSlots) {
206 FastNewContextStub stub(heap_slots);
H A Dlithium-codegen-mips.cc207 int heap_slots = info()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
208 if (heap_slots > 0) {
212 if (heap_slots <= FastNewContextStub::kMaximumSlots) {
213 FastNewContextStub stub(heap_slots);
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc179 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
180 if (heap_slots > 0) {
187 } else if (heap_slots <= FastNewContextStub::kMaximumSlots) {
188 FastNewContextStub stub(heap_slots);
H A Dlithium-codegen-x64.cc217 int heap_slots = info_->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
218 if (heap_slots > 0) {
222 if (heap_slots <= FastNewContextStub::kMaximumSlots) {
223 FastNewContextStub stub(heap_slots);

Completed in 471 milliseconds