Searched refs:is_null_object (Results 1 - 16 of 16) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciNullObject.hpp51 bool is_null_object() const { return true; } function in class:ciNullObject
H A DciObject.cpp113 assert(is_null_object(), "must be null object");
181 assert(is_null_object() || handle() != NULL, "cannot embed null pointer");
197 if (is_null_object()) return true;
242 if (is_null_object()) {
H A DciObject.hpp141 virtual bool is_null_object() const { return false; } function in class:ciObject
198 assert(is_null_object(), "bad cast");
H A DciTypeFlow.cpp730 if (obj->is_null_object()) {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueType.cpp106 return (c != NULL && !c->is_null_object()) ? c->klass() : NULL;
110 return (c != NULL && !c->is_null_object()) ? c->klass() : NULL;
114 return (c != NULL && !c->is_null_object()) ? c->klass() : NULL;
118 return (c != NULL && !c->is_null_object()) ? c->klass() : NULL;
H A Dc1_Canonicalizer.cpp463 if (c != NULL && !c->value()->is_null_object()) {
562 if (!oc || !oc->value()->is_null_object()) {
586 if (obj->as_Constant() && obj->type()->as_ObjectType()->constant_value()->is_null_object()) {
600 if (obj->as_Constant() && obj->type()->as_ObjectType()->constant_value()->is_null_object()) {
H A Dc1_InstructionPrinter.cpp132 if (value->is_null_object()) {
H A Dc1_Optimizer.cpp859 if (!obj_val->is_null_object()) {
H A Dc1_GraphBuilder.cpp1572 if (!const_oop->is_null_object()) {
2176 if (!oc || !oc->value()->is_null_object()) {
H A Dc1_LIRGenerator.cpp2234 if (src_con->is_null_object()) {
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkConstant.cpp121 if (object->is_null_object() || !object->can_be_constant()) {
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.cpp170 } else if (obj->is_null_object()) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse3.cpp328 if (oop_constant->is_null_object()) {
H A Dtype.cpp2634 assert(!o->is_null_object(), "null object not yet handled here.");
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp115 return v->type()->as_ObjectConstant()->value()->is_null_object();
331 !get_jobject_constant(x->value())->is_null_object() ||
1094 } else if (tag == objectTag && yin->is_constant() && (yin->get_jobject_constant()->is_null_object())) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp134 (v->type()->is_constant() && v->type()->as_ObjectType()->constant_value()->is_null_object());
270 !get_jobject_constant(x->value())->is_null_object() ||

Completed in 190 milliseconds