Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h160 uint32_t gp_index_ = 0u; variable
Dcode_generator_x86_64.cc2579 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()
Dcode_generator_arm_vixl.cc2366 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()
Dcode_generator_x86.cc1274 uint32_t index = gp_index_++; in GetNextLocation()
1284 uint32_t index = gp_index_; in GetNextLocation()
1285 gp_index_ += 2; in GetNextLocation()
Dcode_generator_arm64.cc833 (gp_index_ < calling_convention.GetNumberOfRegisters())) { in GetNextLocation()
834 next_location = LocationFrom(calling_convention.GetRegisterAt(gp_index_++)); in GetNextLocation()