Searched defs:decode (Results 1 - 25 of 121) sorted by path

12345

/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/interceptors/
H A DCDREncapsCodec.java102 public Any decode ( byte[] data ) method in class:CDREncapsCodec
/openjdk9/corba/src/java.corba/share/classes/com/sun/jndi/toolkit/corba/
H A DCorbaUtils.java215 public static final String decode(String s) throws MalformedURLException { method in class:CorbaUtils
233 public static final String decode(String s, String enc) method in class:CorbaUtils
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DtemplateInterpreterGenerator_aarch64.cpp2078 void bccheck1(u_int64_t pc, u_int64_t fp, char *method, int *bcidx, int *framesize, char *decode) argument
2169 JNIEXPORT void bccheck(u_int64_t pc, u_int64_t fp, char *method, int *bcidx, int *framesize, char *decode) argument
/openjdk9/hotspot/src/cpu/arm/vm/
H A Dassembler_arm_64.cpp89 uintx Assembler::LogicalImmediate::decode() { function in class:Assembler::LogicalImmediate
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/asm/
H A DDisassembler.java44 public static void decode(InstructionVisitor visitor, CodeBlob blob) { method in class:Disassembler
48 public static void decode(InstructionVisitor visitor, CodeBlob blob, Address begin, Address end) { method in class:Disassembler
114 private native void decode(InstructionVisitor visitor, long pc, byte[] code, method in class:Disassembler
117 private void decode(InstructionVisitor visitor) { method in class:Disassembler
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeDisassembler.java110 public void decode(BytecodeVisitor visitor) { method in class:BytecodeDisassembler
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DGraphDecoder.java345 public final void decode(StructuredGraph graph, EncodedGraph encodedGraph) { method in class:GraphDecoder
382 protected final void decode(LoopScope initialLoopScope) { method in class:GraphDecoder
1161 protected static boolean skipEdge(Node node, Edges edges, int index, boolean direct, boolean decode) { argument
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/
H A DPEGraphDecoder.java394 public void decode(StructuredGraph targetGraph, ResolvedJavaMethod method, LoopExplosionPlugin loopExplosionPlugin, InvocationPlugins invocationPlugins, InlineInvokePlugin[] inlineInvokePlugins, method in class:PEGraphDecoder
/openjdk9/hotspot/src/os/aix/vm/
H A Ddecoder_aix.hpp41 virtual bool decode(address addr, char* buf, int buflen, int* offset, const char* modulepath, bool demangle) { function in class:AIXDecoder
44 virtual bool decode(address addr, char *buf, int buflen, int* offset, const void *base) { function in class:AIXDecoder
/openjdk9/hotspot/src/os/bsd/vm/
H A Ddecoder_machO.cpp51 bool MachODecoder::decode(address addr, char *buf, function in class:MachODecoder
H A Ddecoder_machO.hpp44 virtual bool decode(address pc, char* buf, int buflen, int* offset, function in class:MachODecoder
/openjdk9/hotspot/src/os/windows/vm/
H A Ddecoder_windows.hpp64 bool decode(address addr, char *buf, int buflen, int* offset, const void* base) { function in class:WindowsDecoder
/openjdk9/hotspot/src/share/tools/hsdis/
H A Dhsdis.c139 static void* decode(struct hsdis_app_data* app_data, const char* options) { function
/openjdk9/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp1052 void CodeSection::decode() { function in class:CodeSection
1207 void CodeBuffer::decode() { function in class:CodeBuffer
/openjdk9/hotspot/src/share/vm/compiler/
H A Ddisassembler.cpp499 void Disassembler::decode(CodeBlob* cb, outputStream* st) { function in class:Disassembler
527 void Disassembler::decode(address start, address end, outputStream* st, CodeStrings c) { function in class:Disassembler
534 void Disassembler::decode(nmethod* nm, outputStream* st) { function in class:Disassembler
/openjdk9/hotspot/src/share/vm/opto/
H A Dparse2.cpp1380 Node* decode = NULL; local
/openjdk9/hotspot/src/share/vm/utilities/
H A Ddecoder.cpp105 bool Decoder::decode(address addr, char* buf, int buflen, int* offset, const char* modulepath, bool demangle) { function in class:Decoder
116 bool Decoder::decode(address addr, char* buf, int buflen, int* offset, const void* base) { function in class:Decoder
H A Ddecoder.hpp87 virtual bool decode(address pc, char* buf, int buflen, int* offset, function in class:NullDecoder
92 virtual bool decode(address pc, char* buf, int buflen, int* offset, const void* base) { function in class:NullDecoder
109 static bool decode(address pc, char* buf, int buflen, int* offset, bool demangle) { function in class:Decoder
[all...]
H A Ddecoder_elf.cpp37 bool ElfDecoder::decode(address addr, char *buf, int buflen, int* offset, const char* filepath, bool demangle_name) { function in class:ElfDecoder
H A Ddecoder_elf.hpp46 bool decode(address addr, char *buf, int buflen, int* offset, const void *base) { function in class:ElfDecoder
H A DelfFile.cpp186 bool ElfFile::decode(address addr, char* buf, int buflen, int* offset) { function in class:ElfFile
/openjdk9/hotspot/test/compiler/codegen/aes/
H A DTestAESBase.java60 byte[] decode; field in class:TestAESBase
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DUtility.java1186 public static byte[] decode(String s, boolean uncompress) throws IOException { method in class:Utility
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/util/
H A DBase64.java201 public static byte[] decode(String encoded) { method in class:Base64
H A DHexBin.java91 static public byte[] decode(String encoded) { method in class:HexBin

Completed in 600 milliseconds

12345