Searched defs:SharkNormalValue (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkValue.hpp38 // All SharkValues are one of two core types, SharkNormalValue
48 // of SharkNormalValue with a couple of extra methods. Use of
173 class SharkNormalValue : public SharkValue { class in inherits:SharkValue
177 SharkNormalValue(ciType* type, llvm::Value* value, bool zero_checked) function in class:SharkNormalValue
240 class SharkPHIValue : public SharkNormalValue {
245 : SharkNormalValue(type, phi, parent && parent->zero_checked()),
330 return new SharkNormalValue(type, value, zero_checked);

Completed in 30 milliseconds