Searched refs:stack_index_ (Results 1 – 7 of 7) sorted by relevance
316 gpr_index_(0), fpr_index_(0), fpr_double_index_(0), stack_index_(0), in QuickArgumentVisitor()348 return stack_args_ + (stack_index_ * kBytesStackArgLocation); in GetParamAddress()354 return stack_args_ + (stack_index_ * kBytesStackArgLocation); in GetParamAddress()378 + stack_index_ * kBytesStackArgLocation); in ReadSplitLongParam()404 stack_index_ = 0; in VisitArguments()409 stack_index_++; in VisitArguments()425 stack_index_++; in VisitArguments()433 stack_index_++; in VisitArguments()470 stack_index_+= 2; in VisitArguments()473 stack_index_++; in VisitArguments()[all …]
121 uint32_t stack_index_ = 0u; variable
1256 stack_index_++; in GetNextLocation()1260 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()1266 stack_index_ += 2; in GetNextLocation()1272 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()1278 stack_index_++; in GetNextLocation()1282 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()1288 stack_index_ += 2; in GetNextLocation()1292 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
567 stack_index_++; in GetNextLocation()571 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()578 stack_index_ += 2; in GetNextLocation()584 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()590 stack_index_++; in GetNextLocation()594 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()600 stack_index_ += 2; in GetNextLocation()604 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
616 uint32_t stack_index = stack_index_++; in GetNextLocation()626 uint32_t stack_index = stack_index_; in GetNextLocation()628 stack_index_ += 2; in GetNextLocation()647 uint32_t stack_index = stack_index_++; in GetNextLocation()660 uint32_t stack_index = stack_index_; in GetNextLocation()661 stack_index_ += 2; in GetNextLocation()
391 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_); in GetNextLocation()397 stack_index_ += Primitive::Is64BitType(type) ? 2 : 1; in GetNextLocation()
86 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_); in GetNextLocation()92 stack_index_ += Primitive::Is64BitType(type) ? 2 : 1; in GetNextLocation()