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

1 2

  /external/chromium_org/v8/src/
runtime-profiler.h 33 void Optimize(JSFunction* function, const char* reason);
runtime-profiler.cc 34 // optimize it as it is.
83 void RuntimeProfiler::Optimize(JSFunction* function, const char* reason) {
244 // ticks, optimize it now.
245 Optimize(function, "hot and stable");
247 Optimize(function, "not much type info but very hot");
260 // small, optimistically optimize it now.
266 Optimize(function, "small function");
runtime.js 255 // Optimize for the case where we end up AND'ing a value
293 // Optimize for the case where we end up shifting a value
  /external/chromium_org/cc/output/
render_surface_filters.h 31 static FilterOperations Optimize(const FilterOperations& filters);
  /external/chromium_org/v8/test/mjsunit/regress/
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/chromium_org/third_party/cython/src/Cython/Compiler/
Pipeline.py 144 from Optimize import FlattenInListTransform, SwitchTransform, IterationTransform
145 from Optimize import EarlyReplaceBuiltinCalls, OptimizeBuiltinCalls
146 from Optimize import InlineDefNodeCalls
147 from Optimize import ConstantFolding, FinalOptimizePhase
148 from Optimize import DropRefcountingTransform
149 from Optimize import ConsolidateOverflowCheck
263 from Optimize import ConstantFolding, FlattenInListTransform
  /external/chromium_org/v8/test/mjsunit/
array-literal-feedback.js 87 // Optimize again
strict-mode-opt.js 83 // Optimize strict function.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 97 (* Optimize the function. *)
  /external/chromium_org/third_party/re2/re2/
prog.h 287 void Optimize();
prog.cc 174 void Prog::Optimize() {
  /external/regex-re2/re2/
prog.h 287 void Optimize();
prog.cc 174 void Prog::Optimize() {
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 219 (* Optimize the function. *)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d.h     [all...]

Completed in 371 milliseconds

1 2