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

  /dalvik/vm/compiler/codegen/
Ralloc.h 40 static inline int dvmCompilerS2VReg(CompilationUnit *cUnit, int sReg)
42 assert(sReg != INVALID_SREG);
43 return DECODE_REG(dvmConvertSSARegToDalvik(cUnit, sReg));
53 * Get the "real" sreg number associated with an sReg slot. In general,
54 * sReg values passed through codegen are the SSA names created by
67 static inline bool dvmCompilerLiveOut(CompilationUnit *cUnit, int sReg)
94 extern void dvmCompilerMarkLive(CompilationUnit *cUnit, int reg, int sReg);
177 /* Clobber any temp associated with an sReg. Could be in either class */
178 extern void dvmCompilerClobberSReg(CompilationUnit *cUnit, int sReg);
    [all...]
RallocUtil.cpp 30 #define SREG(c, s) ((c)->regLocation[(s)].sRegLow)
32 * Get the "real" sreg number associated with an sReg slot. In general,
33 * sReg values passed through codegen are the SSA names created by
67 regs[i].sReg = INVALID_SREG;
78 p[i].dirty, p[i].sReg,(int)p[i].defStart, (int)p[i].defEnd);
115 if (dvmCompilerS2VReg(cUnit, info2->sReg) <
116 dvmCompilerS2VReg(cUnit, info1->sReg))
119 dvmCompilerS2VReg(cUnit, info1->sReg) << 2,
130 dvmCompilerS2VReg(cUnit, info->sReg) << 2
    [all...]
  /dalvik/vm/compiler/codegen/arm/
ArchFactory.cpp 53 * Perform null-check on a register. sReg is the ssa register being checked,
55 * indicates that sReg has been checked before the check request is ignored.
57 static TGT_LIR *genNullCheck(CompilationUnit *cUnit, int sReg, int mReg,
61 if (dvmIsBitSet(cUnit->regPool->nullCheckedRegs, sReg)) {
64 dvmSetBit(cUnit->regPool->nullCheckedRegs, sReg);
ArmLIR.h 109 int sReg; // Name of live value
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 224 ObjCIvarRegion::ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg)
225 : DeclRegion(ivd, sReg, ObjCIvarRegionKind) {}
331 const MemRegion *sreg) {
334 ID.AddPointer(sreg);
380 const MemRegion *sReg) {
384 ID.AddPointer(sReg);
393 const MemRegion *sReg) {
395 ID.AddPointer(sReg);
404 const MemRegion *sReg) {
406 ID.AddPointer(sReg);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 379 SubRegion(const MemRegion* sReg, Kind k) : MemRegion(k), superRegion(sReg) {}
440 TypedRegion(const MemRegion* sReg, Kind k) : SubRegion(sReg, k) {}
462 TypedValueRegion(const MemRegion* sReg, Kind k) : TypedRegion(sReg, k) {}
492 CodeTextRegion(const MemRegion *sreg, Kind k) : TypedRegion(sreg, k) {}
506 FunctionTextRegion(const FunctionDecl *fd, const MemRegion* sreg)
507 : CodeTextRegion(sreg, FunctionTextRegionKind), FD(fd) {
    [all...]
  /dalvik/vm/compiler/codegen/x86/
X86LIR.h 70 int sReg; // Name of live value
  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.cpp 577 OpSize size, int sReg)
580 * on base (which must have an associated sReg and MIR). If not
699 int sReg)
702 size, sReg);
707 int sReg)
710 kLong, sReg);
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp 839 * on base (which must have an associated sReg and MIR). If not
844 OpSize size, int sReg)
869 -1, kWord, sReg);
961 int sReg)
964 size, sReg);
969 int sReg)
972 kLong, sReg);
    [all...]
  /dalvik/vm/mterp/x86-atom/
footer.S 167 subl $$1, sReg0 # sReg<- sReg--
239 movl %ecx, sReg0 # sReg<- methodToCall
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S     [all...]

Completed in 234 milliseconds