Lines Matching refs:_ok
2213 bool _ok;2215 VerifyOopsClosure(nmethod* nm) : _nm(nm), _ok(true) { }2216 bool ok() { return _ok; }2219 if (_ok) {2221 _ok = false;2334 bool _ok;2336 DebugScavengeRoot(nmethod* nm) : _nm(nm), _ok(true) { }2337 bool ok() { return _ok; }2340 if (_ok) {2342 _ok = false;