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

  /external/llvm/lib/CodeGen/
CodePlacementOpt.cpp 55 void Splice(MachineFunction &MF,
128 /// Splice - Move the sequence of instructions [Begin,End) to just before
133 void CodePlacementOpt::Splice(MachineFunction &MF,
138 "Splice can't change the entry block!");
142 MF.splice(InsertPt, Begin, End);
221 Splice(MF, TopMBB, Begin, End);
329 Splice(MF, InsertPt, Begin, End);
  /external/v8/test/mjsunit/
array-elements-from-array-prototype-chain.js 131 // Splice is too complicated the operation, start afresh.
135 var result = a0.splice(4, 1)
163 var result = a1.splice(4, 0, undefined)
array-elements-from-array-prototype.js 131 // Splice is too complicated the operation, start afresh.
135 var result = a0.splice(4, 1)
163 var result = a1.splice(4, 0, undefined)
array-elements-from-object-prototype.js 131 // Splice is too complicated the operation, start afresh.
135 var result = a0.splice(4, 1)
163 var result = a1.splice(4, 0, undefined)
array-functions-prototype-misc.js 29 * @fileoverview Test splice, shift, unshift, slice and join on small
74 return array.splice(start, len);
77 return array.splice(start, len, elt);
108 return Array.prototype.splice.call(array, start, len);
111 return Array.prototype.splice.call(array, start, len, elt);
199 // Splice works differently from join.
280 var top = a.splice(LARGE, 5);
285 a.splice(LARGE, 0, LARGE);
296 var top = a.splice(LARGE >> 1, 5);
301 a.splice(LARGE >> 1, 0, LARGE >> 1, void 0, void 0, void 0, void 0)
    [all...]
  /dalvik/docs/
prettify.js 183 /** Splice one array into another.
196 container.splice.apply(container, inserted);
198 inserted.splice(0, 2);
641 decorations.splice(
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js     [all...]

Completed in 213 milliseconds