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

  /dalvik/vm/analysis/
DexVerify.c 343 DecodedInstruction decInsn;
347 decodeInstruction(meth, insnIdx, &decInsn);
348 idx = decInsn.vB; // 2nd item
373 DecodedInstruction decInsn;
377 decodeInstruction(meth, insnIdx, &decInsn);
378 idx = decInsn.vC; // 3rd item
414 DecodedInstruction decInsn;
417 decodeInstruction(meth, insnIdx, &decInsn);
419 idx = decInsn.vB;
421 idx = decInsn.vC
    [all...]
CodeVerify.c     [all...]
  /dalvik/vm/interp/
Jit.h 39 DecodedInstruction decInsn;
Jit.c 230 DecodedInstruction *decInsn;
236 decInsn = &(shadowSpace->trace[i].decInsn);
238 LOGD("0x%x: (0x%04x) %s", addr, offset, getOpcodeName(decInsn->opCode));
265 DecodedInstruction decInsn;
266 dexDecodeInstruction(gDvm.instrFormat, pc, &decInsn);
270 // shadowSpace->traceLength, getOpcodeName(decInsn.opCode));
380 shadowSpace->trace[shadowSpace->traceLength].decInsn = decInsn;
632 DecodedInstruction decInsn;
    [all...]
  /dalvik/dexdump/
DexDump.c 952 DecodedInstruction decInsn;
976 dexDecodeInstruction(gInstrFormat, insns, &decInsn);
977 dumpInstruction(pDexFile, pCode, insnIdx, insnWidth, &decInsn);
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.c     [all...]

Completed in 88 milliseconds