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

/openjdk10/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DCallSiteRelocationSymbol.java48 return binaryContainer.getCodeContainer().createSymbol(symbolOffset, Kind.OBJECT, Binding.LOCAL, 0, symbolName);
74 * {@link BinaryContainer#getCodeContainer()}.
77 CodeContainer container = binaryContainer.getCodeContainer();
H A DForeignGotCallSiteRelocationSymbol.java51 final int pltStartOffset = binaryContainer.getCodeContainer().getByteStreamSize();
H A DCodeSectionProcessor.java91 CodeContainer codeSection = binaryContainer.getCodeContainer();
129 final int startOffset = binaryContainer.getCodeContainer().getByteStreamSize();
H A DMarkProcessor.java102 Relocation reloc = new Relocation(textOffset, RelocType.EXTERNAL_PLT_TO_GOT, 8, binaryContainer.getCodeContainer(), gotSymbol);
H A DDataPatchProcessor.java117 Relocation reloc = new Relocation(relocOffset, RelocType.METASPACE_GOT_REFERENCE, 0, binaryContainer.getCodeContainer(), relocationSymbol);
148 Relocation reloc = new Relocation(relocOffset, RelocType.METASPACE_GOT_REFERENCE, 0, binaryContainer.getCodeContainer(), relocationSymbol);
H A DLogPrinter.java144 printContainerInfo(binaryContainer.getCodeContainer());
H A DInfopointProcessor.java114 Relocation relocation = new Relocation(methodInfo.getTextSectionOffset() + call.pcOffset, callSiteRelocation.type, call.size, binaryContainer.getCodeContainer(),
/openjdk10/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/
H A DJELFRelocObject.java134 createCodeSection(sections, binContainer.getCodeContainer());
/openjdk10/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/macho/
H A DJMachORelocObject.java144 createCodeSection(sections, binContainer.getCodeContainer());
/openjdk10/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/pecoff/
H A DJPECoffRelocObject.java115 createCodeSection(sections, binContainer.getCodeContainer());
/openjdk10/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/
H A DBinaryContainer.java876 public CodeContainer getCodeContainer() { method in class:BinaryContainer

Completed in 55 milliseconds