Searched refs:gp_index_ (Results 1 – 5 of 5) sorted by relevance
160 uint32_t gp_index_ = 0u; variable
2579 uint32_t index = gp_index_++; in GetNextLocation()2589 uint32_t index = gp_index_; in GetNextLocation()2592 gp_index_ += 1; in GetNextLocation()2595 gp_index_ += 2; in GetNextLocation()
2366 uint32_t index = gp_index_++; in GetNextLocation()2376 uint32_t index = gp_index_; in GetNextLocation()2378 gp_index_ += 2; in GetNextLocation()2383 gp_index_++; in GetNextLocation()
1274 uint32_t index = gp_index_++; in GetNextLocation()1284 uint32_t index = gp_index_; in GetNextLocation()1285 gp_index_ += 2; in GetNextLocation()
833 (gp_index_ < calling_convention.GetNumberOfRegisters())) { in GetNextLocation()834 next_location = LocationFrom(calling_convention.GetRegisterAt(gp_index_++)); in GetNextLocation()