Home
last modified time | relevance | path

Searched refs:verify_fixed (Results 1 – 4 of 4) sorted by relevance

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/z/
H A DzVerify.cpp75 ZVerifyRootClosure(bool verify_fixed) : in ZVerifyRootClosure() argument
76 _verify_fixed(verify_fixed) {} in ZVerifyRootClosure()
93 bool verify_fixed() const { in verify_fixed() function in ZVerifyRootClosure
123 if (_cl->verify_fixed()) { in ZVerifyStack()
150 if (_cl->verify_fixed()) { in prepare_next_frame()
242 ZVerifyNMethodClosure(OopClosure* cl, bool verify_fixed) : in ZVerifyNMethodClosure() argument
245 _verify_fixed(verify_fixed) {} in ZVerifyNMethodClosure()
254 void ZVerify::roots_strong(bool verify_fixed) { in roots_strong() argument
258 ZVerifyRootClosure cl(verify_fixed); in roots_strong()
261 ZVerifyNMethodClosure nm_cl(&cl, verify_fixed); in roots_strong()
H A DzVerify.hpp34 static void roots_strong(bool verify_fixed);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/z/
H A DzVerify.cpp77 ZVerifyRootClosure(bool verify_fixed) : in ZVerifyRootClosure() argument
78 _verify_fixed(verify_fixed) {} in ZVerifyRootClosure()
95 bool verify_fixed() const { in verify_fixed() function in ZVerifyRootClosure
125 if (_cl->verify_fixed()) { in ZVerifyStack()
152 if (_cl->verify_fixed()) { in prepare_next_frame()
244 ZVerifyNMethodClosure(OopClosure* cl, bool verify_fixed) : in ZVerifyNMethodClosure() argument
247 _verify_fixed(verify_fixed) {} in ZVerifyNMethodClosure()
256 void ZVerify::roots_strong(bool verify_fixed) { in roots_strong() argument
260 ZVerifyRootClosure cl(verify_fixed); in roots_strong()
263 ZVerifyNMethodClosure nm_cl(&cl, verify_fixed); in roots_strong()
H A DzVerify.hpp34 static void roots_strong(bool verify_fixed);