Searched refs:decInsn (Results 1 - 9 of 9) sorted by relevance

/dalvik/vm/analysis/
H A DLiveness.cpp325 DecodedInstruction decInsn; local
327 dexDecodeInstruction(insns, &decInsn);
334 switch (decInsn.opcode) {
365 GEN(workBits, decInsn.vA);
371 GENW(workBits, decInsn.vA);
387 GEN(workBits, decInsn.vA);
388 GEN(workBits, decInsn.vB);
393 GENW(workBits, decInsn.vA);
394 GEN(workBits, decInsn.vB);
404 GEN(workBits, decInsn
[all...]
H A DDexVerify.cpp810 DecodedInstruction decInsn; local
813 dexDecodeInstruction(meth->insns + codeOffset, &decInsn);
820 switch (decInsn.opcode) {
837 okay &= checkRegisterIndex(meth, decInsn.vA);
845 okay &= checkWideRegisterIndex(meth, decInsn.vA);
904 okay &= checkRegisterIndex(meth, decInsn.vA);
905 okay &= checkRegisterIndex(meth, decInsn.vB);
914 okay &= checkWideRegisterIndex(meth, decInsn.vA);
915 okay &= checkRegisterIndex(meth, decInsn.vB);
921 okay &= checkRegisterIndex(meth, decInsn
[all...]
H A DCodeVerify.cpp3837 DecodedInstruction decInsn; local
3842 memset(&decInsn, 0x81, sizeof(decInsn));
3844 dexDecodeInstruction(insns, &decInsn);
3846 int nextFlags = dexGetFlagsFromOpcode(decInsn.opcode);
3866 switch (decInsn.opcode) {
3873 if (decInsn.vA != 0) {
3882 copyRegister1(workLine, decInsn.vA, decInsn.vB, kTypeCategory1nr,
3888 copyRegister2(workLine, decInsn
[all...]
/dalvik/vm/interp/
H A DJit.cpp223 DecodedInstruction *decInsn; local
229 decInsn = &(shadowSpace->trace[i].decInsn);
232 addr, offset, dexGetOpcodeName(decInsn->opcode));
269 DecodedInstruction decInsn; local
270 dexDecodeInstruction(pc, &decInsn);
274 // shadowSpace->traceLength, dexGetOpcodeName(decInsn.opcode));
422 shadowSpace->trace[shadowSpace->traceLength].decInsn = decInsn;
673 DecodedInstruction decInsn; local
795 DecodedInstruction decInsn; local
[all...]
H A DJit.h39 DecodedInstruction decInsn; member in struct:InstructionTrace
/dalvik/dexdump/
H A DDexDump.cpp1081 DecodedInstruction decInsn; local
1113 dexDecodeInstruction(insns, &decInsn);
1114 dumpInstruction(pDexFile, pCode, insnIdx, insnWidth, &decInsn);
/dalvik/vm/compiler/
H A DFrontend.cpp38 static inline int parseInsn(const u2 *codePtr, DecodedInstruction *decInsn, argument
49 dexDecodeInstruction(codePtr, decInsn);
51 char *decodedString = dvmCompilerGetDalvikDisassembly(decInsn, NULL);
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp4155 DecodedInstruction *decInsn = &mir->dalvikInsn; local
4162 switch (decInsn->opcode) {
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp4283 DecodedInstruction *decInsn = &mir->dalvikInsn; local
4290 switch (decInsn->opcode) {

Completed in 408 milliseconds