Searched defs:symbolName (Results 1 - 12 of 12) sorted by relevance

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/posix/elf/
H A DELFHashTable.java33 public ELFSymbol getSymbol(String symbolName); argument
H A DELFFileParser.java297 public ELFSymbol getELFSymbol(String symbolName) { argument
795 public ELFSymbol getSymbol(String symbolName) { argument
[all...]
/openjdk10/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DCallSiteRelocationSymbol.java47 protected static Symbol createCodeContainerSymbol(BinaryContainer binaryContainer, String symbolName, int symbolOffset) { argument
51 protected static void addCodeContainerRelocation(BinaryContainer binaryContainer, String symbolName, int symbolOffset, int relocationOffset) { argument
56 protected static void addExtLinkageGotContainerRelocation(BinaryContainer binaryContainer, String symbolName, int symbolOffset, int relocationOffset) { argument
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DTypeEvaluator.java152 void declareLocalSymbol(final String symbolName) { argument
H A DCompilerConstants.java205 private final String symbolName; field in class:CompilerConstants
215 private CompilerConstants(final String symbolName) { argument
219 private CompilerConstants(final String symbolName, final int slot) { argument
223 CompilerConstants(final String symbolName, final Class<?> type) argument
227 CompilerConstants(final String symbolName, final Class<?> type, final int slot) argument
259 public final String symbolName() { method in class:CompilerConstants
[all...]
H A DCompiler.java530 void declareLocalSymbol(final String symbolName) { argument
/openjdk10/hotspot/src/jdk.hotspot.agent/macosx/native/libsaproc/
H A DStubDebuggerLocal.c92 Java_sun_jvm_hotspot_debugger_bsd_BsdDebuggerLocal_lookupByName0(JNIEnv *env, jobject this_obj, jstring objectName, jstring symbolName) argument
H A DBsdDebuggerLocal.c220 Java_sun_jvm_hotspot_debugger_bsd_BsdDebuggerLocal_lookupByName0(JNIEnv *env, jobject this_obj, jstring objectName, jstring symbolName) argument
/openjdk10/hotspot/src/jdk.hotspot.agent/linux/native/libsaproc/
H A DLinuxDebuggerLocal.c286 Java_sun_jvm_hotspot_debugger_linux_LinuxDebuggerLocal_lookupByName0(JNIEnv *env, jobject this_obj, jstring objectName, jstring symbolName) argument
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebuggerLocal.java522 private long lookupByName(String objectName, String symbolName) argument
654 private native long lookupByName0(String objectName, String symbolName) throws DebuggerException; argument
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DRecompilableScriptFunctionData.java229 public boolean hasInternalSymbol(final String symbolName) { argument
238 public int getExternalSymbolDepth(final String symbolName) { argument
1004 public boolean isGlobalSymbol(final FunctionNode functionNode, final String symbolName) { argument
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/solaris/native/libsaproc/
H A Dsaproc.cpp1157 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_lookupByName0(JNIEnv *env, jobject this_obj, jstring objectName, jstring symbolName) argument

Completed in 107 milliseconds