Home
last modified time | relevance | path

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

/art/runtime/
Ddex_to_dex_decompiler.cc45 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()
[all …]