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

  /dalvik/vm/compiler/
Ralloc.cpp 39 cUnit->regLocation[ssaRep->uses[i]].fp = true;
43 cUnit->regLocation[ssaRep->defs[i]].fp = true;
49 static const RegLocation freshLoc = {kLocDalvikFrame, 0, 0, INVALID_REG,
60 RegLocation *loc;
63 loc = (RegLocation*)dvmCompilerNew(cUnit->numSSARegs * sizeof(*loc), true);
68 cUnit->regLocation = loc;
82 cUnit->regLocation[i].sRegLow =
CompilerIR.h 38 typedef struct RegLocation {
45 } RegLocation;
253 RegLocation *regLocation;
  /dalvik/vm/compiler/codegen/
RallocUtil.cpp 30 #define SREG(c, s) ((c)->regLocation[(s)].sRegLow)
34 * dataflow analysis and refer to slot numbers in the cUnit->regLocation
35 * array. However, renaming is accomplished by simply replacing RegLocation
36 * entries in the cUnit->reglocation[] array. Therefore, when location
463 extern void dvmCompilerMarkDef(CompilationUnit *cUnit, RegLocation rl,
479 extern void dvmCompilerMarkDefWide(CompilationUnit *cUnit, RegLocation rl,
491 extern RegLocation dvmCompilerWideToNarrow(CompilationUnit *cUnit,
492 RegLocation rl)
523 extern void dvmCompilerResetDefLoc(CompilationUnit *cUnit, RegLocation rl)
535 extern void dvmCompilerResetDefLocWide(CompilationUnit *cUnit, RegLocation rl
    [all...]
  /dalvik/vm/compiler/codegen/mips/
RallocUtil.cpp 32 #define SREG(c, s) ((c)->regLocation[(s)].sRegLow)
36 * dataflow analysis and refer to slot numbers in the cUnit->regLocation
37 * array. However, renaming is accomplished by simply replacing RegLocation
38 * entries in the cUnit->reglocation[] array. Therefore, when location
529 extern void dvmCompilerMarkDef(CompilationUnit *cUnit, RegLocation rl,
545 extern void dvmCompilerMarkDefWide(CompilationUnit *cUnit, RegLocation rl,
557 extern RegLocation dvmCompilerWideToNarrow(CompilationUnit *cUnit,
558 RegLocation rl)
595 extern void dvmCompilerResetDefLoc(CompilationUnit *cUnit, RegLocation rl)
607 extern void dvmCompilerResetDefLocWide(CompilationUnit *cUnit, RegLocation rl
    [all...]
CodegenDriver.cpp 54 RegLocation rlSrc;
55 RegLocation rlDest;
96 RegLocation rlResult;
108 RegLocation rlResult;
125 RegLocation rlDest, RegLocation rlSrc1,
126 RegLocation rlSrc2)
128 RegLocation rlResult;
182 RegLocation rlDest, RegLocation rlSrc1
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp 54 RegLocation rlSrc;
55 RegLocation rlDest;
68 RegLocation rlResult;
73 RegLocation rlResult;
82 RegLocation rlDest, RegLocation rlSrc1,
83 RegLocation rlSrc2)
85 RegLocation rlResult;
128 RegLocation rlDest, RegLocation rlSrc1
    [all...]

Completed in 712 milliseconds