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

  /dalvik/vm/compiler/
Ralloc.c 76 cUnit->regLocation[ssaRep->uses[i]].fp = true;
80 cUnit->regLocation[ssaRep->defs[i]].fp = true;
119 static const RegLocation freshLoc = {kLocDalvikFrame, 0, 0, INVALID_REG,
126 RegLocation *loc;
130 loc = (RegLocation*)dvmCompilerNew(cUnit->numSSARegs * sizeof(*loc), true);
135 cUnit->regLocation = loc;
149 cUnit->regLocation[i].sRegLow =
CompilerIR.h 35 typedef struct RegLocation {
42 } RegLocation;
177 RegLocation *regLocation;
  /dalvik/vm/compiler/codegen/arm/
RallocUtil.c 55 #define SREG(c, s) ((c)->regLocation[(s)].sRegLow)
59 * dataflow analysis and refer to slot numbers in the cUnit->regLocation
60 * array. However, renaming is accomplished by simply replacing RegLocation
61 * entries in the cUnit->reglocation[] array. Therefore, when location
525 extern void dvmCompilerMarkDef(CompilationUnit *cUnit, RegLocation rl,
541 extern void dvmCompilerMarkDefWide(CompilationUnit *cUnit, RegLocation rl,
553 extern RegLocation dvmCompilerWideToNarrow(CompilationUnit *cUnit,
554 RegLocation rl)
585 extern void dvmCompilerResetDefLoc(CompilationUnit *cUnit, RegLocation rl)
597 extern void dvmCompilerResetDefLocWide(CompilationUnit *cUnit, RegLocation rl
    [all...]
CodegenDriver.c 34 RegLocation rlSrc;
35 RegLocation rlDest;
48 RegLocation rlResult;
53 RegLocation rlResult;
63 RegLocation rlDest, RegLocation rlSrc1,
64 RegLocation rlSrc2)
66 RegLocation rlResult;
109 RegLocation rlDest, RegLocation rlSrc1
    [all...]

Completed in 279 milliseconds