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

1 2

  /external/v8/test/mjsunit/compiler/
optimized-for-in.js 43 // Check that we correctly deoptimize on map check.
53 // Check that we correctly deoptimize during preparation step.
62 // Check that we deoptimize to the place after side effect in the right state.
72 // Check that we correctly deoptimize on map check inserted for fused load.
regress-3218915.js 30 // Regression test for failure to deoptimize properly when the most recent
  /external/v8/test/mjsunit/regress/
regress-124594.js 31 // after we deoptimize from an inlined constructor to a constructor stub
  /external/v8/src/
deoptimizer.h 116 // debugger to deoptimize stack frames to allow inspection.
150 // Deoptimize the function now. Its current optimized code will never be run
155 // Deoptimize all functions in the heap.
deoptimizer.cc 234 PrintF("[deoptimize context: %" V8PRIxPTR "]\n",
253 PrintF("[deoptimize all contexts]\n");
276 // Run through the list of optimized functions and deoptimize them.
309 // Run through the list of all global contexts and deoptimize.
    [all...]
flag-definitions.h 186 "deoptimize every n times a deopt point is passed")
188 DEFINE_bool(deoptimize_uncommon_cases, true, "deoptimize uncommon cases")
hydrogen-instructions.h 103 V(Deoptimize) \
947 // We insert soft-deoptimize when we hit code with unknown typefeedback,
986 DECLARE_CONCRETE_INSTRUCTION(Deoptimize)
    [all...]
hydrogen.cc 824 // Mark all blocks that are dominated by an unconditional soft deoptimize to
    [all...]
debug.cc     [all...]
api.cc     [all...]
objects.cc     [all...]
  /external/v8/src/arm/
lithium-arm.h 93 V(Deoptimize) \
406 DECLARE_CONCRETE_INSTRUCTION(Deoptimize, "deoptimize")
    [all...]
lithium-codegen-arm.cc 1081 Label done, deoptimize; local
    [all...]
lithium-arm.cc 768 // after the call will try to deoptimize to the point before the call.
770 // call sequence can not deoptimize eagerly.
861 // Shift operations can only deoptimize if we do a logical shift
    [all...]
  /external/v8/src/mips/
lithium-mips.h 93 V(Deoptimize) \
405 DECLARE_CONCRETE_INSTRUCTION(Deoptimize, "deoptimize")
    [all...]
lithium-mips.cc 768 // after the call will try to deoptimize to the point before the call.
770 // call sequence can not deoptimize eagerly.
861 // Shift operations can only deoptimize if we do a logical shift
    [all...]
lithium-codegen-mips.cc 976 // result is -0. Deoptimize if required, otherwise return 0.
    [all...]
  /external/v8/src/x64/
lithium-x64.h 93 V(Deoptimize) \
407 DECLARE_CONCRETE_INSTRUCTION(Deoptimize, "deoptimize")
    [all...]
lithium-x64.cc 763 // after the call will try to deoptimize to the point before the call.
765 // call sequence can not deoptimize eagerly.
856 // Shift operations can only deoptimize if we do a logical shift by 0 and
    [all...]
lithium-codegen-x64.cc 925 // Deoptimize if remainder is not 0.
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 87 V(Deoptimize) \
388 DECLARE_CONCRETE_INSTRUCTION(Deoptimize, "deoptimize")
    [all...]
lithium-ia32.cc 765 // after the call will try to deoptimize to the point before the call.
767 // call sequence can not deoptimize eagerly.
861 // Shift operations can only deoptimize if we do a logical shift by 0 and
    [all...]
lithium-codegen-ia32.cc 960 // Deoptimize if remainder is not 0.
    [all...]
  /external/srec/portable/src/
pmalloc.c 594 _Aldata._Plast = 0; /* deoptimize for safety */
  /external/v8/test/cctest/
test-debug.cc     [all...]

Completed in 1001 milliseconds

1 2