Home
last modified time | relevance | path

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

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Dsweeper.hpp101 static bool is_sweeping(nmethod* which) { return _current == which; } in is_sweeping() function in NMethodSweeper
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Dsweeper.hpp101 static bool is_sweeping(nmethod* which) { return _current == which; } in is_sweeping() function in NMethodSweeper
/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.c779 #define is_sweeping(objspace) (gc_mode(objspace) == gc_mode_sweeping) macro
6710 else if (is_sweeping(objspace)) { in gc_current_status_fill()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.3.09861 * gc.c (check_rvalue_consistency): do not need to check is_sweeping().