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

/openjdk10/hotspot/src/share/vm/code/
H A DcodeBlob.hpp114 virtual bool is_nmethod() const { return false; } function in class:VALUE_OBJ_CLASS_SPEC
H A Dnmethod.hpp255 bool is_nmethod() const { return true; } function in class:nmethod
/openjdk10/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1342 bool is_nmethod = caller_nm->is_nmethod(); local
1712 bool is_nmethod = caller_nm->is_nmethod(); local

Completed in 118 milliseconds