Searched refs:boom (Results 1 - 12 of 12) sorted by relevance

/external/v8/test/mjsunit/regress/
H A Dregress-crbug-329709.js30 function boom(x) { function
38 assertEquals("one", boom(1));
39 assertEquals("one", boom(1));
40 %OptimizeFunctionOnNextCall(boom)
41 assertEquals("non-smi int32", boom(1500000000));
H A Dregress-crbug-245424.js30 function boom() { function
38 assertEquals("baz", boom().foo);
39 assertEquals("baz", boom().foo);
40 %OptimizeFunctionOnNextCall(boom);
41 assertEquals("baz", boom().foo);
H A Dregress-mul-canoverflow.js30 function boom(a) { function
38 boom(1, 1);
39 boom(2, 2);
41 %OptimizeFunctionOnNextCall(boom);
44 var actual = boom(big_int)
H A Dregress-mul-canoverflowb.js30 function boom(a) { function
38 boom(1, 1);
39 boom(2, 2);
41 %OptimizeFunctionOnNextCall(boom);
44 var actual = boom(big_int)
H A Dregress-2596.js40 function boom(index) { function
45 assertTrue(isNaN(boom(0)));
46 assertTrue(isNaN(boom(0)));
47 assertTrue(isNaN(boom(0)));
50 %OptimizeFunctionOnNextCall(boom);
51 assertTrue(isNaN(boom(0)));
52 assertTrue(isNaN(boom(0)));
53 assertTrue(isNaN(boom(0)));
H A Dregress-3027.js31 function boom() { function
39 var array = boom();
H A Dregress-331444.js30 function boom() { function
36 var array = boom();
H A Dregress-3029.js31 undefined.boom();
/external/v8/test/mjsunit/
H A Dallocation-folding.js106 function boom() { function
113 boom(); boom(); boom();
114 %OptimizeFunctionOnNextCall(boom);
115 boom();
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dclang_gcc_abi.cc11 int boom() { function
14 // CHECK: #1 0x{{.*}} in boom {{.*}}clang_gcc_abi.cc:[[@LINE-1]]
23 "bl boom\n\t"
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dtemplates.cpp79 void odr_used(R &r, Boom<T> boom) { argument
82 boom.tickle(); // expected-note{{in instantiation of member function}}
90 void odr_used2(R &r, Boom<T> boom) { argument
93 boom.tickle(); // expected-note{{in instantiation of member function}}
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/
H A Dtemplate-output.rb263 | return boom(1) /* foo */;
267 | return boom(12);
289 -> template(t={$text}) <<boom(<%= @t %>)>>
319 | return boom(1) /* foo */;
323 | return boom(12);
385 -> template(t={$text}) <<boom(<%= @t %>)>>

Completed in 210 milliseconds