Searched refs:IsSpilled (Results 1 – 6 of 6) sorted by relevance
73 bool IsSpilled() const { return spilled_; } in IsSpilled() function
5770 int stack_offset = ensure_scratch.IsSpilled() ? kX86WordSize : 0; in MoveMemoryToMemory()5930 int stack_offset = ensure_scratch.IsSpilled() ? kX86WordSize : 0; in Exchange()5941 int stack_offset = ensure_scratch.IsSpilled() ? kX86WordSize : 0; in Exchange32()5964 int stack_offset = ensure_scratch1.IsSpilled() ? kX86WordSize : 0; in ExchangeMemory()5965 stack_offset += ensure_scratch2.IsSpilled() ? kX86WordSize : 0; in ExchangeMemory()
5370 int stack_offset = ensure_scratch.IsSpilled() ? kX86_64WordSize : 0; in ExchangeMemory32()5383 int stack_offset = ensure_scratch.IsSpilled() ? kX86_64WordSize : 0; in ExchangeMemory64()
1050 int stack_offset = ensure_scratch.IsSpilled() ? kMips64DoublewordSize : 0; in Exchange()
6933 int stack_offset = ensure_scratch.IsSpilled() ? kArmWordSize : 0; in Exchange()
1229 int stack_offset = ensure_scratch.IsSpilled() ? kStackAlignment : 0; in Exchange()