Searched defs:targetCode (Results 1 - 4 of 4) sorted by relevance

/openjdk10/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotCompiledCode.java48 protected final byte[] targetCode; field in class:HotSpotCompiledCode
119 public HotSpotCompiledCode(String name, byte[] targetCode, int targetCodeSize, Site[] sites, Assumption[] assumptions, ResolvedJavaMethod[] methods, Comment[] comments, byte[] dataSection, argument
H A DHotSpotCompiledNmethod.java57 public HotSpotCompiledNmethod(String name, byte[] targetCode, int targetCodeSize, Site[] sites, Assumption[] assumptions, ResolvedJavaMethod[] methods, Comment[] comments, byte[] dataSection, argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DCompilationResult.java199 private byte[] targetCode; field in class:CompilationResult
/openjdk10/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/
H A DBinaryContainer.java620 private static void appendBytes(ByteContainer byteContainer, byte[] targetCode, int offset, int size) { argument
624 public void appendCodeBytes(byte[] targetCode, int offset, int size) { argument

Completed in 48 milliseconds