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

/external/v8/src/arm/
H A Dcodegen-arm.cc186 int heap_slots = scope()->num_heap_slots(); local
187 if (heap_slots > 0) {
192 if (heap_slots <= FastNewContextStub::kMaximumSlots) {
193 FastNewContextStub stub(heap_slots);
/external/v8/src/x64/
H A Dcodegen-x64.cc326 int heap_slots = scope()->num_heap_slots(); local
327 if (heap_slots > 0) {
333 if (heap_slots <= FastNewContextStub::kMaximumSlots) {
334 FastNewContextStub stub(heap_slots);
/external/v8/src/ia32/
H A Dcodegen-ia32.cc174 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
175 if (heap_slots > 0) {
181 if (heap_slots <= FastNewContextStub::kMaximumSlots) {
182 FastNewContextStub stub(heap_slots);

Completed in 88 milliseconds