Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h159 uint32_t gp_index_ = 0u; variable
Dcode_generator_x86_64.cc2305 uint32_t index = gp_index_++; in GetNextLocation()
2315 uint32_t index = gp_index_; in GetNextLocation()
2318 gp_index_ += 1; in GetNextLocation()
2321 gp_index_ += 2; in GetNextLocation()
Dcode_generator_arm_vixl.cc2607 uint32_t index = gp_index_++; in GetNextLocation()
2617 uint32_t index = gp_index_; in GetNextLocation()
2619 gp_index_ += 2; in GetNextLocation()
2624 gp_index_++; in GetNextLocation()
Dcode_generator_mips64.cc93 gp_index_++; in GetNextLocation()
95 (gp_index_ < calling_convention.GetNumberOfRegisters())) { in GetNextLocation()
96 next_location = Location::RegisterLocation(calling_convention.GetRegisterAt(gp_index_++)); in GetNextLocation()
Dcode_generator_mips.cc98 uint32_t gp_index = gp_index_++; in GetNextLocation()
109 uint32_t gp_index = gp_index_; in GetNextLocation()
110 gp_index_ += 2; in GetNextLocation()
114 gp_index_++; // Skip A1(A3), and use A2_A3(T0_T1) instead. in GetNextLocation()
Dcode_generator_x86.cc1169 uint32_t index = gp_index_++; in GetNextLocation()
1179 uint32_t index = gp_index_; in GetNextLocation()
1180 gp_index_ += 2; in GetNextLocation()
Dcode_generator_arm64.cc1358 (gp_index_ < calling_convention.GetNumberOfRegisters())) { in GetNextLocation()
1359 next_location = LocationFrom(calling_convention.GetRegisterAt(gp_index_++)); in GetNextLocation()