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

  /external/v8/src/
elements.h 142 virtual uint32_t Unshift(Handle<JSArray> receiver,
elements.cc 673 uint32_t Unshift(Handle<JSArray> receiver, Arguments* args,
    [all...]
  /external/v8/src/heap/
mark-compact-inl.h 28 if (!marking_deque()->Unshift(obj)) {
mark-compact.h 110 // Unshift the object into the marking stack if there is room, otherwise mark
112 INLINE(bool Unshift(HeapObject* object)) {
incremental-marking.cc 214 heap->mark_compact_collector()->marking_deque()->Unshift(object);
    [all...]
  /external/v8/src/builtins/
builtins-array.cc 261 int new_length = accessor->Unshift(array, &args, to_add);
    [all...]

Completed in 159 milliseconds