Searched defs:Opcode (Results 1 - 3 of 3) sorted by relevance

/art/compiler/utils/arm/
H A Dconstants_arm.h126 enum Opcode { enum in namespace:art::arm
146 std::ostream& operator<<(std::ostream& os, const Opcode& rhs);
276 Opcode OpcodeField() const {
277 return static_cast<Opcode>(Bits(kOpcodeShift, kOpcodeBits));
/art/runtime/
H A Ddex_instruction.h176 int result = kInstructionSizeInCodeUnits[Opcode()];
202 DCHECK(FormatOf(Opcode()) >= k10x && FormatOf(Opcode()) <= k10t);
208 DCHECK(FormatOf(Opcode()) >= k20t && FormatOf(Opcode()) <= k22c);
214 DCHECK(FormatOf(Opcode()) >= k32x && FormatOf(Opcode()) <= k3rc);
220 DCHECK(FormatOf(Opcode()) == k51l);
226 return Instruction::Name(Opcode());
396 Code Opcode(uint16_ function in class:art::Instruction
402 Code Opcode() const { function in class:art::Instruction
[all...]
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java19 public enum Opcode { enum
277 public static boolean isBetween(Opcode opcode, Opcode opcode1, Opcode opcode2) {

Completed in 690 milliseconds