Home
last modified time | relevance | path

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

/external/v8/src/
Druntime-profiler.cc292 unoptimized->set_allow_osr_at_loop_nesting_level(new_nesting); in OptimizeNow()
Dfull-codegen.cc304 code->set_allow_osr_at_loop_nesting_level(0); in MakeCode()
Dobjects-inl.h2627 void Code::set_allow_osr_at_loop_nesting_level(int level) { in set_allow_osr_at_loop_nesting_level() function
Dobjects.h3348 inline void set_allow_osr_at_loop_nesting_level(int level);
Druntime.cc7518 unoptimized->set_allow_osr_at_loop_nesting_level(0); in RUNTIME_FUNCTION()