Searched defs:lookupValue (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DKernelSymbolRecord.java98 * @param lookupValue the result in the native DTrace library of
103 KernelSymbolRecord(String lookupValue, long addressValue) argument
105 symbol = lookupValue;
135 setSymbol(String lookupValue) argument
137 symbol = lookupValue;
H A DUserSymbolRecord.java99 * @param lookupValue the result in the native DTrace library of
107 UserSymbolRecord(int pid, String lookupValue, long addressValue) argument
110 symbol = lookupValue;
150 setSymbol(String lookupValue) argument
152 symbol = lookupValue;

Completed in 55 milliseconds