Searched refs:functions (Results 101 - 111 of 111) sorted by relevance

12345

/openjdk10/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s33 # NOTE WELL! The _Copy functions are called directly
H A Dbsd_x86_32.s36 # NOTE WELL! The _Copy functions are called directly
/openjdk10/hotspot/src/share/vm/utilities/
H A Ddebug.cpp66 functions that do not slow down the system too much and thus can be left in optimized code.
308 // ------ helper functions for debugging go here ------------
/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXFramePeer.java74 winAttr.functions = MWMConstants.MWM_FUNC_ALL;
/openjdk10/hotspot/src/share/vm/runtime/
H A Dthread.hpp1043 _jni_environment.functions = functionTable;
1046 return (struct JNINativeInterface_ *)_jni_environment.functions;
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp80 // register extension functions and events
213 _jvmti_external.functions = TraceJVMTI != NULL ? &jvmtiTrace_Interface : &jvmti_Interface;
215 _jvmti_external.functions = &jvmti_Interface;
433 // by the SetNativeMethodPrefix(es) functions. Be sure to maintain the
/openjdk10/jdk/src/java.base/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java915 static boolean isStaticallyInvocable(NamedFunction ... functions) { argument
916 for (NamedFunction nf : functions) {
/openjdk10/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_32.s25 # NOTE WELL! The _Copy functions are called directly
/openjdk10/hotspot/src/os_cpu/linux_arm/vm/
H A Dlinux_arm_32.s25 # NOTE WELL! The _Copy functions are called directly
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentFragmentScannerImpl.java1546 //It makes things easy if this functions takes XMLStringBuffer as parameter..
2143 *broken down into two functions for efficiency. <@see>matchElement</see>.
2476 * a sections of XML document. When this functions returns normally, it has read
2493 * a sections of XML document. When this functions returns normally, it has read
2623 * document. When this functions returns normally, it has read the section
/openjdk10/common/autoconf/
H A Dgenerated-configure.sh3040 /* The GNU C library defines this for functions which it implements
3041 to always fail with ENOSYS. Some functions are actually named
4062 # -xbuiltin=%all: Use intrinsic or inline versions for math/std functions
4065 # -xrestrict: Pointer parameters to functions do not overlap
[all...]

Completed in 227 milliseconds

12345