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

  /dalvik/vm/interp/
Jit.h 55 const void* endShadowFP; /* ending fp in shadow space */
Jit.c 145 shadowSpace->endShadowFP = fp;
160 (int)shadowSpace->endShadowFP);
241 (int)shadowSpace->endShadowFP);
347 ((char*)shadowSpace->endShadowFP)+localRegs, frameBytes2)) {
355 (int*)shadowSpace->endShadowFP,
358 (int)shadowSpace->endShadowFP, localRegs, frameBytes2);
359 selfVerificationPrintRegisters((int*)shadowSpace->endShadowFP,
    [all...]

Completed in 207 milliseconds