Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Ddex_instruction-inl.h60 switch (FormatOf(Opcode())) { in HasVRegA()
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()
264 switch (FormatOf(Opcode())) { in HasVRegB()
291 return FormatOf(Opcode()) == k51l; in HasWideVRegB()
442 switch (FormatOf(Opcode())) { in HasVRegC()
457 return VRegC(FormatOf(Opcode())); in VRegC()
527 switch (FormatOf(Opcode())) { in HasVRegH()
535 switch (FormatOf(Opcode())) { in VRegH()
[all …]
H A Ddex_instruction.h257 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 …]
H A Ddex_instruction_test.cc26 EXPECT_EQ(Instruction::k10x, Instruction::FormatOf(nop)); in TEST()
H A Ddex_instruction.cc77 switch (FormatOf(Opcode())) { in GetTargetOffset()
178 switch (FormatOf(Opcode())) { in DumpString()
/aosp12/art/dexdump/
H A Ddexdump.cc805 switch (Instruction::FormatOf(pDecInsn->Opcode())) { in indexString()
1006 switch (Instruction::FormatOf(pDecInsn->Opcode())) { in dumpInstruction()
/aosp12/art/dexlayout/
H A Ddexlayout.cc361 switch (Instruction::FormatOf(dec_insn->Opcode())) { in IndexString()
862 switch (Instruction::FormatOf(dec_insn->Opcode())) { in DumpInstruction()
H A Ddex_ir_builder.cc1035 switch (Instruction::FormatOf(dec_insn->Opcode())) { in GetIdFromInstruction()