Lines Matching refs:DecompileInstanceFieldAccess
45 void DecompileInstanceFieldAccess(Instruction* inst, Instruction::Code new_opcode) { in DecompileInstanceFieldAccess() function in art::optimizer::DexDecompiler
114 DecompileInstanceFieldAccess(inst, Instruction::IGET); in Decompile()
118 DecompileInstanceFieldAccess(inst, Instruction::IGET_WIDE); in Decompile()
122 DecompileInstanceFieldAccess(inst, Instruction::IGET_OBJECT); in Decompile()
126 DecompileInstanceFieldAccess(inst, Instruction::IGET_BOOLEAN); in Decompile()
130 DecompileInstanceFieldAccess(inst, Instruction::IGET_BYTE); in Decompile()
134 DecompileInstanceFieldAccess(inst, Instruction::IGET_CHAR); in Decompile()
138 DecompileInstanceFieldAccess(inst, Instruction::IGET_SHORT); in Decompile()
142 DecompileInstanceFieldAccess(inst, Instruction::IPUT); in Decompile()
146 DecompileInstanceFieldAccess(inst, Instruction::IPUT_BOOLEAN); in Decompile()
150 DecompileInstanceFieldAccess(inst, Instruction::IPUT_BYTE); in Decompile()
154 DecompileInstanceFieldAccess(inst, Instruction::IPUT_CHAR); in Decompile()
158 DecompileInstanceFieldAccess(inst, Instruction::IPUT_SHORT); in Decompile()
162 DecompileInstanceFieldAccess(inst, Instruction::IPUT_WIDE); in Decompile()
166 DecompileInstanceFieldAccess(inst, Instruction::IPUT_OBJECT); in Decompile()