Searched refs:is_object (Results 1 - 25 of 25) sorted by relevance

/openjdk9/hotspot/src/share/vm/ci/
H A DciBaseObject.hpp75 virtual bool is_object() const { return false; } function in class:ciBaseObject
83 assert(is_object(), "must be");
H A DciObject.hpp117 virtual bool is_object() const { return true; } function in class:ciObject
H A DciSignature.cpp58 if (!ss.is_object()) {
/openjdk9/hotspot/src/share/vm/classfile/
H A DverificationType.cpp89 } else if (is_object()) {
98 from.is_object())) {
105 from_field_is_protected, from.is_array(), from.is_object(), THREAD);
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.hpp225 bool is_object() const function in class:VALUE_OBJ_CLASS_SPEC
H A DsystemDictionary.cpp2519 if (sig_strm.is_object()) {
2708 if (mirror == NULL || (ss.is_object() && !is_always_visible_class(mirror))) {
2725 if (ss.is_object() && accessing_klass.not_null()) {
H A Dverifier.cpp1630 if (!new_class_type.is_object()) {
2206 if (!ref_class_type.is_object() &&
/openjdk9/hotspot/src/share/vm/runtime/
H A Dsignature.cpp354 bool SignatureStream::is_object() const { function in class:SignatureStream
383 if (!is_object()) return NULL;
395 if (!is_object())
426 if (is_object()) {
H A DstackValue.cpp163 } else if (sv->is_object()) { // Scalar replaced object in compiled frame
H A Dsignature.hpp402 bool is_object() const; // True if this argument is an object
H A Dvframe_hp.cpp225 if (ov->is_object() && owner_sv->obj_is_scalar_replaced()) { // The owner object was scalar replaced
H A Ddeoptimization.cpp811 assert(objects->at(i)->is_object(), "invalid debug information");
1450 if (ss.is_object()) {
/openjdk9/hotspot/src/share/vm/code/
H A DdebugInfo.hpp50 virtual bool is_object() const { return false; } function in class:ScopeValue
63 assert(is_object(), "must be");
121 bool is_object() const { return true; } function in class:ObjectValue
H A Ddependencies.hpp225 assert(candidate == NULL || candidate->is_object(), "oops");
241 bool is_object() const { assert(is_valid(), "oops"); return _id < 0; } function in class:Dependencies::VALUE_OBJ_CLASS_SPEC
246 jobject as_object(OopRecorder* rec) const { assert(is_object(), "oops"); return rec->oop_at(index()); }
H A Ddependencies.cpp547 if (v->is_object()) {
678 if (obj->is_object()) {
H A Dnmethod.cpp2607 if (!at_this && ss.is_object()) {
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_ValueType.hpp130 bool is_object() { return as_ObjectType() != NULL; } function in class:ValueType
H A Dc1_Instruction.hpp852 set_flag(NeedsWriteBarrierFlag, as_ValueType(field_type())->is_object());
986 set_flag(NeedsWriteBarrierFlag, (as_ValueType(elt_type)->is_object()));
987 set_flag(NeedsStoreCheckFlag, (as_ValueType(elt_type)->is_object()));
1175 assert(_obj->type()->is_object(), "null check must be applied to objects only");
H A Dc1_Instruction.cpp167 if (type()->is_object() && type()->as_ObjectType()->is_loaded()) {
H A Dc1_Optimizer.cpp106 if (!if_type->is_int() && !if_type->is_object()) return;
/openjdk9/hotspot/src/share/vm/jvmci/
H A DjvmciCompilerToVM.cpp1429 if (value->is_object()) {
1613 if (var->type() == T_OBJECT && scopeLocals->at(i2)->is_object()) {
/openjdk9/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp247 Label is_long, is_float, is_double, is_object, exit; local
248 __ cmp(type, T_OBJECT); __ br(Assembler::equal, false, Assembler::pn, is_object);
261 __ BIND(is_object);
/openjdk9/hotspot/src/share/vm/oops/
H A Dmethod.cpp1551 if (ss.is_object()) {
/openjdk9/hotspot/src/share/vm/opto/
H A Doutput.cpp500 assert(objs->at(i)->is_object(), "corrupt object cache");

Completed in 295 milliseconds