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

/dalvik/vm/compiler/codegen/x86/
H A DAnalysisO1.cpp186 regAllocStateEntry1 stateTable1_1[COMPILE_TABLE_SIZE]; variable
4806 stateTable1_1[k].physicalReg = compileTable[k].physicalReg;
4807 stateTable1_1[k].spill_loc_index = compileTable[k].spill_loc_index;
4862 compileTable[k].physicalReg = stateTable1_1[k].physicalReg;
4863 compileTable[k].spill_loc_index = stateTable1_1[k].spill_loc_index;
4977 stateTable1_1[k].physicalReg = PhysicalReg_Null;
4978 stateTable1_1[k].spill_loc_index = -1;
5034 targetReg = stateTable1_1[k].physicalReg;
5035 targetSpill = stateTable1_1[k].spill_loc_index;

Completed in 86 milliseconds