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

/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp211 assert(entry.is_metadata(), "must be either symbol or klass");
254 assert(entry.is_metadata(), "must be either symbol or klass");
417 assert(entry.is_metadata(), "must be either symbol or klass");
435 if (entry.is_metadata()) {
686 if (entry.is_metadata()) {
707 if (entry.is_metadata())
764 assert(slot_at(index).is_metadata(), "must be symbol");
H A DconstantPoolOop.hpp71 bool is_metadata() { return (_ptr & 1) == 1; } function in class:VALUE_OBJ_CLASS_SPEC
78 assert(is_metadata(), "bad call");

Completed in 1879 milliseconds