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

  /dalvik/vm/analysis/
DexVerify.c 301 DecodedInstruction decInsn;
305 decodeInstruction(meth, insnIdx, &decInsn);
306 idx = decInsn.vB; // 2nd item
331 DecodedInstruction decInsn;
335 decodeInstruction(meth, insnIdx, &decInsn);
336 idx = decInsn.vC; // 3rd item
372 DecodedInstruction decInsn;
375 decodeInstruction(meth, insnIdx, &decInsn);
377 idx = decInsn.vB;
379 idx = decInsn.vC
    [all...]
CodeVerify.c     [all...]
  /dalvik/vm/interp/
Jit.h 39 DecodedInstruction decInsn;
Jit.c 254 DecodedInstruction *decInsn;
260 decInsn = &(shadowSpace->trace[i].decInsn);
263 addr, offset, dexGetOpcodeName(decInsn->opCode));
290 DecodedInstruction decInsn;
291 dexDecodeInstruction(gDvm.instrFormat, pc, &decInsn);
295 // shadowSpace->traceLength, dexGetOpcodeName(decInsn.opCode));
405 shadowSpace->trace[shadowSpace->traceLength].decInsn = decInsn;
731 DecodedInstruction decInsn;
    [all...]
  /dalvik/dexdump/
DexDump.c     [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.c     [all...]

Completed in 757 milliseconds