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

/openjdk10/hotspot/src/share/vm/oops/
H A DconstMethod.cpp429 assert(is_constMethod(), "must be constMethod");
447 assert(is_constMethod(), "must be constMethod");
490 guarantee(is_constMethod(), "object must be constMethod");
H A DconstMethod.hpp244 bool is_constMethod() const { return true; } function in class:ConstMethod
H A Dmethod.cpp2410 guarantee(constMethod()->is_constMethod(), "should be ConstMethod*");

Completed in 47 milliseconds