Home | History | Annotate | Download | only in optimizing

Lines Matching refs:GetFrameSize

268   bool skip_overflow_check = IsLeafMethod() && !FrameNeedsStackCheck(GetFrameSize(), InstructionSet::kArm);
288 __ AddConstant(SP, -(GetFrameSize() - kNumberOfPushedRegistersAtEntry * kArmWordSize));
293 __ AddConstant(SP, GetFrameSize() - kNumberOfPushedRegistersAtEntry * kArmWordSize);
403 Address(SP, calling_convention.GetStackOffsetOf(argument_index + 1) + GetFrameSize()));
443 Address(SP, calling_convention.GetStackOffsetOf(argument_index + 1) + GetFrameSize()));
1014 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize());
1016 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize());