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()698 int current_frame_slots_; variable
258 current_frame_slots_(base_frame_slots_), in LChunk()490 current_frame_slots_ += 2; in set_allocated_double_registers()492 current_frame_slots_++; in set_allocated_double_registers()
326 current_frame_slots_++; in GetNextSpillIndex()327 current_frame_slots_ |= 1; in GetNextSpillIndex()330 return current_frame_slots_++; in GetNextSpillIndex()
316 current_frame_slots_++; in GetNextSpillIndex()322 current_frame_slots_ |= 1; in GetNextSpillIndex()324 return current_frame_slots_++; in GetNextSpillIndex()
337 current_frame_slots_++; in GetNextSpillIndex()338 current_frame_slots_ |= 1; in GetNextSpillIndex()341 return current_frame_slots_++; in GetNextSpillIndex()
365 if (kind == DOUBLE_REGISTERS) current_frame_slots_++; in GetNextSpillIndex()366 return current_frame_slots_++; in GetNextSpillIndex()
378 if (kind == DOUBLE_REGISTERS) current_frame_slots_++; in GetNextSpillIndex()379 return current_frame_slots_++; in GetNextSpillIndex()
343 if (kind == DOUBLE_REGISTERS) current_frame_slots_++; in GetNextSpillIndex()344 return current_frame_slots_++; in GetNextSpillIndex()
372 if (kind == DOUBLE_REGISTERS) current_frame_slots_++; in GetNextSpillIndex()373 return current_frame_slots_++; in GetNextSpillIndex()
509 int LPlatformChunk::GetNextSpillIndex() { return current_frame_slots_++; } in GetNextSpillIndex()