Searched refs:IsSpilled (Results 1 – 6 of 6) sorted by relevance
73 bool IsSpilled() const { return spilled_; } in IsSpilled() function
6205 int stack_offset = ensure_scratch.IsSpilled() ? kX86WordSize : 0; in MoveMemoryToMemory()6365 int stack_offset = ensure_scratch.IsSpilled() ? kX86WordSize : 0; in Exchange()6376 int stack_offset = ensure_scratch.IsSpilled() ? kX86WordSize : 0; in Exchange32()6399 int stack_offset = ensure_scratch1.IsSpilled() ? kX86WordSize : 0; in ExchangeMemory()6400 stack_offset += ensure_scratch2.IsSpilled() ? kX86WordSize : 0; in ExchangeMemory()
5739 int stack_offset = ensure_scratch.IsSpilled() ? kX86_64WordSize : 0; in ExchangeMemory32()5752 int stack_offset = ensure_scratch.IsSpilled() ? kX86_64WordSize : 0; in ExchangeMemory64()
1058 int stack_offset = ensure_scratch.IsSpilled() ? kMips64DoublewordSize : 0; in Exchange()
6824 int stack_offset = ensure_scratch.IsSpilled() ? kArmWordSize : 0; in Exchange()
1237 int stack_offset = ensure_scratch.IsSpilled() ? kStackAlignment : 0; in Exchange()