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

  /dalvik/vm/mterp/c/
gotoTargets.cpp 228 u2 thisReg;
239 thisReg = vdst;
248 thisReg = vdst;
252 thisReg = vdst & 0x0f;
257 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
377 u2 thisReg;
388 thisReg = vdst;
397 thisReg = vdst;
401 thisReg = vdst & 0x0f;
405 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
    [all...]
  /dalvik/vm/mterp/out/
InterpC-x86-atom.cpp     [all...]
InterpC-x86.cpp     [all...]
InterpC-allstubs.cpp     [all...]
InterpC-portable.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITCall32_64.cpp 122 unsigned thisReg = currentInstruction[2].u.operand;
137 emitLoad(thisReg, regT1, regT0);
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 332 const CXXThisRegion *thisReg = getCXXThisRegion(decl, stackFrame);
334 SVal thisVal = pred->getState()->getSVal(thisReg);
    [all...]

Completed in 45 milliseconds