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

  /external/v8/test/mjsunit/compiler/
regress-3218915.js 30 // Regression test for failure to deoptimize properly when the most recent
  /external/v8/src/
deoptimizer.h 125 // Deoptimize the function now. Its current optimized code will never be run
130 // Deoptimize all functions in the heap.
deoptimizer.cc 102 PrintF("[deoptimize context: %" V8PRIxPTR "]\n",
121 PrintF("[deoptimize all contexts]\n");
144 // Run through the list of optimized functions and deoptimize them.
177 // Run through the list of all global contexts and deoptimize.
    [all...]
flag-definitions.h 130 "deoptimize every n times a deopt point is passed")
133 DEFINE_bool(deoptimize_uncommon_cases, true, "deoptimize uncommon cases")
hydrogen-instructions.h 103 V(Deoptimize) \
790 DECLARE_CONCRETE_INSTRUCTION(Deoptimize, "deoptimize")
    [all...]
hydrogen.cc     [all...]
debug.cc     [all...]
api.cc     [all...]
objects.cc     [all...]
runtime.cc     [all...]
  /external/v8/src/arm/
lithium-codegen-arm.cc 1012 Label done, deoptimize; local
    [all...]
lithium-arm.h 90 V(Deoptimize) \
404 DECLARE_CONCRETE_INSTRUCTION(Deoptimize, "deoptimize")
    [all...]
lithium-arm.cc 746 // after the call will try to deoptimize to the point before the call.
748 // call sequence can not deoptimize eagerly.
853 // Shift operations can only deoptimize if we do a logical shift
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 90 V(Deoptimize) \
405 DECLARE_CONCRETE_INSTRUCTION(Deoptimize, "deoptimize")
    [all...]
lithium-ia32.cc 740 // after the call will try to deoptimize to the point before the call.
742 // call sequence can not deoptimize eagerly.
847 // Shift operations can only deoptimize if we do a logical shift
    [all...]
lithium-codegen-ia32.cc 879 // Deoptimize if remainder is not 0.
    [all...]
  /external/v8/src/x64/
lithium-x64.h 90 V(Deoptimize) \
405 DECLARE_CONCRETE_INSTRUCTION(Deoptimize, "deoptimize")
    [all...]
lithium-x64.cc 741 // after the call will try to deoptimize to the point before the call.
743 // call sequence can not deoptimize eagerly.
848 // Shift operations can only deoptimize if we do a logical shift
    [all...]
lithium-codegen-x64.cc 880 // 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...]
test-api.cc     [all...]

Completed in 795 milliseconds