Searched refs:stateTable1_2 (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DAnalysisO1.cpp187 regAllocStateEntry1 stateTable1_2[COMPILE_TABLE_SIZE]; variable
4810 stateTable1_2[k].physicalReg = compileTable[k].physicalReg;
4811 stateTable1_2[k].spill_loc_index = compileTable[k].spill_loc_index;
4866 compileTable[k].physicalReg = stateTable1_2[k].physicalReg;
4867 compileTable[k].spill_loc_index = stateTable1_2[k].spill_loc_index;
4981 stateTable1_2[k].physicalReg = PhysicalReg_Null;
4982 stateTable1_2[k].spill_loc_index = -1;
5038 targetReg = stateTable1_2[k].physicalReg;
5039 targetSpill = stateTable1_2[k].spill_loc_index;

Completed in 67 milliseconds