OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:foo_hot
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/v8/test/mjsunit/compiler/
load-elimination-osr.js
50
function
foo_hot
(x, limit) {
function
61
assertEquals(22,
foo_hot
(11, 1));
62
assertEquals(24,
foo_hot
(12, 1));
63
%OptimizeFunctionOnNextCall(
foo_hot
);
64
assertEquals(32,
foo_hot
(16, 1));
65
assertEquals(1300013,
foo_hot
(13, 100000));
Completed in 65 milliseconds