Searched refs:require_constant (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse3.cpp311 bool Parse::push_constant(ciConstant constant, bool require_constant) { argument
331 } else if (require_constant || oop_constant->should_be_constant()) {
332 push( makecon(TypeOopPtr::make_from_constant(oop_constant, require_constant)) );
H A Dtype.hpp801 // If require_constant, produce a NULL if a singleton is not possible.
802 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 Dparse.hpp515 bool push_constant(ciConstant con, bool require_constant = false);
H A Dtype.cpp2615 const TypeOopPtr* TypeOopPtr::make_from_constant(ciObject* o, bool require_constant) { argument
2638 if (require_constant) {
2651 if (require_constant) {
2663 if (require_constant) {

Completed in 55 milliseconds