Searched defs:regCandidateT (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DAnalysisO1.cpp2424 int regCandidateT = compileTable[indexToCompileTable].physicalReg_prev; local
2425 if(!allRegs[regCandidateT].isUsed) return regCandidateT;
2439 int regCandidateT = currentBB->infoBasicBlock[index].allocConstraintsSorted[k].physicalReg; local
2440 assert(regCandidateT < PhysicalReg_Null);
2441 if(!allRegs[regCandidateT].isUsed) return regCandidateT;
2452 int regCandidateT = currentBB->allocConstraintsSorted[k].physicalReg;
2453 assert(regCandidateT < PhysicalReg_Null);
2456 if(!allRegs[regCandidateT]
2500 int regCandidateT = currentBB->infoBasicBlock[index2].allocConstraintsSorted[k].physicalReg; local
[all...]

Completed in 9 milliseconds