Searched defs:Instruction (Results 1 - 9 of 9) sorted by relevance

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DInstruction.java34 abstract class Instruction extends SyntaxTreeNode { class in inherits:SyntaxTreeNode
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/hotpath/
H A DHP_invoke01.java47 public static abstract class Instruction { class in class:HP_invoke01
[all...]
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/asm/
H A DInstruction.java41 class Instruction implements Constants { class in inherits:Constants
57 public Instruction(long where, int opc, Object value, boolean flagCondInverted) { method in class:Instruction
67 public Instruction(boolean flagNoCovered, long where, int opc, Object value) { method in class:Instruction
77 public Instruction(long where, int opc, boolean flagNoCovered) { method in class:Instruction
87 public Instruction(long where, int opc, Object value) { method in class:Instruction
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DInstruction.java34 public abstract class Instruction implements Cloneable { class in inherits:Cloneable
45 Instruction() { method in class:Instruction
48 public Instruction(final short opcode, final short length) { method in class:Instruction
[all...]
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DInstruction.java40 public class Instruction { class
161 public Instruction(byte[] bytes, int pc) { method in class:Instruction
[all...]
/openjdk10/jdk/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DInstruction.java37 class Instruction { class
46 protected Instruction(byte[] bytes, int pc, int bc, int w, int length) { method in class:Instruction
[all...]
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp287 class Instruction: public CompilationResourceObj { class in inherits:CompilationResourceObj
412 Instruction(ValueType* type, ValueStack* state_before = NULL, bool type_is_constant = false) function in class:Instruction
[all...]
/openjdk10/jdk/test/java/lang/invoke/indify/
H A DIndify.java1780 public static class Instruction implements Cloneable { class in class:Indify
1787 Instruction(byte[] codeBase, int pc) { method in class:Indify.Instruction
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.aarch64/src/org/graalvm/compiler/asm/aarch64/
H A DAArch64Assembler.java477 public enum Instruction { enum in class:AArch64Assembler
599 Instruction(int encoding) { method in class:AArch64Assembler.Instruction
[all...]

Completed in 301 milliseconds