Searched refs:decodeInstruction (Results 1 - 19 of 19) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DFPLoadDecoder.java34 protected Instruction decodeInstruction(byte[] bytesArray, boolean operandSize, boolean addrSize, X86InstructionFactory factory) { method in class:FPLoadDecoder
H A DFPStoreDecoder.java34 protected Instruction decodeInstruction(byte[] bytesArray, boolean operandSize, boolean addrSize, X86InstructionFactory factory) { method in class:FPStoreDecoder
H A DCallDecoder.java33 protected Instruction decodeInstruction(byte[] bytesArray, boolean operandSize, boolean addrSize, X86InstructionFactory factory) { method in class:CallDecoder
H A DConditionalJmpDecoder.java36 protected Instruction decodeInstruction(byte[] bytesArray, boolean operandSize, boolean addrSize, X86InstructionFactory factory) { method in class:ConditionalJmpDecoder
H A DFPInstructionDecoder.java42 protected Instruction decodeInstruction(byte[] bytesArray, boolean operandSize, boolean addrSize, X86InstructionFactory factory) { method in class:FPInstructionDecoder
H A DJmpDecoder.java33 protected Instruction decodeInstruction(byte[] bytesArray, boolean operandSize, boolean addrSize, X86InstructionFactory factory) { method in class:JmpDecoder
H A DBranchDecoder.java38 protected Instruction decodeInstruction(byte[] bytesArray, boolean operandSize, boolean addrSize, X86InstructionFactory factory) { method in class:BranchDecoder
H A DFPArithmeticDecoder.java41 protected Instruction decodeInstruction(byte[] bytesArray, boolean operandSize, boolean addrSize, X86InstructionFactory factory) { method in class:FPArithmeticDecoder
H A DLogicalDecoder.java40 protected Instruction decodeInstruction(byte[] bytesArray, boolean operandSize, boolean addrSize, X86InstructionFactory factory) { method in class:LogicalDecoder
H A DRotateDecoder.java37 protected Instruction decodeInstruction(byte[] bytesArray, boolean operandSize, boolean addrSize, X86InstructionFactory factory) { method in class:RotateDecoder
H A DSSEArithmeticDecoder.java42 protected Instruction decodeInstruction(byte[] bytesArray, boolean operandSize, boolean addrSize, X86InstructionFactory factory) { method in class:SSEArithmeticDecoder
H A DSSELogicalDecoder.java38 protected Instruction decodeInstruction(byte[] bytesArray, boolean operandSize, method in class:SSELogicalDecoder
H A DSSEShiftDecoder.java37 protected Instruction decodeInstruction(byte[] bytesArray, boolean operandSize, boolean addrSize, X86InstructionFactory factory) { method in class:SSEShiftDecoder
H A DShiftDecoder.java40 protected Instruction decodeInstruction(byte[] bytesArray, boolean operandSize, boolean addrSize, X86InstructionFactory factory) { method in class:ShiftDecoder
H A DArithmeticDecoder.java43 protected Instruction decodeInstruction(byte[] bytesArray, boolean operandSize, boolean addrSize, X86InstructionFactory factory) { method in class:ArithmeticDecoder
H A DMoveDecoder.java34 protected Instruction decodeInstruction(byte[] bytesArray, boolean operandSize, boolean addrSize, X86InstructionFactory factory) { method in class:MoveDecoder
H A DSSEInstructionDecoder.java46 protected Instruction decodeInstruction(byte[] bytesArray, boolean operandSize, boolean addrSize, X86InstructionFactory factory) { method in class:SSEInstructionDecoder
H A DSSEMoveDecoder.java35 protected Instruction decodeInstruction(byte[] bytesArray, boolean operandSize, boolean addrSize, X86InstructionFactory factory) { method in class:SSEMoveDecoder
H A DInstructionDecoder.java154 return decodeInstruction(bytesArray, operandSize, addrSize, factory);
157 protected Instruction decodeInstruction(byte[] bytesArray, boolean operandSize, boolean addrSize, X86InstructionFactory factory) { method in class:InstructionDecoder

Completed in 36 milliseconds