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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DInstructionDecoder.java143 this.name = getCorrectOpcodeName(name, prefixes, operandSize, addrSize);
166 private String getCorrectOpcodeName(String oldName, int prefixes, boolean operandSize, boolean addrSize) { method in class:InstructionDecoder

Completed in 6625 milliseconds