Searched refs:FormatOf (Results 1 – 7 of 7) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction-inl.h | 60 switch (FormatOf(Opcode())) { in HasVRegA() 92 return VRegA(FormatOf(Opcode()), Fetch16(0)); in VRegA() 96 DCHECK_EQ(format, FormatOf(Opcode())); in VRegA() 131 DCHECK_EQ(FormatOf(Opcode()), k10t); in VRegA_10t() 136 DCHECK_EQ(FormatOf(Opcode()), k10x); in VRegA_10x() 141 DCHECK_EQ(FormatOf(Opcode()), k11n); in VRegA_11n() 146 DCHECK_EQ(FormatOf(Opcode()), k11x); in VRegA_11x() 151 DCHECK_EQ(FormatOf(Opcode()), k12x); in VRegA_12x() 156 DCHECK_EQ(FormatOf(Opcode()), k20t); in VRegA_20t() 161 DCHECK_EQ(FormatOf(Opcode()), k21c); in VRegA_21c() [all …]
|
D | dex_instruction.h | 257 DCHECK(FormatOf(Opcode()) >= k10x && FormatOf(Opcode()) <= k10t); in Next_1xx() 263 DCHECK(FormatOf(Opcode()) >= k20t && FormatOf(Opcode()) <= k22c); in Next_2xx() 269 DCHECK(FormatOf(Opcode()) >= k32x && FormatOf(Opcode()) <= k3rc); in Next_3xx() 275 DCHECK(FormatOf(Opcode()) >= k45cc && FormatOf(Opcode()) <= k4rcc); in Next_4xx() 281 DCHECK(FormatOf(Opcode()) == k51l); in Next_51l() 496 DCHECK(FormatOf(Opcode()) == k10x); in SetVRegA_10x() 502 DCHECK(FormatOf(Opcode()) == k3rc); in SetVRegB_3rc() 508 DCHECK(FormatOf(Opcode()) == k35c); in SetVRegB_35c() 514 DCHECK(FormatOf(Opcode()) == k22c); in SetVRegC_22c() 520 DCHECK(FormatOf(Opcode()) == k21c); in SetVRegA_21c() [all …]
|
D | dex_instruction_test.cc | 26 EXPECT_EQ(Instruction::k10x, Instruction::FormatOf(nop)); in TEST()
|
D | dex_instruction.cc | 77 switch (FormatOf(Opcode())) { in GetTargetOffset() 178 switch (FormatOf(Opcode())) { in DumpString()
|
/art/dexdump/ |
D | dexdump.cc | 805 switch (Instruction::FormatOf(pDecInsn->Opcode())) { in indexString() 1006 switch (Instruction::FormatOf(pDecInsn->Opcode())) { in dumpInstruction()
|
/art/dexlayout/ |
D | dexlayout.cc | 361 switch (Instruction::FormatOf(dec_insn->Opcode())) { in IndexString() 862 switch (Instruction::FormatOf(dec_insn->Opcode())) { in DumpInstruction()
|
D | dex_ir_builder.cc | 1035 switch (Instruction::FormatOf(dec_insn->Opcode())) { in GetIdFromInstruction()
|