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

  /dalvik/vm/interp/
Jit.h 57 const void* endShadowFP; /* ending fp in shadow space */
Jit.cpp 138 shadowSpace->endShadowFP = fp;
153 (int)shadowSpace->endShadowFP);
210 (int)shadowSpace->endShadowFP);
335 ((char*)shadowSpace->endShadowFP)+localRegs, frameBytes2)) {
351 (int*)shadowSpace->endShadowFP,
354 (int)shadowSpace->endShadowFP, localRegs, frameBytes2);
355 selfVerificationPrintRegisters((int*)shadowSpace->endShadowFP,
    [all...]

Completed in 846 milliseconds