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

/openjdk9/hotspot/src/share/vm/code/
H A DcompiledMethod.hpp212 bool is_java_method() const { return _method != NULL && !_method->is_native(); } function in class:CompiledMethod

Completed in 35 milliseconds