Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h159 uint32_t gp_index_ = 0u; variable
Dcode_generator_x86_64.cc2506 uint32_t index = gp_index_++; in GetNextLocation()
2516 uint32_t index = gp_index_; in GetNextLocation()
2519 gp_index_ += 1; in GetNextLocation()
2522 gp_index_ += 2; in GetNextLocation()
Dcode_generator_arm_vixl.cc2337 uint32_t index = gp_index_++; in GetNextLocation()
2347 uint32_t index = gp_index_; in GetNextLocation()
2349 gp_index_ += 2; in GetNextLocation()
2354 gp_index_++; in GetNextLocation()
Dcode_generator_x86.cc1251 uint32_t index = gp_index_++; in GetNextLocation()
1261 uint32_t index = gp_index_; in GetNextLocation()
1262 gp_index_ += 2; in GetNextLocation()
Dcode_generator_arm64.cc857 (gp_index_ < calling_convention.GetNumberOfRegisters())) { in GetNextLocation()
858 next_location = LocationFrom(calling_convention.GetRegisterAt(gp_index_++)); in GetNextLocation()