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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp109 bool LIRGenerator::can_store_as_constant(Value v, BasicType type) const { function in class:LIRGenerator
127 return can_store_as_constant(i, as_BasicType(i->type()));
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp355 bool can_store_as_constant(Value i, BasicType type) const;
H A Dc1_LIRGenerator.cpp233 if (_gen->can_store_as_constant(value(), type)) {
3138 // if (!can_store_as_constant(arg)) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp116 bool LIRGenerator::can_store_as_constant(Value v, BasicType type) const { function in class:LIRGenerator

Completed in 64 milliseconds