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

  /dalvik/vm/analysis/
Liveness.cpp 283 static inline void GEN(BitVector* workBits, u4 regIndex)
285 dvmSetBit(workBits, regIndex);
291 static inline void GENW(BitVector* workBits, u4 regIndex)
293 dvmSetBit(workBits, regIndex);
294 dvmSetBit(workBits, regIndex+1);
300 static inline void KILL(BitVector* workBits, u4 regIndex)
302 dvmClearBit(workBits, regIndex);
308 static inline void KILLW(BitVector* workBits, u4 regIndex)
310 dvmClearBit(workBits, regIndex);
311 dvmClearBit(workBits, regIndex+1)
    [all...]
  /dalvik/vm/compiler/
Dataflow.cpp     [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp 561 int regIndex = r7; /* Preserved across call */
564 loadValueDirectFixed(cUnit, rlIndex, regIndex);
579 genBoundsCheck(cUnit, regIndex, regLen, mir->offset,
605 dvmCompilerLockTemp(cUnit, regIndex); // r7
621 storeBaseIndexed(cUnit, regPtr, regIndex, r0,
626 dvmCompilerFreeTemp(cUnit, regIndex);
    [all...]

Completed in 88 milliseconds