Home
last modified time | relevance | path

Searched refs:kVRegTempBaseReg (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dstack.h84 kVRegTempBaseReg = -2, enumerator
91 kVRegMethodPtrBaseReg = kVRegTempBaseReg,
/art/compiler/dex/quick/
Dralloc_util.cc263 unsigned int position = std::abs(v_reg) - std::abs(static_cast<int>(kVRegTempBaseReg)); in SRegToPMap()
/art/compiler/dex/
Dmir_graph.cc130 - std::abs(static_cast<int>(kVRegTempBaseReg)); in MIRGraph()