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

/dalvik/vm/compiler/codegen/x86/
H A DAnalysisO1.cpp973 LowOpndRegType typeA = bb->infoBasicBlock[jj].physicalType; local
974 isBPartiallyOverlapA = getBPartiallyOverlapA(regB, typeB, regA, typeA);
975 isAPartiallyOverlapB = getAPartiallyOverlapB(regA, typeA, regB, typeB);
976 if(regA == regB && typeA == typeB) {
1001 ALOGI("update accessType in case 2: VR %d %d accessType %d", regA, typeA, bb->infoBasicBlock[jj].accessType);
1447 LowOpndRegType typeA = bb->infoBasicBlock[jj].physicalType; local
1448 OverlapCase isBPartiallyOverlapA = getBPartiallyOverlapA(regB, typeB, regA, typeA);
1449 if(regA == regB && typeA == typeB) {
2272 bool matchType(int typeA, int typeB);
3538 //!check whether a physical register for a variable with typeA wil
[all...]

Completed in 146 milliseconds