HomeSort by relevance Sort by last modified time
    Searched refs:inlined (Results 76 - 100 of 126) sorted by null

1 2 34 5 6

  /external/v8/test/mjsunit/regress/
regress-crbug-39160.js 30 // To reproduce the bug we need an inlined comparison (i.e. in a loop) where
  /external/chromium_org/v8/test/mjsunit/
debug-break-inline.js 31 // inlined functions where the full-code is generated before the
packed-elements.js 97 // Run tests in a loop to make sure that inlined Array() constructor runs out
array-store-and-grow.js 192 // make sure array_store_10 isn't inlined.
strict-mode-implicit-receiver.js 107 // Strict mode function to get inlined.
debug-evaluate-locals-optimized-double.js 108 // Evaluate in the inlined frame.
debug-evaluate-locals-optimized.js 99 // Evaluate in the inlined frame.
math-floor-of-div-nosudiv.js 30 // Use this function as reference. Make sure it is not inlined.
math-floor-of-div.js 30 // Use this function as reference. Make sure it is not inlined.
unbox-double-arrays.js 68 // This function has a constant and won't get inlined.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-fast-literal-transition.js 35 // The switch statement in f() makes sure that f() is not inlined. If we
  /external/chromium_org/v8/test/webkit/
dfg-inline-arguments-use-from-all-the-places.js 25 "This tests that inlining preserves basic function.arguments functionality when said functionality is used from inside and outside getters and from inlined code, all at once."
  /external/v8/test/mjsunit/
debug-break-inline.js 31 // inlined functions where the full-code is generated before the
debug-evaluate-locals-optimized-double.js 99 // Evaluate in the inlined frame.
152 // expect an optimized frame for f with g1, g2 and g3 inlined.
debug-evaluate-locals-optimized.js 89 // Evaluate in the inlined frame.
142 // expect an optimized frame for f with g1, g2 and g3 inlined.
strict-mode-implicit-receiver.js 107 // Strict mode function to get inlined.
unbox-double-arrays.js 67 // This function has a constant and won't get inlined.
  /external/chromium_org/v8/test/mjsunit/compiler/
inline-arguments.js 117 // Test arguments access from the inlined function.
161 // Test that arguments access from inlined function uses correct values.
optimized-for-in.js 161 // Test deoptimization from inlined frame (currently it is not inlined).
inline-construct.js 145 // Test constructor that cannot be inlined.
158 // Regression test: Inlined constructors called as functions do not get their
  /external/v8/test/mjsunit/compiler/
optimized-for-in.js 161 // Test deoptimization from inlined frame (currently it is not inlined).
inline-construct.js 133 // Test constructor that cannot be inlined.
145 // Regression test: Inlined constructors called as functions do not get their
alloc-object-huge.js 33 // Test huge constructor when being inlined into hydrogen.
  /external/chromium_org/v8/src/
objects-visiting-inl.h 638 // of its code and non-optimized version of all inlined functions.
639 // This is required to support bailing out from inlined code.
646 JSFunction* inlined = JSFunction::cast(literals->get(i)); local
647 StaticVisitor::MarkObject(heap, inlined->shared()->code());
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jsevalcontext.js 43 * Un-inlined literals, to avoid object creation in IE6. TODO(mesch):

Completed in 873 milliseconds

1 2 34 5 6