Searched refs:generic_value (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkValue.cpp38 return SharkValue::create_generic(type(), generic_value(), zero_checked());
41 return SharkValue::create_phi(type(), (PHINode *) generic_value(), this);
66 this->generic_value() == other->generic_value() &&
196 Value* SharkNormalValue::generic_value() const { function in class:SharkNormalValue
199 Value* SharkAddressValue::generic_value() const { function in class:SharkAddressValue
217 ((llvm::PHINode *) generic_value())->addIncoming(
218 value->generic_value(), block);
237 phi->addIncoming(this->generic_value(), this_block);
238 phi->addIncoming(other->generic_value(), other_bloc
[all...]
H A DsharkValue.hpp148 virtual llvm::Value* generic_value() const = 0;
223 llvm::Value* generic_value() const;
313 llvm::Value* generic_value() const;
H A DsharkCacheDecache.cpp67 value->generic_value(),
137 value->generic_value(),
H A DsharkBlock.cpp1031 object = value->generic_value();
1063 Value *field_value = value->generic_value();
H A DsharkTopLevelBlock.cpp799 pop_result(type)->generic_value(),

Completed in 47 milliseconds