Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h170 #define SSA_METHOD_BASEREG (-2) macro
172 #define SSA_CTEMP_BASEREG (SSA_METHOD_BASEREG - 1)
Dmir_dataflow.cc1162 method_sreg_ = AddNewSReg(SSA_METHOD_BASEREG); in CompilerInitializeSSAConversion()
/art/compiler/dex/quick/
Dralloc_util.cc132 int pos = std::abs(v_reg) - std::abs(SSA_METHOD_BASEREG); in SRegToPMap()