Searched refs:getFunctionName (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tracing/dtrace/
H A DDTraceProbe.java70 String getFunctionName() { method in class:DTraceProbe
71 return DTraceProvider.getFunctionName(declared_method);
H A DDTraceProvider.java181 static String getFunctionName(Method method) { method in class:DTraceProvider
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFuncExtFunction.java118 public String getFunctionName() method in class:FuncExtFunction
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/jaxp/
H A DJAXPExtensionsProvider.java167 String functionName = extFunction.getFunctionName();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DFunctionTable.java314 String getFunctionName(int funcID) { method in class:FunctionTable
H A DCompiler.java1061 java.lang.String name = m_functionTable.getFunctionName(funcID);

Completed in 71 milliseconds