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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodData.hpp235 bool is_method_data() { return true; } function in class:ciMethodData
H A DciObject.hpp147 virtual bool is_method_data() { return false; } function in class:ciObject
222 assert(is_method_data(), "bad cast");

Completed in 32 milliseconds