HomeSort by relevance Sort by last modified time
    Searched refs:deopt (Results 51 - 73 of 73) sorted by null

1 23

  /external/chromium_org/v8/test/mjsunit/regress/
regress-392114.js 57 // Thanks to the debugger, we recreate the full code too. We deopt and run
regress-crbug-134609.js 57 // At this point, foo should have been inlined into test. Let's deopt...
regress-crbug-280333.js 36 global = true; // Need a side effect to deopt to.
regress-137768.js 67 // before the map check was executed that should have deopt.
regress-opt-after-debug-deopt.js 66 Debug.setBreakPoint(f, 2, 0); // Force deopt.
  /external/chromium_org/v8/test/mjsunit/
getters-on-elements.js 31 // We specify max-opt-count because we opt/deopt the same function many
145 assertOptimized(foo); // getters don't require deopt on shape change.
149 // one shouldn't deopt anything.
math-floor-part4.js 83 // The optimized function will deopt. Run it with enough iterations to try
array-bounds-check-removal.js 100 // Test that we deopt on failed bounds checks.
array-literal-transitions.js 137 // also force a deopt.
math-round.js 70 // The optimized function will deopt. Run it with enough iterations to try
array-constructor-feedback.js 99 // bar0 should deopt
constant-folding-2.js 36 // Assert that there has been no deopt.
sin-cos.js 36 // Assert that minus zero does not cause deopt.
allocation-site-info.js 344 // realmBArray. This should deopt the method.
  /external/chromium_org/v8/tools/profviz/
composer.js 47 var kMaxDeoptLength = 4; // Draw size of the largest deopt.
85 function Deopt(time, size) {
276 deopts.push(new Deopt(time, size));
323 'code-deopt': { parsers: [parseTimeStamp, parseInt],
438 var deopt = deopts[i];
439 DrawHalfBar(kDeoptRow, "#9944CC", deopt.time,
440 deopt.time + 10 * pause_tolerance,
441 deopt.size / max_deopt_size * kMaxDeoptLength);
463 ytics.push('"max deopt size: ' + (max_deopt_size / 1024).toFixed(1) +
  /external/chromium_org/v8/test/mjsunit/compiler/
division-by-constant.js 116 // Avoid deopt caused by overflow, we do not want to test this here.
math-floor-global.js 160 // The optimized function will deopt. Run it with enough iterations to try
math-floor-local.js 160 // The optimized function will deopt. Run it with enough iterations to try
  /external/chromium_org/v8/src/compiler/
instruction-selector.h 186 void VisitDeoptimize(Node* deopt);
  /external/chromium_org/v8/src/
hydrogen.h     [all...]
objects-inl.h 1696 bool deopt = false; local
    [all...]
objects.h     [all...]
hydrogen.cc 934 void HGraphBuilder::IfBuilder::Deopt(const char* reason) {
949 void HGraphBuilder::IfBuilder::AddMergeAtJoinBlock(bool deopt) {
954 MergeAtJoinBlock(block, deopt, merge_at_join_blocks_);
958 if (deopt) {
1009 // Merge non-deopt blocks first to ensure environment has right size for
    [all...]

Completed in 242 milliseconds

1 23