Searched refs:stack_index_ (Results 1 – 5 of 5) sorted by relevance
375 gpr_index_(0), fpr_index_(0), fpr_double_index_(0), stack_index_(0), in QuickArgumentVisitor()407 return stack_args_ + (stack_index_ * kBytesStackArgLocation); in GetParamAddress()413 return stack_args_ + (stack_index_ * kBytesStackArgLocation); in GetParamAddress()437 + stack_index_ * kBytesStackArgLocation); in ReadSplitLongParam()463 stack_index_ = 0; in VisitArguments()468 stack_index_++; in VisitArguments()484 stack_index_++; in VisitArguments()492 stack_index_++; in VisitArguments()538 stack_index_+= 2; in VisitArguments()541 stack_index_++; in VisitArguments()[all …]
163 uint32_t stack_index_ = 0u; variable
2209 uint32_t stack_index = stack_index_++; in GetNextLocation()2219 uint32_t stack_index = stack_index_; in GetNextLocation()2221 stack_index_ += 2; in GetNextLocation()2241 uint32_t stack_index = stack_index_++; in GetNextLocation()2254 uint32_t stack_index = stack_index_; in GetNextLocation()2255 stack_index_ += 2; in GetNextLocation()
103 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_); in GetNextLocation()123 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_); in GetNextLocation()139 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_); in GetNextLocation()154 stack_index_ += DataType::Is64BitType(type) ? 2 : 1; in GetNextLocation()
100 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_); in GetNextLocation()106 stack_index_ += DataType::Is64BitType(type) ? 2 : 1; in GetNextLocation()