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

1 2

  /external/chromium_org/v8/src/
runtime-profiler.h 29 void Optimize(JSFunction* function, const char* reason);
runtime-profiler.cc 34 // optimize it as it is.
78 void RuntimeProfiler::Optimize(JSFunction* function, const char* reason) {
242 // ticks, optimize it now.
243 Optimize(function, "hot and stable");
245 Optimize(function, "not much type info but very hot");
258 // small, optimistically optimize it now.
259 Optimize(function, "small function");
runtime.js 254 // Optimize for the case where we end up AND'ing a value
292 // 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/v8/test/mjsunit/
strict-mode-opt.js 83 // Optimize strict function.
array-literal-feedback.js 109 // Optimize again
  /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...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 245 (* Optimize the function. *)

Completed in 553 milliseconds

1 2