Searched defs:function (Results 26 - 38 of 38) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkStack.cpp103 // This function should match ZeroStack::overflow_check
182 SharkStack* SharkStack::CreateBuildAndPushFrame(SharkFunction* function, argument
184 return new SharkStackWithNormalFrame(function, method);
191 SharkStackWithNormalFrame::SharkStackWithNormalFrame(SharkFunction* function, argument
193 : SharkStack(function), _function(function) {
207 return function()->arg_size();
214 return function()->max_locals();
221 return function()->max_stack();
228 return function()
[all...]
H A DsharkStack.hpp41 SharkFunction* function, llvm::Value* method);
243 SharkStackWithNormalFrame(SharkFunction* function, llvm::Value* method);
249 SharkFunction* function() const { function in class:SharkStackWithNormalFrame
H A DsharkTopLevelBlock.hpp43 SharkTopLevelBlock(SharkFunction* function, ciTypeFlow::Block* ciblock) argument
44 : SharkBlock(function),
45 _function(function),
58 SharkFunction* function() const { function in class:SharkTopLevelBlock
68 return function()->stack();
101 return function()->block(ciblock()->successors()->at(index)->pre_order());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DElementDecl.java220 public Object apply( XSTermFunction function ) {
221 return function.elementDecl(this);
224 public <T,P> T apply(XSTermFunctionWithParam<T, P> function, P param) { argument
225 return function.elementDecl(this,param);
228 public Object apply( XSFunction function ) {
229 return function.elementDecl(this);
H A DSchemaImpl.java260 public Object apply(XSFunction function) { argument
261 return function.schema(this);
/openjdk7/hotspot/src/os/solaris/vm/
H A DdtraceJSDT_solaris.cpp125 // probe1-function
130 // probe2-function
146 // function + name + one per argument
171 char* function = java_lang_String::as_utf8_string( local
172 JNIHandles::resolve_non_null(p->function));
174 string_index += strlen(function) + 1;
291 char* function = java_lang_String::as_utf8_string( local
292 JNIHandles::resolve_non_null(p->function));
293 strcpy(str, function);
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp266 // Get the native function entry point
267 address function; local
268 function = method->native_function();
269 assert(function != NULL, "should be set if signature handler is");
326 ffi_call(handler->cif(), (void (*)()) function, result, arguments);
/openjdk7/jdk/src/share/javavm/export/
H A Djvm.h321 * This function has been deprecated and should not be considered
614 jstring function; member in struct:__anon575
964 * A function defined by the byte-code verifier and called by the VM.
965 * This is not a function implemented in the VM.
1008 /* This is the function defined in libjava.so that performs class
1061 * This is the function defined in libjava.so to perform path
1062 * canonicalization. VM call this function before opening jar files
1111 * Convert a pathname into native format. This function does syntactic
1124 * Open a file descriptor. This function returns a negative error code
1132 * Close a file descriptor. This function return
[all...]
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DLambdaForm.java47 * Each temporary specifies the application of a function to some arguments.
86 * <li>V = void: a function result may be void if and only if its Name is of type "V"
611 /** Evaluate a single Name within this form, applying its function to its arguments. */
625 return name.function.invokeWithArguments(arguments);
663 //** This transform is applied (statically) to every name.function. */
773 names2[w] = new Name(n.function, arguments2);
795 assert(binding.function.memberDeclaringClassOrNull() == newData.clazz);
816 if (n.function != null &&
817 n.function.memberDeclaringClassOrNull() == oldData.clazz) {
818 MethodHandle oldGetter = n.function
1269 final NamedFunction function; field in class:LambdaForm.Name
1272 Name(int index, char type, NamedFunction function, Object[] arguments) argument
1279 Name(MethodHandle function, Object... arguments) argument
1282 Name(MemberName function, Object... arguments) argument
1285 Name(NamedFunction function, Object... arguments) argument
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp332 // not an inline function, to avoid a header dependency on Interpreter
557 void methodOopDesc::set_native_function(address function, bool post_event_flag) { argument
558 assert(function != NULL, "use clear_native_function to unregister natives");
559 assert(!is_method_handle_intrinsic() || function == SharedRuntime::native_method_throw_unsatisfied_link_error_entry(), "");
562 // We can see racers trying to place the same native function into place. Once
565 if (current == function) return;
567 function != NULL) {
570 assert(function !=
574 // post the bind event, and possible change the bind function
575 JvmtiExport::post_native_method_bind(this, &function);
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java248 String function = null;
255 function = "menu";
259 function = "minimize";
270 function = "maximize";
274 function = "close";
284 if (function != null && frame != null) {
307 drawButton(frame_style, function, state, g, w, h, jif);
313 protected void drawButton(Node frame_style, String function, String state, argument
316 new String[] { "function", function, "stat
[all...]
/openjdk7/jdk/src/share/back/
H A DthreadControl.c418 ThreadEnumerateFunction function, void *arg)
424 error = (*function)(env, node, arg);
877 * starts, an actual suspend is attempted. This function does the
1045 * This function must be called after preSuspend and before postSuspend.
1165 * This function must be called with the threadLock held.
1255 * This function must be called after preSuspend and before postSuspend.
417 enumerateOverThreadList(JNIEnv *env, ThreadList *list, ThreadEnumerateFunction function, void *arg) argument
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.h343 * This function has been deprecated and should not be considered
659 jstring function; member in struct:__anon368
1109 * A function defined by the byte-code verifier and called by the VM.
1110 * This is not a function implemented in the VM.
1153 /* This is the function defined in libjava.so that performs class
1206 * This is the function defined in libjava.so to perform path
1207 * canonicalization. VM call this function before opening jar files
1256 * Convert a pathname into native format. This function does syntactic
1269 * Open a file descriptor. This function returns a negative error code
1277 * Close a file descriptor. This function return
[all...]

Completed in 71 milliseconds

12