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

/openjdk9/hotspot/src/share/vm/aot/
H A DaotCompiledMethod.hpp174 virtual bool is_not_entrant() const { return state() == not_entrant || function in class:AOTCompiledMethod
/openjdk9/hotspot/src/share/vm/code/
H A Dnmethod.hpp308 bool is_not_entrant() const { return _state == not_entrant; } function in class:nmethod
H A DcodeBlob.hpp174 virtual bool is_not_entrant() const { return false; } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 59 milliseconds