Home | History | Annotate | Download | only in interp

Lines Matching refs:u4

540     u4* fp;
541 u4* prevFp = NULL;
550 if (!dvmIsBreakFrame((u4*)fp) && !dvmIsNativeMethod(method))
567 assert(!dvmIsBreakFrame((u4*)fp));
657 void dvmReportPreNativeInvoke(const Method* methodToCall, Thread* self, u4* fp)
680 void dvmReportPostNativeInvoke(const Method* methodToCall, Thread* self, u4* fp)
731 static void updateDebugger(const Method* method, const u2* pc, const u4* fp,
895 Object* dvmGetThisPtr(const Method* method, const u4* fp)
949 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly)
973 if (locals[j].registerNum == (u4) i) {
1035 assert(((u4)entries & 0x3) == 0);
1080 assert(((u4)keys & 0x3) == 0);
1086 assert(((u4)entries & 0x3) == 0);
1122 static void copySwappedArrayData(void* dest, const u2* src, u4 size, u2 width)
1151 ((u4*)dest)[i] = (src[(i << 1) + 1] << 16) | src[i << 1];
1178 u4 size;
1203 size = arrayData[2] | (((u4)arrayData[3]) << 16);
1219 Method* dvmInterpFindInterfaceMethod(ClassObject* thisClass, u4 methodIdx,
1692 void dvmCheckBefore(const u2 *pc, u4 *fp, Thread* self)
1929 self->interpSave.curFrame = (u4*) self->interpSave.curFrame;