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

/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp144 address _i2i_entry; // All-args-on-stack calling convention member in class:methodOopDesc
156 volatile address _from_interpreted_entry; // Cache of _code ? _adapter->i2c_entry() : _i2i_entry
393 address interpreter_entry() const { return _i2i_entry; }
394 // Only used when first initialize so we can set _i2i_entry and _from_interpreted_entry
395 void set_interpreter_entry(address entry) { _i2i_entry = entry; _from_interpreted_entry = entry; }
569 static ByteSize interpreter_entry_offset() { return byte_offset_of(methodOopDesc, _i2i_entry ); }
H A DmethodOop.cpp717 _from_interpreted_entry = _i2i_entry;
725 _i2i_entry = NULL;
747 if (_i2i_entry != NULL) return;
756 // Sets both _i2i_entry and _from_interpreted_entry
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp385 nonstatic_field(methodOopDesc, _i2i_entry, address) \

Completed in 1971 milliseconds