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

/dalvik/vm/compiler/codegen/x86/
H A DAnalysisO1.cpp218 int indexForGlue = -1; variable
2673 if(k != indexForGlue &&
2720 int k = getSpillIndex(spill_index == indexForGlue,
2799 if(k != indexForGlue &&
3835 if(k == indexForGlue) continue;
3878 if(indexForGlue >= 0 && !strcmp(target, "exception") &&
3879 compileTable[indexForGlue].physicalReg == PhysicalReg_Null) {
3880 unspillLogicalReg(indexForGlue, PhysicalReg_EBP); //load %ebp
4627 if(indexForGlue >= 0 &&
4628 compileTable[indexForGlue]
[all...]

Completed in 254 milliseconds