HomeSort by relevance Sort by last modified time
    Searched defs:curFrame (Results 1 - 5 of 5) sorted by null

  /external/srec/portable/include/
pstream.h 41 struct FileBufferFrame *curFrame; /* current buffer; useful for writable file */
  /external/webkit/Source/WebCore/page/
FocusController.cpp 590 Frame* curFrame = focusedOrMainFrame();
591 ASSERT(curFrame);
593 Document* focusedDocument = curFrame->document();
  /dalvik/vm/interp/
InterpState.h 99 u4* curFrame; // Dalvik frame pointer
  /external/srec/portable/src/
pstream.c 179 FileBufferFrame *curFrame;
301 PortFile->endFrame = PortFile->curFrame = PortFile->startFrame;
305 PortFile->curPos = PortFile->curFrame->buffer;
309 curFrame = PortFile->curFrame;
312 if (end > curFrame->size)
314 curFrame = curFrame->next;
315 passert(end > curFrame->size);
316 end -= curFrame->size
    [all...]
  /dalvik/vm/
Jni.cpp 148 const u1* low = (const u1*)SAVEAREA_FROM_FP(self->interpSave.curFrame);
166 const u1* low = (const u1*)SAVEAREA_FROM_FP(self->interpSave.curFrame);
173 if (dvmComputeExactFrameDepth(self->interpSave.curFrame) == 1) {
385 void* curFrame = self->interpSave.curFrame;
386 u4 cookie = SAVEAREA_FROM_FP(curFrame)->xtra.localRefCookie;
417 void* curFrame = self->interpSave.curFrame;
418 u4 cookie = SAVEAREA_FROM_FP(curFrame)->xtra.localRefCookie;
    [all...]

Completed in 393 milliseconds