HomeSort by relevance Sort by last modified time
    Searched refs:PhysicalReg (Results 1 - 6 of 6) sorted by null

  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.h 113 PhysicalReg physicalReg;
122 PhysicalReg physicalReg;
127 PhysicalReg physicalReg;
240 int physicalReg;
260 int physicalReg;
379 void updateCurrentBBWithConstraints(PhysicalReg reg);
AnalysisO1.cpp 310 allRegs[k].physicalReg = (PhysicalReg) k;
323 allRegs[k].physicalReg = (PhysicalReg) k;
344 if(compileTable[k2].physicalReg == k) {
399 /* update compileTable.physicalReg, compileTable.spill_loc_index & allRegs.isUsed
401 not in a physical register (physicalReg is Null)
413 compileTable[k].physicalReg = PhysicalReg_Null;
419 if(compileTable[k].physicalReg == PhysicalReg_Null) {
421 compileTable[k].physicalReg = compileTable[k].physicalReg_prev
    [all...]
Lower.cpp 39 PhysicalReg scratchRegs[4];
Lower.h 234 int physicalReg;
276 int index; //enum PhysicalReg for "Reg" type
517 extern PhysicalReg scratchRegs[4];
573 int nextVersionOfHardReg(PhysicalReg pReg, int refCount);
600 void donotSpillReg(int physicalReg);
601 void doSpillReg(int physicalReg);
    [all...]
BytecodeVisitor.cpp     [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_wrapper.h 23 typedef enum PhysicalReg {
38 } PhysicalReg;

Completed in 103 milliseconds