HomeSort by relevance Sort by last modified time
    Searched refs:Optimize (Results 1 - 25 of 49) sorted by null

1 2

  /external/v8/src/
runtime-profiler.h 33 void Optimize(JSFunction* function, const char* reason);
runtime-profiler.cc 31 // optimize it as it is.
90 void RuntimeProfiler::Optimize(JSFunction* function, const char* reason) {
231 // ticks, optimize it now.
232 Optimize(function, "hot and stable");
234 Optimize(function, "not much type info but very hot");
247 // small, optimistically optimize it now.
253 Optimize(function, "small function");
  /external/v8/test/mjsunit/regress/
regress-crbug-513507.js 23 makeFun()(4); // Optimize once.
24 makeFun()(1); // Optimize again.
regress-359491.js 31 // Optimize g, which inlines f. Both branches in f will see the constant.
59 // Optimize g, which inlines f. Both branches in f will see the constant.
regress-343609.js 48 // Optimize add_field and install its code in optimized code cache.
53 // Optimize dummy function to remove the add_field from head of optimized
regress-2193.js 54 // Optimize the second closure, which should reuse the optimized code
regress-2595.js 50 // Optimize F. We will inline p.f into F guarded by map checked against
regress-crbug-240032.js 41 // Optimize object comparison with new-space RHS.
regress-crbug-242502.js 64 // Optimize with previously cleared stub cache.
regress-crbug-243868.js 44 // Optimize the function containing the CompareNil IC.
regress-load-elements.js 45 // Optimize. Before the fix, the elements-load and subsequent fixed-array-length
regress-137768.js 57 // Optimize, before the fix, the element load and subsequent tagged-to-i were
regress-crbug-315252.js 49 // Optimize "store_transition" to transition from [double, double, smi] to
regress-fast-literal-transition.js 52 // Step 1: Optimize g() to contain a FAST_DOUBLE_ELEMENTS boilerplate.
  /external/pdfium/xfa/src/fee/include/
ifde_txtedtbuf.h 33 virtual FX_BOOL Optimize(IFX_Pause* pPause = NULL) = 0;
ifde_txtedtengine.h 244 virtual FX_BOOL Optimize(IFX_Pause* pPause = NULL) = 0;
  /external/v8/test/unittests/compiler/
move-optimizer-unittest.cc 44 void Optimize() {
97 Optimize();
121 Optimize();
140 Optimize();
171 Optimize();
200 Optimize();
222 Optimize();
control-flow-optimizer-unittest.cc 27 void Optimize() {
29 optimizer.Optimize();
58 Optimize();
89 Optimize();
115 Optimize();
  /external/v8/src/compiler/
control-flow-optimizer.h 27 void Optimize();
  /external/v8/test/mjsunit/
debug-stepin-builtin-callback-opt.js 29 // Optimize the inner helper function for string replace.
array-literal-feedback.js 87 // Optimize again
strict-mode-opt.js 83 // Optimize strict function.
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtbuf.h 77 virtual FX_BOOL Optimize(IFX_Pause* pPause = NULL);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 97 (* Optimize the function. *)
  /external/regex-re2/re2/
prog.h 287 void Optimize();

Completed in 419 milliseconds

1 2