Searched refs:GetFormatFromOpcode (Results 1 – 6 of 6) sorted by relevance
52 InstructionFormat GetFormatFromOpcode(Opcode opcode) { in GetFormatFromOpcode() function119 GetFormatFromOpcode(OpcodeFromBytecode(bytecode[0]))); in GetWidthFromBytecode()152 InstructionFormat format = GetFormatFromOpcode(opcode); in DecodeInstruction()
457 auto format = dex::GetFormatFromOpcode(dex_instr.opcode); in DecodeBytecode()
140 auto format = dex::GetFormatFromOpcode(opcode); in Visit()
886 switch (dex::GetFormatFromOpcode(dex_instr.opcode)) { in ParseInstructions()
836 switch (dex::GetFormatFromOpcode(opcode)) { in WriteInstructions()
174 InstructionFormat GetFormatFromOpcode(Opcode opcode);