Searched refs:Deopt (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/test/mjsunit/compiler/
H A Duint32.js56 function Deopt(obj, arr, i) { function
63 assertEquals(K1, Deopt({x: 0}, uint32_array, 0));
64 assertEquals(K2, Deopt({x: 0}, uint32_array, 1));
65 %OptimizeFunctionOnNextCall(Deopt);
66 assertEquals(K2, Deopt({}, uint32_array, 1));
/external/chromium_org/v8/tools/profviz/
H A Dcomposer.js85 function Deopt(time, size) {
276 deopts.push(new Deopt(time, size));
/external/chromium_org/v8/src/
H A Dhydrogen.h1621 void Deopt(const char* reason);
1624 Deopt(reason);
1628 Deopt(reason);
H A Dcode-stubs-hydrogen.cc1248 builder.Deopt("Unexpected cell contents in global store");
H A Dhydrogen.cc934 void HGraphBuilder::IfBuilder::Deopt(const char* reason) { function in class:v8::internal::HGraphBuilder::IfBuilder
1930 if_objectissmi.Deopt("Expected smi");
1986 if_objectisnumber.Deopt("Expected heap number");
2546 if_builder.Deopt("Holey array despite packed elements_kind feedback");
3067 if_nil.Deopt("Too many undetectable types");
7120 // Deopt if none of the cases matched.

Completed in 233 milliseconds