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

1 2 3 4

  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-163530.js 33 var deoptimize = { deopt:true };
43 deoptimize.deopt;
51 delete deoptimize.deopt;
60 var deoptimize = { deopt:true };
70 deoptimize.deopt;
78 delete deoptimize.deopt;
regress-124594.js 31 // after we deoptimize from an inlined constructor to a constructor stub
regress-fast-literal-transition.js 57 // Step 2: Deoptimize g() and transition to FAST_ELEMENTS boilerplate.
  /external/chromium_org/v8/src/
hydrogen-mark-deoptimize.h 18 // deoptimize if one of its uses has this flag set.
22 : HPhase("H_Mark deoptimize on undefined", graph),
hydrogen-mark-unreachable.cc 25 // doesn't deoptimize and either is known to transfer control to the
hydrogen-mark-deoptimize.cc 5 #include "src/hydrogen-mark-deoptimize.h"
hydrogen-store-elimination.cc 102 TRACE(("-- Observed stores at I%d (%s might deoptimize)\n",
deoptimizer.h 98 // debugger to deoptimize stack frames to allow inspection.
179 // Deoptimize the function now. Its current optimized code will never be run
184 // Deoptimize all code in the given isolate.
187 // Deoptimize code associated with the given global object.
379 // Patch the given code so that it will deoptimize itself.
flag-definitions.h 270 "deoptimize every n times a deopt point is passed")
272 "deoptimize every n garbage collections")
277 DEFINE_BOOL(deoptimize_uncommon_cases, true, "deoptimize uncommon cases")
329 "deoptimize the optimized code if the layout of the maps changes.")
    [all...]
lithium-codegen.cc 152 os << ";;; deoptimize at " << HSourcePosition(reason.raw_position) << " "
lookup.cc 170 // We have to deoptimize since accesses to data properties may have been
  /external/chromium_org/v8/test/mjsunit/compiler/
inline-function-apply.js 36 var deoptimize = { deopt:false };
63 deoptimize.deopt;
75 delete deoptimize.deopt;
optimized-for-in.js 44 // Check that we correctly deoptimize on map check.
54 // Check that we correctly deoptimize during preparation step.
63 // Check that we deoptimize to the place after side effect in the right state.
73 // Check that we correctly deoptimize on map check inserted for fused load.
escape-analysis-representation.js 58 // Deoptimize on a run with a different representation.
regress-3218915.js 30 // Regression test for failure to deoptimize properly when the most recent
  /art/runtime/
instrumentation.cc 50 // Do we want to deoptimize for method entry and exit listeners or just try to intercept
784 void Instrumentation::Deoptimize(mirror::ArtMethod* method) {
1091 bool deoptimize = (visitor.caller != nullptr) && local
    [all...]
debugger.h 144 kFullDeoptimization, // deoptimize everything.
146 kSelectiveDeoptimization, // deoptimize one method.
685 // registering and unregistering events so we do not deoptimize while holding the event list
692 // Note: we fully deoptimize on the first event only (when the counter is set to 1). We fully
instrumentation.h 152 // Deoptimize a method by forcing its execution with the interpreter. Nevertheless, a static
155 void Deoptimize(mirror::ArtMethod* method)
  /external/chromium_org/v8/src/compiler/
operator-properties-inl.h 47 // Strict equality cannot lazily deoptimize.
  /external/chromium_org/v8/test/mjsunit/
getters-on-elements.js 185 // cause the function to deoptimize.
math-imul.js 64 // Deoptimize closures and forget type feedback.
array-store-and-grow.js 191 // Verify that a grow store will deoptimize if the max gap (difference between
  /external/chromium_org/v8/test/cctest/compiler/
test-codegen-deopt.cc 195 // Check that we deoptimize to the right AST id.
  /external/chromium_org/v8/src/arm64/
lithium-arm64.cc 481 // after the call will try to deoptimize to the point before the call.
483 // call sequence can not deoptimize eagerly.
988 // These representations have simple checks that cannot deoptimize.
994 // These types have simple checks that cannot deoptimize.
999 // This type cannot deoptimize, but needs a scratch register.
1009 // The generic case cannot deoptimize because it already supports every
    [all...]
lithium-codegen-arm64.cc     [all...]

Completed in 574 milliseconds

1 2 3 4