Searched defs:buffer (Results 1 - 25 of 530) sorted by path

1234567891011>>

/openjdk9/common/src/
H A Dfixpath.c209 char *buffer; local
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/encoding/
H A DCodeSetConversion.java167 private ByteBuffer buffer; field in class:CodeSetConversion.JavaCTBConverter
321 private char[] buffer; field in class:CodeSetConversion.JavaBTCConverter
[all...]
H A DIDLJavaSerializationInputStream.java80 private ByteBuffer buffer; field in class:IDLJavaSerializationInputStream
[all...]
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DinterpreterRT_aarch64.hpp50 SignatureHandlerGenerator(methodHandle method, CodeBuffer* buffer) : NativeSignatureIterator(method) { argument
H A DmetaspaceShared_aarch64.cpp121 void MetaspaceShared::relocate_vtbl_list(char **buffer) { argument
/openjdk9/hotspot/src/cpu/arm/vm/
H A DinterpreterRT_arm.hpp59 SignatureHandlerGenerator(methodHandle method, CodeBuffer* buffer) : NativeSignatureIterator(method) { argument
H A DmacroAssembler_arm.cpp1140 char buffer[64]; local
[all...]
/openjdk9/hotspot/src/cpu/ppc/vm/
H A DinterpreterRT_ppc.hpp48 SignatureHandlerGenerator(methodHandle method, CodeBuffer* buffer) : NativeSignatureIterator(method) { argument
/openjdk9/hotspot/src/cpu/s390/vm/
H A DinterpreterRT_s390.hpp54 SignatureHandlerGenerator(methodHandle method, CodeBuffer* buffer) : NativeSignatureIterator(method) { argument
H A Dvm_version_s390.cpp666 long VM_Version::call_getFeatures(unsigned long* buffer, int buflen, int functionCode) { argument
819 unsigned long buffer[buf_len]; local
[all...]
/openjdk9/hotspot/src/cpu/sparc/vm/
H A DinterpreterRT_sparc.hpp55 SignatureHandlerGenerator(methodHandle method, CodeBuffer* buffer) : NativeSignatureIterator(method) { argument
H A DmacroAssembler_sparc.cpp1171 char buffer[64]; local
[all...]
H A DnativeInst_sparc.cpp53 unsigned char buffer[10 * BytesPerInstWord]; local
/openjdk9/hotspot/src/cpu/x86/vm/
H A DinterpreterRT_x86.hpp58 SignatureHandlerGenerator(methodHandle method, CodeBuffer* buffer) : NativeSignatureIterator(method) { argument
/openjdk9/hotspot/src/cpu/zero/vm/
H A DinterpreterRT_zero.hpp99 SignatureHandlerGenerator(methodHandle method, CodeBuffer* buffer) argument
/openjdk9/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/utils/
H A DNativeOrderOutputStream.java35 private final ByteBuffer buffer; field in class:NativeOrderOutputStream
/openjdk9/hotspot/src/jdk.hotspot.agent/linux/native/libsaproc/
H A Dsymtab.c137 unsigned char buffer[8 * 1024]; local
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/
H A DCompressedReadStream.java31 public CompressedReadStream(Address buffer) { argument
35 public CompressedReadStream(Address buffer, int position) { argument
H A DCompressedStream.java37 protected Address buffer; field in class:CompressedStream
41 public CompressedStream(Address buffer) { argument
45 public CompressedStream(Address buffer, int position) { argument
H A DCompressedWriteStream.java33 public CompressedWriteStream(Address buffer) { argument
39 public CompressedWriteStream(Address buffer, int position) { argument
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DCompressedLineNumberReadStream.java32 public CompressedLineNumberReadStream(Address buffer) { argument
36 public CompressedLineNumberReadStream(Address buffer, int position) { argument
/openjdk9/hotspot/src/jdk.hotspot.agent/share/native/libsaproc/
H A Dsadis.c115 char buffer[128]; local
197 char buffer[4096]; member in struct:__anon214
[all...]
/openjdk9/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/
H A DPrimitiveConstant.java124 public void serialize(ByteBuffer buffer) { argument
H A DSerializableConstant.java41 void serialize(ByteBuffer buffer); argument
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DDataSection.java61 protected abstract void emit(ByteBuffer buffer, Patches patches); argument
115 protected void emit(ByteBuffer buffer, Patches patches) { argument
134 protected void emit(ByteBuffer buffer, Patches patches) { argument
187 emit(ByteBuffer buffer, Patches patches) argument
221 emit(ByteBuffer buffer, Patches patches) argument
355 buildDataSection(ByteBuffer buffer, Patches patch) argument
372 buildDataSection(ByteBuffer buffer, Patches patch, BiConsumer<DataSectionReference, Integer> onEmit) argument
393 emit(ByteBuffer buffer, Data data, Patches patch) argument
[all...]

Completed in 341 milliseconds

1234567891011>>