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

  /external/v8/src/builtins/
builtins-internal.cc 86 Node* target = assembler.AllocateFixedArray(kind, length, mode);
95 Node* target = assembler.AllocateFixedArray(kind, length, mode,
178 Node* result = assembler->AllocateFixedArray(kind, length);
builtins-promise.cc 350 Node* new_elements = AllocateFixedArray(kind, new_capacity, mode, flags);
505 AllocateFixedArray(FAST_ELEMENTS, IntPtrConstant(2));
511 AllocateFixedArray(FAST_ELEMENTS, IntPtrConstant(2));
518 AllocateFixedArray(FAST_ELEMENTS, IntPtrConstant(2));
525 AllocateFixedArray(FAST_ELEMENTS, IntPtrConstant(2));
532 AllocateFixedArray(FAST_ELEMENTS, IntPtrConstant(2));
    [all...]
builtins-function.cc 390 Node* elements = assembler.AllocateFixedArray(FAST_ELEMENTS, elements_length);
builtins-regexp.cc     [all...]
builtins-array.cc     [all...]
  /external/v8/src/
code-stub-assembler.h 574 Node* AllocateFixedArray(ElementsKind kind, Node* capacity,
    [all...]
factory.cc 150 isolate()->heap()->AllocateFixedArray(size, pretenure),
158 isolate()->heap()->AllocateFixedArray(size, pretenure);
    [all...]
code-stub-assembler.cc     [all...]
  /external/v8/src/heap/
heap.h     [all...]
heap.cc     [all...]
  /external/v8/src/ic/
accessor-assembler.cc 811 Node* new_properties = AllocateFixedArray(kind, new_capacity, mode);
    [all...]

Completed in 282 milliseconds