Home
last modified time | relevance | path

Searched refs:gp_index_ (Results 1 – 3 of 3) 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()