OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:insnIdx
(Results
1 - 4
of
4
) sorted by null
/dalvik/vm/analysis/
DexVerify.c
327
static void decodeInstruction(const Method* meth, int
insnIdx
,
330
dexDecodeInstruction(gDvm.instrFormat, meth->insns +
insnIdx
, pDecInsn);
340
static bool checkNewInstance(const Method* meth, int
insnIdx
)
347
decodeInstruction(meth,
insnIdx
, &decInsn);
370
static bool checkNewArray(const Method* meth, int
insnIdx
)
377
decodeInstruction(meth,
insnIdx
, &decInsn);
411
static bool checkTypeIndex(const Method* meth, int
insnIdx
, bool useB)
417
decodeInstruction(meth,
insnIdx
, &decInsn);
435
static bool checkFieldIndex(const Method* meth, int
insnIdx
, bool useB)
441
decodeInstruction(meth,
insnIdx
, &decInsn)
[
all
...]
RegisterMap.c
[
all
...]
CodeVerify.c
126
RegisterTable* regTable, RegType* workRegs, int
insnIdx
,
[
all
...]
/dalvik/dexdump/
DexDump.c
599
void dumpInstruction(DexFile* pDexFile, const DexCode* pCode, int
insnIdx
,
605
printf("%06x:", ((u1*)insns - pDexFile->baseAddr) +
insnIdx
*2);
612
const u1* bytePtr = (const u1*) &insns[
insnIdx
+i];
621
u2 instr = get2LE((const u1*) &insns[
insnIdx
]);
624
insnIdx
, insnWidth);
627
insnIdx
, insnWidth);
630
insnIdx
, insnWidth);
632
printf("|%04x: nop // spacer",
insnIdx
);
635
printf("|%04x: %s",
insnIdx
, getOpcodeName(pDecInsn->opCode));
656
insnIdx
+ targ
[
all
...]
Completed in 1774 milliseconds