HomeSort by relevance Sort by last modified time
    Searched refs:hoisted (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/v8/test/mjsunit/
elements-transition-hoisting.js 33 // Ensure that ElementsKind transitions in various situations are hoisted (or
34 // not hoisted) correctly, don't change the semantics programs and don't trigger
47 // stores to an array gets hoisted in a way that doesn't generate a deopt in
69 // transitions in a loop still get hoisted in a way that doesn't generate a
94 // Make sure that non-element related map checks do NOT get hoisted if they
111 // hoisted.
126 // Make sure that non-element related map checks do get hoisted if they use
128 // upon can hoisted, too.
138 // transitions in the loop can also be hoisted.
176 // TODO(verwaest) With current changes the elements transition gets hoisted
    [all...]
const-redecl.js 274 // const declaration gets hoisted and makes the property non-configurable.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-hoist-load-named-field.js 30 // Load fields should not be hoisted beyond their check maps when the check maps
31 // cannot be hoisted due to changes in elements kinds.
48 // Polymorphic loads should not be hoisted beyond their compare maps.
regress-2261.js 39 // after the assignment and is not hoisted above the assignment.
63 // after the assignment and is not hoisted above the assignment.
91 // after the assignment and is not hoisted above the assignment.
regress-137768.js 58 // hoisted above the map check, which can't be hoisted due to the map-changing
regress-91120.js 28 // We intend that the function declaration for g inside catch is hoisted to
regress-load-elements.js 46 // were hoisted above the map check. This is invalid since not all types
regress-2250.js 31 // generated for inlining of equals invocation (marked with (*)) will be hoisted
  /external/v8/test/mjsunit/
elements-transition-hoisting.js 30 // Ensure that ElementsKind transitions in various situations are hoisted (or
31 // not hoisted) correctly, don't change the semantics programs and don't trigger
49 // stores to an array gets hoisted in a way that doesn't generate a deopt in
67 // transitions in a loop still get hoisted in a way that doesn't generate a
88 // Make sure that non-element related map checks do NOT get hoisted if they
105 // hoisted.
115 // Make sure that non-element related map checks do get hoisted if they use
117 // upon can hoisted, too.
127 // transitions in the loop can also be hoisted.
const-redecl.js 274 // const declaration gets hoisted and makes the property non-configurable.
  /external/chromium_org/v8/test/webkit/
dfg-phantom-base.js 36 // Do things to ensure that the structure check on o is not hoisted.
dfg-phantom-get-local.js 36 // Do things to ensure that the structure check on o is not hoisted.
dfg-store-unexpected-value-into-argument-and-osr-exit.js 32 x = true; // Force x to not have a hoisted integer speculation.
  /external/v8/test/mjsunit/regress/
regress-91120.js 28 // We intend that the function declaration for g inside catch is hoisted to
  /external/chromium_org/v8/src/
hydrogen-gvn.cc 552 bool hoisted = false; local
578 hoisted = true;
582 if (!hoisted) {
583 // If an instruction is not hoisted, we have to account for its side
  /external/v8/src/
hydrogen.cc 1549 bool hoisted = false; local
    [all...]

Completed in 706 milliseconds