OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_nesting
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
runtime-profiler.cc
291
int
new_nesting
= nesting + 1;
local
292
shared_code->set_allow_osr_at_loop_nesting_level(
new_nesting
);
/external/v8/src/
runtime-profiler.cc
274
int
new_nesting
= Min(nesting + 1, Code::kMaxLoopNestingMarker);
local
275
shared_code->set_allow_osr_at_loop_nesting_level(
new_nesting
);
Completed in 134 milliseconds