Searched refs:u1 (Results 101 - 118 of 118) sorted by relevance

12345

/dalvik/vm/jdwp/
H A DJdwpEvent.cpp722 u1* buf = expandBufGetBuffer(pReq);
1182 expandBufAddUtf8String(pReq, (const u1*) signature);
1243 u1 header[kJDWPHeaderLen + 8];
H A DJdwpAdb.cpp432 u1 flags, cmdSet, cmd;
/dalvik/vm/
H A DThread.cpp808 u1* stackBottom;
836 stackBottom = (u1*) malloc(interpStackSize);
846 stackBottom = (u1*) mmap(NULL, interpStackSize, PROT_READ | PROT_WRITE,
980 u1* interpStackBottom;
H A DSync.cpp250 set4LE((u1 *)dst, value);
258 set4LE((u1 *)dst, len);
H A DJni.cpp148 const u1* low = (const u1*)SAVEAREA_FROM_FP(self->interpSave.curFrame);
166 const u1* low = (const u1*)SAVEAREA_FROM_FP(self->interpSave.curFrame);
/dalvik/vm/mterp/out/
H A DInterpC-x86-atom.cpp277 * Replace the opcode (used when handling breakpoints). _opcode is a u1.
1209 u1 originalOpcode = dvmGetOriginalOpcode(pc);
2158 u1* bottom;
2159 bottom = (u1*) newSaveArea - methodToCall->outsSize * sizeof(u4);
2164 (u1*) fp - bottom, self->interpStackSize,
H A DInterpC-x86.cpp277 * Replace the opcode (used when handling breakpoints). _opcode is a u1.
2100 u1* bottom;
2101 bottom = (u1*) newSaveArea - methodToCall->outsSize * sizeof(u4);
2106 (u1*) fp - bottom, self->interpStackSize,
H A DInterpC-allstubs.cpp277 * Replace the opcode (used when handling breakpoints). _opcode is a u1.
1993 HANDLE_OP_AGET(OP_AGET_BOOLEAN, "-boolean", u1, )
2057 HANDLE_OP_APUT(OP_APUT_BOOLEAN, "-boolean", u1, )
2783 u1 originalOpcode = dvmGetOriginalOpcode(pc);
3919 u1* bottom;
3920 bottom = (u1*) newSaveArea - methodToCall->outsSize * sizeof(u4);
3925 (u1*) fp - bottom, self->interpStackSize,
H A DInterpC-portable.cpp277 * Replace the opcode (used when handling breakpoints). _opcode is a u1.
2006 HANDLE_OP_AGET(OP_AGET_BOOLEAN, "-boolean", u1, )
2070 HANDLE_OP_APUT(OP_APUT_BOOLEAN, "-boolean", u1, )
2796 u1 originalOpcode = dvmGetOriginalOpcode(pc);
3869 u1* bottom;
3870 bottom = (u1*) newSaveArea - methodToCall->outsSize * sizeof(u4);
3875 (u1*) fp - bottom, self->interpStackSize,
/dalvik/dx/src/com/android/dx/cf/code/
H A DSimulator.java227 throw new SimException("invalid opcode " + Hex.u1(opcode));
H A DBytecodeArray.java938 Hex.u1(value));
/dalvik/vm/compiler/
H A DCompiler.cpp261 (u1 *) (saveArea+1) == thread->interpStackStart);
/dalvik/vm/oo/
H A DObjectInlines.h48 #define BYTE_OFFSET(_ptr, _offset) ((void*) (((u1*)(_ptr)) + (_offset)))
H A DClass.cpp1729 const u1* pEncodedData, Object* classLoader)
1955 const u1* pEncodedData;
/dalvik/vm/analysis/
H A DCodeVerify.cpp2991 static u1* assignLineStorage(u1* storage, RegisterLine* line,
3115 u1* storage = (u1*)regTable->lineAlloc;
3152 assert(storage - (u1*)regTable->lineAlloc ==
H A DOptimize.cpp958 u1 origOp = insns[0] & 0xff;
/dalvik/vm/compiler/codegen/arm/
H A DAssemble.cpp2406 data = *((u1*) addr);
2486 *((u1*) addr) = data;
/dalvik/vm/interp/
H A DJit.cpp113 self->interpStackEnd = (u1*)shadowSpace->registerSpace;

Completed in 964 milliseconds

12345