Home
last modified time | relevance | path

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

/art/dexdump/
Ddexdump.cc859 const Instruction* pDecInsn, in indexString() argument
866 switch (Instruction::FormatOf(pDecInsn->Opcode())) { in indexString()
876 index = pDecInsn->VRegB(); in indexString()
880 index = pDecInsn->VRegB(); in indexString()
885 index = pDecInsn->VRegC(); in indexString()
890 index = pDecInsn->VRegB(); in indexString()
891 secondary_index = pDecInsn->VRegH(); in indexString()
900 switch (Instruction::IndexTypeOf(pDecInsn->Opcode())) { in indexString()
1016 return indexString(pDexFile, pDecInsn, outSize + 1); in indexString()
1027 const Instruction* pDecInsn) { in dumpInstruction() argument
[all …]