Searched refs:NOTNULL (Results 1 - 12 of 12) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp450 fields[TypeFunc::Parms+0] = TypeInstPtr::NOTNULL; // Klass to be allocated
455 fields[TypeFunc::Parms+0] = TypeRawPtr::NOTNULL; // Returned oop
466 fields[TypeFunc::Parms+0] = TypeInstPtr::NOTNULL; // Klass to be allocated
481 fields[TypeFunc::Parms+0] = TypeInstPtr::NOTNULL; // element klass
487 fields[TypeFunc::Parms+0] = TypeRawPtr::NOTNULL; // Returned oop
498 fields[TypeFunc::Parms+0] = TypeInstPtr::NOTNULL; // element klass
505 fields[TypeFunc::Parms+0] = TypeRawPtr::NOTNULL; // Returned oop
530 fields[TypeFunc::Parms+0] = TypeInstPtr::NOTNULL; // element klass
531 fields[TypeFunc::Parms+1] = TypeInstPtr::NOTNULL; // array of dim sizes
536 fields[TypeFunc::Parms+0] = TypeRawPtr::NOTNULL; // Returne
[all...]
H A Dcallnode.hpp754 fields[KlassNode] = TypeInstPtr::NOTNULL;
762 fields[TypeFunc::Parms+0] = TypeRawPtr::NOTNULL; // Returned oop
944 fields[TypeFunc::Parms+0] = TypeInstPtr::NOTNULL; // Object to be Locked
H A Dtype.hpp709 static const TypePtr *NOTNULL;
742 static const TypeRawPtr *NOTNULL;
906 static const TypeInstPtr *NOTNULL;
H A Dtype.cpp301 TypePtr::NOTNULL = TypePtr::make( AnyPtr, TypePtr::NotNull, OffsetBot ); member in class:TypePtr
305 TypeRawPtr::NOTNULL= TypeRawPtr::make( TypePtr::NotNull ); member in class:TypeRawPtr
315 TypeInstPtr::NOTNULL = TypeInstPtr::make(TypePtr::NotNull, current->env()->Object_klass()); member in class:TypeInstPtr
1666 field_array[pos++] = get_const_type(recv)->join(TypePtr::NOTNULL);
2073 const TypePtr *TypePtr::NOTNULL; member in class:TypePtr
2235 const TypeRawPtr *TypeRawPtr::NOTNULL; member in class:TypeRawPtr
2827 const TypeInstPtr *TypeInstPtr::NOTNULL; member in class:TypeInstPtr
2932 else { return TypeInstPtr::NOTNULL; }
2942 return TypeInstPtr::NOTNULL;
H A Dstringopts.cpp1344 if (!type->higher_equal(TypeInstPtr::NOTNULL)) {
1357 assert(kit.gvn().type(arg)->higher_equal(TypeInstPtr::NOTNULL), "sanity");
1366 } else if (!type->higher_equal(TypeInstPtr::NOTNULL)) {
H A Descape.cpp472 (adr_type == TypeRawPtr::NOTNULL &&
478 if (adr_type == TypeRawPtr::NOTNULL) {
672 (adr_type == TypeRawPtr::NOTNULL &&
2223 assert(igvn->type(addp) == TypeRawPtr::NOTNULL, "must be raw pointer");
2412 // TypeOopPtr::NOTNULL+any is an OOP with unknown offset - generally
2750 if (alloc->is_Allocate() && n->as_Type()->type() == TypeInstPtr::NOTNULL
H A DdoCall.cpp623 h_extype = h_extype->join(TypeInstPtr::NOTNULL);
H A Dmachnode.hpp355 virtual const class Type* bottom_type() const { return TypeRawPtr::NOTNULL; }
H A Dlibrary_call.cpp2902 Node* osthread = make_load(NULL, p, TypeRawPtr::NOTNULL, T_ADDRESS);
2985 Node* osthread = make_load(NULL, p, TypeRawPtr::NOTNULL, T_ADDRESS);
3451 TypeInstPtr::NOTNULL);
3640 Node* target_call = make_load(NULL, entry_addr, TypeInstPtr::NOTNULL, T_OBJECT);
4254 : TypeInstPtr::NOTNULL);
4270 TypeInstPtr::NOTNULL);
H A Dparse1.cpp2016 if (tp->higher_equal(TypeInstPtr::NOTNULL))
2017 tr = tr->join(TypeInstPtr::NOTNULL)->is_instptr();
H A DgraphKit.cpp1356 const Type *t_not_null = t->join(TypePtr::NOTNULL);
3612 Node* buffer = __ load(__ ctrl(), buffer_adr, TypeRawPtr::NOTNULL, T_ADDRESS, Compile::AliasIdxRaw);
3727 Node* buffer = __ load(__ ctrl(), buffer_adr, TypeRawPtr::NOTNULL, T_ADDRESS, Compile::AliasIdxRaw);
H A Dmemnode.cpp210 // TypeOopPtr::NOTNULL+any is an OOP with unknown offset - generally
645 const TypePtr* tp_notnull = tp->join(TypePtr::NOTNULL)->is_ptr();
1440 && phase->type(base)->higher_equal(TypePtr::NOTNULL)
1595 return jt->join(TypePtr::NOTNULL)->is_ptr();

Completed in 139 milliseconds