Searched refs:moop (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp1492 methodOop moop = method(); local
1495 moop->klass_name()->bytes(),
1496 moop->klass_name()->utf8_length(),
1497 moop->name()->bytes(),
1498 moop->name()->utf8_length(),
1499 moop->signature()->bytes(),
1500 moop->signature()->utf8_length(),
1504 (char *) moop->klass_name()->bytes(),
1505 moop->klass_name()->utf8_length(),
1506 (char *) moop
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1667 methodOop moop(method);
1669 address entry_point = moop->from_compiled_entry();
1682 if (!cb->is_nmethod() || entry_point == moop->get_c2i_entry()) {
1702 if (moop->code() == NULL) return;
1737 moop->print_short_name(tty);
1744 moop->print_short_name(tty);
1753 moop->print_short_name(tty);
2846 methodOop moop = fr.interpreter_frame_method();
2847 int max_locals = moop->max_locals();
H A DsharedRuntime.hpp464 static void fixup_callers_callsite(methodOopDesc* moop, address ret_pc);
/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp159 TailCallNode( Node *cntrl, Node *i_o, Node *memory, Node *frameptr, Node *retadr, Node *target, Node *moop )
162 init_req(TypeFunc::Parms+1, moop);
/openjdk7/hotspot/src/share/vm/prims/
H A DjniCheck.cpp322 methodOop moop = JNIHandles::checked_resolve_jmethod_id(method_id); local
323 if (moop == NULL) {
331 return moop;

Completed in 56 milliseconds