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

/openjdk9/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DForeignGotCallSiteRelocationSymbol.java66 dataBuilder.getBinaryContainer().appendCodeBytes(code, 0, code.length);
H A DCodeSectionProcessor.java104 binaryContainer.appendCodeBytes(targetCode, 0, targetCodeSize);
138 binaryContainer.appendCodeBytes(code, 0, code.length);
/openjdk9/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/
H A DBinaryContainer.java599 public void appendCodeBytes(byte[] targetCode, int offset, int size) { method in class:BinaryContainer

Completed in 42 milliseconds