Home
last modified time | relevance | path

Searched refs:pDecInsn (Results 1 – 1 of 1) sorted by relevance

/art/dexdump/
Ddexdump.cc798 const Instruction* pDecInsn, in indexString() argument
805 switch (Instruction::FormatOf(pDecInsn->Opcode())) { in indexString()
815 index = pDecInsn->VRegB(); in indexString()
819 index = pDecInsn->VRegB(); in indexString()
824 index = pDecInsn->VRegC(); in indexString()
829 index = pDecInsn->VRegB(); in indexString()
830 secondary_index = pDecInsn->VRegH(); in indexString()
839 switch (Instruction::IndexTypeOf(pDecInsn->Opcode())) { in indexString()
949 return indexString(pDexFile, pDecInsn, outSize + 1); in indexString()
960 const Instruction* pDecInsn) { in dumpInstruction() argument
[all …]