HomeSort by relevance Sort by last modified time
    Searched refs:physicalReg (Results 1 - 6 of 6) sorted by null

  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.cpp 310 allRegs[k].physicalReg = (PhysicalReg) k;
323 allRegs[k].physicalReg = (PhysicalReg) k;
344 if(compileTable[k2].physicalReg == k) {
399 /* update compileTable.physicalReg, compileTable.spill_loc_index & allRegs.isUsed
401 not in a physical register (physicalReg is Null)
413 compileTable[k].physicalReg = PhysicalReg_Null;
419 if(compileTable[k].physicalReg == PhysicalReg_Null) {
421 compileTable[k].physicalReg = compileTable[k].physicalReg_prev
    [all...]