Home
last modified time | relevance | path

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

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dnode.cpp2156 uint last_index_on_current_depth = 0; in verify() local
2205 if (verify_depth > 0 && list_index == last_index_on_current_depth) { in verify()
2213 last_index_on_current_depth = worklist.size() - 1; in verify()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dnode.cpp2208 uint last_index_on_current_depth = 0; in verify() local
2257 if (verify_depth > 0 && list_index == last_index_on_current_depth) { in verify()
2265 last_index_on_current_depth = worklist.size() - 1; in verify()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dnode.cpp2222 uint last_index_on_current_depth = worklist.size() - 1; in verify() local
2277 if (verify_depth > 0 && list_index == last_index_on_current_depth) { in verify()
2285 last_index_on_current_depth = worklist.size() - 1; in verify()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dnode.cpp2156 uint last_index_on_current_depth = 0; in verify() local
2205 if (verify_depth > 0 && list_index == last_index_on_current_depth) { in verify()
2213 last_index_on_current_depth = worklist.size() - 1; in verify()