Searched refs:is_method_entry (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.hpp316 int parameter_size() const { assert(is_method_entry(), ""); return (_flags & parameter_size_mask); }
323 bool is_method_entry() const { return (_flags & (1 << is_field_entry_shift)) == 0; } function in class:VALUE_OBJ_CLASS_SPEC
H A DcpCacheOop.cpp597 if (!is_method_entry()) {

Completed in 33 milliseconds