Searched refs:h_method (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DdtraceJSDT.cpp69 methodHandle h_method = local
71 nmethod* nm = AdapterHandlerLibrary::create_dtrace_nmethod(h_method);
77 h_method()->set_not_compilable();
78 h_method()->set_code(h_method, nm);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp376 methodHandle h_method (thread, method(thread));
377 constantPoolHandle h_constants(thread, h_method->constants());
416 tty->print_cr(" thrown in interpreter method <%s>", h_method->print_value_string());
430 handler_bci = methodOopDesc::fast_exception_handler_bci_for(h_method, h_klass, current_bci, THREAD);
450 JvmtiExport::post_exception_throw(thread, h_method(), bcp(thread), h_exception());
467 h_method->interpreter_throwout_increment();
470 handler_pc = h_method->code_base() + handler_bci;
479 JvmtiExport::notice_unwind_due_to_exception(thread, h_method(), handler_pc, h_exception(), (handler_pc != NULL));
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp744 void methodOopDesc::link_method(methodHandle h_method, TRAPS) { argument
753 assert(this == h_method(), "wrong h_method()" );
754 address entry = Interpreter::entry_for_method(h_method);
774 (void) make_adapters(h_method, CHECK);
776 // ONLY USE the h_method now as make_adapter may have blocked
H A DinstanceKlass.cpp804 methodHandle h_method(THREAD, this_oop->class_initializer());
809 tty->print_cr("%s (" INTPTR_FORMAT ")", h_method() == NULL ? "(no method)" : "", (address)this_oop());
811 if (h_method() != NULL) {
814 JavaCalls::call(&result, h_method, &args, CHECK); // Static call (no args)

Completed in 48 milliseconds