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

/dalvik/vm/compiler/codegen/x86/
H A DAnalysisO1.cpp162 for currentInfo, it can only be a combination of U & D
213 VirtualRegInfo currentInfo; variable
562 currentInfo.regNum = compileTable[k].regNum;
563 currentInfo.physicalType = (LowOpndRegType)compileTable[k].physicalType;
566 /* update defUseTable by assuming a fake usage at END of a basic block for variable @ currentInfo */
700 currentInfo = infoByteCode[kk];
703 currentInfo.regNum, currentInfo.physicalType);
957 input: currentInfo
958 side effect: update currentInfo
[all...]

Completed in 5 milliseconds