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.cc2382 uint32_t index = gp_index_++; in GetNextLocation()
2392 uint32_t index = gp_index_; in GetNextLocation()
2395 gp_index_ += 1; in GetNextLocation()
2398 gp_index_ += 2; in GetNextLocation()
Dcode_generator_arm_vixl.cc2208 uint32_t index = gp_index_++; in GetNextLocation()
2218 uint32_t index = gp_index_; in GetNextLocation()
2220 gp_index_ += 2; in GetNextLocation()
2225 gp_index_++; in GetNextLocation()
Dcode_generator_mips64.cc94 gp_index_++; in GetNextLocation()
96 (gp_index_ < calling_convention.GetNumberOfRegisters())) { in GetNextLocation()
97 next_location = Location::RegisterLocation(calling_convention.GetRegisterAt(gp_index_++)); in GetNextLocation()
Dcode_generator_mips.cc99 uint32_t gp_index = gp_index_++; in GetNextLocation()
110 uint32_t gp_index = gp_index_; in GetNextLocation()
111 gp_index_ += 2; in GetNextLocation()
115 gp_index_++; // Skip A1(A3), and use A2_A3(T0_T1) instead. in GetNextLocation()
Dcode_generator_x86.cc1185 uint32_t index = gp_index_++; in GetNextLocation()
1195 uint32_t index = gp_index_; in GetNextLocation()
1196 gp_index_ += 2; in GetNextLocation()
Dcode_generator_arm64.cc855 (gp_index_ < calling_convention.GetNumberOfRegisters())) { in GetNextLocation()
856 next_location = LocationFrom(calling_convention.GetRegisterAt(gp_index_++)); in GetNextLocation()