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

  /dalvik/vm/compiler/codegen/arm/
ArchFactory.cpp 31 int checkValue, int dOffset,
48 return genCheckCommon(cUnit, dOffset, branch, pcrLabel);
58 int dOffset, TGT_LIR *pcrLabel)
65 return genRegImmCheck(cUnit, kArmCondEq, mReg, 0, dOffset, pcrLabel);
74 int reg1, int reg2, int dOffset,
80 genCheckCommon(cUnit, dOffset, branch, pcrLabel);
89 int dOffset, TGT_LIR *pcrLabel)
91 return genRegImmCheck(cUnit, kArmCondEq, mReg, 0, dOffset, pcrLabel);
96 int rBound, int dOffset, TGT_LIR *pcrLabel)
98 return genRegRegCheck(cUnit, kArmCondCs, rIndex, rBound, dOffset,
    [all...]
CodegenCommon.cpp 422 static ArmLIR *genCheckCommon(CompilationUnit *cUnit, int dOffset,
431 int dPC = (int) (cUnit->method->insns + dOffset);
435 pcrLabel->operands[1] = dOffset;
CodegenDriver.cpp 293 static inline ArmLIR *genTrap(CompilationUnit *cUnit, int dOffset,
297 return genCheckCommon(cUnit, dOffset, branch, pcrLabel);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
FloatPoint.cpp 93 float dOffset = 0;
94 float dSlope = findSlope(d1, d2, dOffset);
101 intersection.setY(dSlope * intersection.x() + dOffset);
111 intersection.setX((dOffset - pOffset) / (pSlope - dSlope));
  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.cpp 36 int reg1, int reg2, int dOffset,

Completed in 392 milliseconds