Home
last modified time | relevance | path

Searched refs:gp_index_ (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dcode_generator.h117 uint32_t gp_index_ = 0u; variable
Dcode_generator_arm.cc615 uint32_t index = gp_index_++; in GetNextLocation()
625 uint32_t index = gp_index_; in GetNextLocation()
627 gp_index_ += 2; in GetNextLocation()
632 gp_index_++; in GetNextLocation()
Dcode_generator_mips64.cc80 gp_index_++; in GetNextLocation()
82 (gp_index_ < calling_convention.GetNumberOfRegisters())) { in GetNextLocation()
83 next_location = Location::RegisterLocation(calling_convention.GetRegisterAt(gp_index_++)); in GetNextLocation()
Dcode_generator_x86_64.cc1255 uint32_t index = gp_index_++; in GetNextLocation()
1265 uint32_t index = gp_index_; in GetNextLocation()
1268 gp_index_ += 1; in GetNextLocation()
1271 gp_index_ += 2; in GetNextLocation()
Dcode_generator_arm64.cc388 (gp_index_ < calling_convention.GetNumberOfRegisters())) { in GetNextLocation()
389 next_location = LocationFrom(calling_convention.GetRegisterAt(gp_index_++)); in GetNextLocation()
Dcode_generator_x86.cc566 uint32_t index = gp_index_++; in GetNextLocation()
576 uint32_t index = gp_index_; in GetNextLocation()
577 gp_index_ += 2; in GetNextLocation()