HomeSort by relevance Sort by last modified time
    Searched full:clearfunctiontypefeedback (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/v8/test/mjsunit/
setters-on-elements.js 59 clearFunctionTypeFeedback = empty_func;
65 clearFunctionTypeFeedback = function(name) {
66 %ClearFunctionTypeFeedback(name);
97 clearFunctionTypeFeedback(foo);
99 clearFunctionTypeFeedback(foo);
115 clearFunctionTypeFeedback(foo);
117 clearFunctionTypeFeedback(foo);
139 clearFunctionTypeFeedback(foo);
141 clearFunctionTypeFeedback(foo);
161 clearFunctionTypeFeedback(foo)
    [all...]
getters-on-elements.js 66 clearFunctionTypeFeedback = empty_func;
72 clearFunctionTypeFeedback = function(name) {
73 %ClearFunctionTypeFeedback(name);
104 clearFunctionTypeFeedback(foo);
106 clearFunctionTypeFeedback(foo);
128 clearFunctionTypeFeedback(foo);
130 clearFunctionTypeFeedback(foo);
150 clearFunctionTypeFeedback(foo);
elements-transition-hoisting.js 56 %ClearFunctionTypeFeedback(testDoubleConversion4);
82 %ClearFunctionTypeFeedback(testExactMapHoisting);
114 %ClearFunctionTypeFeedback(testExactMapHoisting2);
143 %ClearFunctionTypeFeedback(testExactMapHoisting3);
170 %ClearFunctionTypeFeedback(testDominatingTransitionHoisting1);
191 %ClearFunctionTypeFeedback(testHoistingWithSideEffect);
230 %ClearFunctionTypeFeedback(testStraightLineDupeElinination);
236 %ClearFunctionTypeFeedback(test_wrapper);
fast-element-smi-check.js 49 %ClearFunctionTypeFeedback(test_load_set_smi_2);
70 %ClearFunctionTypeFeedback(test_load_set_smi_4);
array-store-and-grow.js 208 %ClearFunctionTypeFeedback(grow_store);
231 %ClearFunctionTypeFeedback(f);
255 %ClearFunctionTypeFeedback(f);
concurrent-initial-prototype-change.js 59 %ClearFunctionTypeFeedback(f1);
external-array-no-sse2.js 304 %ClearFunctionTypeFeedback(test_func);
353 %ClearFunctionTypeFeedback(run_bounds_test);
372 %ClearFunctionTypeFeedback(array_load_set_smi_check2);
650 %ClearFunctionTypeFeedback(goo);
651 %ClearFunctionTypeFeedback(boo);
670 %ClearFunctionTypeFeedback(goo);
671 %ClearFunctionTypeFeedback(boo);
680 %ClearFunctionTypeFeedback(goo);
681 %ClearFunctionTypeFeedback(boo);
external-array.js 304 %ClearFunctionTypeFeedback(test_func);
353 %ClearFunctionTypeFeedback(run_bounds_test);
372 %ClearFunctionTypeFeedback(array_load_set_smi_check2);
650 %ClearFunctionTypeFeedback(goo);
651 %ClearFunctionTypeFeedback(boo);
670 %ClearFunctionTypeFeedback(goo);
671 %ClearFunctionTypeFeedback(boo);
680 %ClearFunctionTypeFeedback(goo);
681 %ClearFunctionTypeFeedback(boo);
typed-array-slice.js 56 %ClearFunctionTypeFeedback(do_slice);
math-imul.js 67 %ClearFunctionTypeFeedback(imul_meth_closure);
68 %ClearFunctionTypeFeedback(imul_func_closure);
readonly.js 175 %ClearFunctionTypeFeedback(Assign);
176 %ClearFunctionTypeFeedback(AssignStrict);
unbox-double-arrays.js 282 %ClearFunctionTypeFeedback(test_various_stores);
283 %ClearFunctionTypeFeedback(test_various_loads7);
elements-transition.js 95 %ClearFunctionTypeFeedback(test);
array-bounds-check-removal.js 111 %ClearFunctionTypeFeedback(test_base);
allocation-site-info.js 346 %ClearFunctionTypeFeedback(instanceof_check);
  /external/chromium_org/v8/test/mjsunit/compiler/
inline-function-apply.js 79 %ClearFunctionTypeFeedback(A);
81 %ClearFunctionTypeFeedback(B);
83 %ClearFunctionTypeFeedback(C);
inline-arguments.js 256 %ClearFunctionTypeFeedback(outer);
257 %ClearFunctionTypeFeedback(middle);
258 %ClearFunctionTypeFeedback(inner);
concurrent-invalidate-transition-map.js 64 %ClearFunctionTypeFeedback(add_field);
concurrent-proto-change.js 58 %ClearFunctionTypeFeedback(f);
escape-analysis-representation.js 63 %ClearFunctionTypeFeedback(access);
inline-construct.js 56 %ClearFunctionTypeFeedback(closure);
57 %ClearFunctionTypeFeedback(constructor);
alloc-object.js 56 %ClearFunctionTypeFeedback(test_helper);
inline-accessors.js 81 %ClearFunctionTypeFeedback(context);
82 %ClearFunctionTypeFeedback(getter);
242 %ClearFunctionTypeFeedback(context);
243 %ClearFunctionTypeFeedback(setter);
  /external/chromium_org/v8/test/mjsunit/regress/
compare-map-elim1.js 52 %ClearFunctionTypeFeedback(foo2);
regress-map-invalidation-2.js 43 %ClearFunctionTypeFeedback(f);

Completed in 349 milliseconds

1 2