Searched refs:make_from_constant (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse3.cpp194 type = TypeOopPtr::make_from_constant(con)->isa_oopptr();
332 push( makecon(TypeOopPtr::make_from_constant(oop_constant, require_constant)) );
H A DparseHelper.cpp340 const TypePtr* adr_type = TypeOopPtr::make_from_constant(method());
366 const TypePtr* adr_type = TypeOopPtr::make_from_constant(md);
H A Dtype.hpp802 static const TypeOopPtr* make_from_constant(ciObject* o, bool require_constant = false);
1069 static const TypeNarrowOop* make_from_constant(ciObject* con, bool require_constant = false) {
1070 return make(TypeOopPtr::make_from_constant(con, require_constant));
H A DdoCall.cpp406 const TypeOopPtr* appendix_arg_type = TypeOopPtr::make_from_constant(appendix_arg);
852 const TypeOopPtr* addr_type = TypeOopPtr::make_from_constant(method());
H A Dmemnode.cpp1627 return TypeNarrowOop::make_from_constant(constant.as_object(), true);
1629 return TypeOopPtr::make_from_constant(constant.as_object(), true);
1648 t = TypeNarrowOop::make_from_constant(constant.as_object(), true);
1650 t = TypeOopPtr::make_from_constant(constant.as_object(), true);
H A Dstringopts.cpp967 type = TypeOopPtr::make_from_constant(con, true)->isa_oopptr();
H A Dmacro.cpp753 field_type = TypeOopPtr::make_from_constant(con)->isa_oopptr();
H A Dtype.cpp2613 //------------------------------make_from_constant-----------------------------
2615 const TypeOopPtr* TypeOopPtr::make_from_constant(ciObject* o, bool require_constant) { function in class:TypeOopPtr
H A Dlibrary_call.cpp1246 Node* target = _gvn.transform( makecon(TypeOopPtr::make_from_constant(target_array, true)) );

Completed in 122 milliseconds