Searched refs:current_frame_slots_ (Results 1 – 11 of 11) sorted by relevance
643 return current_frame_slots_ != base_frame_slots_; in HasAllocatedStackSlots()646 return current_frame_slots_ - base_frame_slots_; in GetSpillSlotCount()648 int GetTotalFrameSlotCount() const { return current_frame_slots_; } in GetTotalFrameSlotCount()690 int current_frame_slots_; variable
259 current_frame_slots_(base_frame_slots_), in LChunk()485 current_frame_slots_ += 2; in set_allocated_double_registers()487 current_frame_slots_++; in set_allocated_double_registers()
318 current_frame_slots_++; in GetNextSpillIndex()319 current_frame_slots_ |= 1; in GetNextSpillIndex()322 return current_frame_slots_++; in GetNextSpillIndex()
329 current_frame_slots_++; in GetNextSpillIndex()330 current_frame_slots_ |= 1; in GetNextSpillIndex()333 return current_frame_slots_++; in GetNextSpillIndex()
309 current_frame_slots_++; in GetNextSpillIndex()315 current_frame_slots_ |= 1; in GetNextSpillIndex()317 return current_frame_slots_++; in GetNextSpillIndex()
321 if (kind == DOUBLE_REGISTERS) current_frame_slots_++; in GetNextSpillIndex()322 return current_frame_slots_++; in GetNextSpillIndex()
346 if (kind == DOUBLE_REGISTERS) current_frame_slots_++; in GetNextSpillIndex()347 return current_frame_slots_++; in GetNextSpillIndex()
352 if (kind == DOUBLE_REGISTERS) current_frame_slots_++; in GetNextSpillIndex()353 return current_frame_slots_++; in GetNextSpillIndex()
339 if (kind == DOUBLE_REGISTERS) current_frame_slots_++; in GetNextSpillIndex()340 return current_frame_slots_++; in GetNextSpillIndex()
483 int LPlatformChunk::GetNextSpillIndex() { return current_frame_slots_++; } in GetNextSpillIndex()