Home
last modified time | relevance | path

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

/external/v8/src/full-codegen/
Dfull-codegen.cc1877 int loop_nesting_level = unoptimized->allow_osr_at_loop_nesting_level() + 1; in Patch() local
1878 if (loop_nesting_level > AbstractCode::kMaxLoopNestingMarker) return; in Patch()
1882 if (static_cast<int>(back_edges.loop_depth(i)) == loop_nesting_level) { in Patch()
1890 unoptimized->set_allow_osr_at_loop_nesting_level(loop_nesting_level); in Patch()
1900 int loop_nesting_level = unoptimized->allow_osr_at_loop_nesting_level(); in Revert() local
1904 if (static_cast<int>(back_edges.loop_depth(i)) <= loop_nesting_level) { in Revert()
1921 int loop_nesting_level = unoptimized->allow_osr_at_loop_nesting_level(); in Verify() local
1928 CHECK_EQ((static_cast<int>(loop_depth) <= loop_nesting_level), in Verify()