Searched refs:Deopt (Results 1 – 8 of 8) sorted by relevance
/external/v8/test/mjsunit/compiler/ |
D | uint32.js | 56 function Deopt(obj, arr, i) { class 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/v8/tools/profviz/ |
D | composer.js | 85 function Deopt(time, size) { class in PlotScriptComposer 276 deopts.push(new Deopt(time, size));
|
/external/llvm/test/CodeGen/X86/ |
D | statepoint-allocas.ll | 101 ; The Deopt one
|
/external/v8/src/crankshaft/ |
D | hydrogen.h | 1596 void Deopt(Deoptimizer::DeoptReason reason); 1599 Deopt(reason); in ThenDeopt() 1603 Deopt(reason); in ElseDeopt()
|
D | hydrogen.cc | 935 void HGraphBuilder::IfBuilder::Deopt(Deoptimizer::DeoptReason reason) { in Deopt() function in v8::internal::HGraphBuilder::IfBuilder 1965 if_objectissmi.Deopt(Deoptimizer::kExpectedSmi); in BuildNumberToString() 2021 if_objectisnumber.Deopt(Deoptimizer::kExpectedHeapNumber); in BuildNumberToString() 2681 if_builder.Deopt( in BuildAllocateArrayFromLength() 3227 if_nil.Deopt(Deoptimizer::kTooManyUndetectableTypes); in BuildCompareNil()
|
/external/v8/test/mjsunit/ |
D | mjsunit.status | 721 # Deopt every n garbage collections collides with deopt every n times.
|
/external/v8/src/ |
D | code-stubs-hydrogen.cc | 1775 builder.Deopt(Deoptimizer::kUnexpectedCellContentsInGlobalStore); in BuildCodeInitializedStub()
|
/external/v8/ |
D | ChangeLog | 8986 Fixed IfBuilder::Deopt to clear the current block
|