Searched defs:is_object (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfo.hpp47 virtual bool is_object() const { return false; } function in class:ScopeValue
108 bool is_object() const { return true; } function in class:ObjectValue
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsignature.cpp312 bool SignatureStream::is_object() const { function in class:SignatureStream
341 if (!is_object()) return NULL;
353 if (!is_object())
/openjdk7/hotspot/src/share/vm/utilities/
H A DconstantTag.hpp80 bool is_object() const { return _tag == JVM_CONSTANT_Object; } function in class:VALUE_OBJ_CLASS_SPEC
95 is_object());
/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTableFormat.hpp89 bool is_object() const { return tag() == ITEM_Object; } function in class:verification_type_info
93 assert(is_object(), "This type has no cp_index");
97 assert(is_object(), "This type has no cp_index");
113 if (from->is_object()) {
135 !is_object() && !is_uninitialized()));
H A DverificationType.hpp224 bool is_object() const function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueType.hpp122 bool is_object() { return as_ObjectType() != NULL; } function in class:ValueType
/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.hpp332 bool is_object() const { return flag_state() == atos; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp268 Label is_long, is_float, is_double, is_object, exit; local
269 __ cmp(type, T_OBJECT); __ br(Assembler::equal, false, Assembler::pn, is_object);
282 __ BIND(is_object);

Completed in 1963 milliseconds