Home | History | Annotate | Download | only in interp

Lines Matching refs:framePtr

666 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly)
672 LOG(LOG_VERBOSE, LOG_TAG"i", "Registers (fp=%p):\n", framePtr);
676 i, i-localCount, framePtr[i]);
697 i, framePtr[i], name);