Home | History | Annotate | Download | only in c

Lines Matching refs:u4

15         u4* contents;
18 u4 arg5;
81 contents = (u4*)(void*)newArray->contents;
182 (u4) baseMethod->methodIndex,
190 (u4) baseMethod->methodIndex,
553 fp = (u4*)saveArea->prevFrame;
709 //fp = (u4*) self->interpSave.curFrame;
768 u4* outs;
783 u4 count = vsrc1 >> 4;
831 u4* newFp;
838 newFp = (u4*) SAVEAREA_FROM_FP(fp) - methodToCall->registersSize;
844 bottom = (u1*) newSaveArea - methodToCall->outsSize * sizeof(u4);