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 676 uint32_t Unshift(Handle<JSArray> receiver, Arguments* args,
    [all...]
  /external/v8/src/heap/
mark-compact-inl.h 25 if (!marking_deque()->Unshift(obj)) {
mark-compact.h 180 // Unshift the object into the marking stack if there is room, otherwise mark
182 INLINE(bool Unshift(HeapObject* object)) {
incremental-marking.cc 209 heap->mark_compact_collector()->marking_deque()->Unshift(object);
    [all...]
  /external/v8/src/builtins/
builtins-array.cc 430 int new_length = accessor->Unshift(array, &args, to_add);
    [all...]

Completed in 575 milliseconds