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

/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp58 address methodOopDesc::get_i2c_entry() { function in class:methodOopDesc
60 return _adapter->get_i2c_entry();
853 mh->_from_interpreted_entry = mh->get_i2c_entry();
H A DmethodOop.hpp368 address get_i2c_entry();
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp631 address get_i2c_entry() const { return _i2c_entry; } function in class:AdapterHandlerEntry
H A DsharedRuntime.cpp2887 if ( b == CodeCache::find_blob(a->get_i2c_entry()) ) return true;
2896 if (b == CodeCache::find_blob(a->get_i2c_entry())) {
2908 get_i2c_entry(), get_c2i_entry(), get_c2i_unverified_entry());

Completed in 53 milliseconds