Searched refs:is_jdouble (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkValue.cpp105 bool SharkValue::is_jdouble() const { function in class:SharkValue
127 bool SharkNormalValue::is_jdouble() const { function in class:SharkNormalValue
177 assert(is_jdouble(), "should be");
H A DsharkValue.hpp80 virtual bool is_jdouble() const;
208 bool is_jdouble() const;
H A DsharkCacheDecache.hpp161 if (value->is_jdouble())

Completed in 33 milliseconds