Searched refs:xconst (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DmethodKlass.cpp65 methodOop methodKlass::allocate(constMethodHandle xconst, argument
69 assert(xconst()->is_parsable(), "possible publication protocol violation");
74 m->set_constMethod(xconst());
342 constMethodOop xconst = m->constMethod(); local
343 assert(xconst != NULL, "const method must be set");
344 constMethodKlass* ck = constMethodKlass::cast(xconst->klass());
345 return ck->oop_partially_loaded(xconst);
352 constMethodOop xconst = m->constMethod(); local
353 assert(xconst != NULL, "const method must be set");
354 constMethodKlass* ck = constMethodKlass::cast(xconst
[all...]
H A DmethodKlass.hpp44 methodOop allocate(constMethodHandle xconst, AccessFlags access_flags,
H A DmethodOop.hpp162 void set_constMethod(constMethodOop xconst) { oop_store_without_check((oop*)&_constMethod, (oop)xconst); } argument

Completed in 34 milliseconds