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

  /external/chromium_org/v8/test/cctest/
test-global-handles.cc 94 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
96 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
99 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
101 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
189 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
191 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
194 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
196 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
283 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
285 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked())
    [all...]
test-alloc.cc 45 CHECK(!heap->AllocateFixedArray(100, NOT_TENURED)->IsFailure());
49 CHECK(!heap->AllocateFixedArray(100)->IsFailure());
62 CHECK(!heap->AllocateFixedArray(10000, TENURED)->IsFailure());
70 CHECK(!heap->AllocateFixedArray(kLargeObjectSpaceFillerLength, TENURED)->
73 CHECK(!heap->AllocateFixedArray(kLargeObjectSpaceFillerLength, TENURED)->
83 CHECK(!heap->AllocateFixedArray(100, TENURED)->IsFailure());
test-mark-compact.cc 94 Object* obj = HEAP->AllocateFixedArray(array_size)->ToObjectChecked();
124 Object* obj = i::Isolate::Current()->heap()->AllocateFixedArray(length)->
136 { MaybeObject* maybe_obj = HEAP->AllocateFixedArray(100, TENURED);
161 maybe_array = HEAP->AllocateFixedArray(ARRAY_SIZE);
165 array = HEAP->AllocateFixedArray(ARRAY_SIZE)->ToObjectChecked();
321 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
323 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
325 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
337 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
339 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked())
    [all...]
test-heap.cc 994 Object* array = HEAP->AllocateFixedArray(allocation_len)->ToObjectChecked();
1005 Object* array = HEAP->AllocateFixedArray(fixed_array_len)->ToObjectChecked();
    [all...]
  /external/v8/test/cctest/
test-alloc.cc 56 CHECK(!heap->AllocateFixedArray(100, NOT_TENURED)->IsFailure());
60 CHECK(!heap->AllocateFixedArray(100)->IsFailure());
81 CHECK(!heap->AllocateFixedArray(kOldPointerSpaceFillerLength, TENURED)->
84 CHECK(!heap->AllocateFixedArray(kOldPointerSpaceFillerLength, TENURED)->
93 CHECK(!heap->AllocateFixedArray(kLargeObjectSpaceFillerLength, TENURED)->
96 CHECK(!heap->AllocateFixedArray(kLargeObjectSpaceFillerLength, TENURED)->
110 CHECK(!heap->AllocateFixedArray(100, TENURED)->IsFailure());
test-mark-compact.cc 99 Object* obj = HEAP->AllocateFixedArray(array_size)->ToObjectChecked();
131 Object* obj = i::Isolate::Current()->heap()->AllocateFixedArray(length)->
143 { MaybeObject* maybe_obj = HEAP->AllocateFixedArray(100, TENURED);
168 maybe_array = HEAP->AllocateFixedArray(ARRAY_SIZE);
172 array = HEAP->AllocateFixedArray(ARRAY_SIZE)->ToObjectChecked();
319 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
321 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
323 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
335 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
337 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked())
    [all...]
test-serialize.cc 591 HEAP->AllocateFixedArray(kSmallFixedArrayLength)->ToObjectChecked();
603 Object* obj = HEAP->AllocateFixedArray(kSmallFixedArrayLength,
663 Object* obj = HEAP->AllocateFixedArray(large_object_array_length,
test-heap.cc 896 Object* array = HEAP->AllocateFixedArray(allocation_len)->ToObjectChecked();
907 Object* array = HEAP->AllocateFixedArray(fixed_array_len)->ToObjectChecked();
    [all...]
  /external/chromium_org/v8/src/
transitions.cc 43 MaybeObject* maybe_array = heap->AllocateFixedArray(length);
heap.cc     [all...]
elements.cc     [all...]
heap.h     [all...]
objects.cc     [all...]
factory.cc 57 isolate()->heap()->AllocateFixedArray(size, pretenure),
    [all...]
runtime.cc     [all...]
  /external/v8/src/
heap.cc     [all...]
elements.cc 550 backing_store->GetHeap()->AllocateFixedArray(len0 + extra);
    [all...]
heap.h     [all...]
objects.cc     [all...]
factory.cc 47 isolate()->heap()->AllocateFixedArray(size, pretenure),
    [all...]
runtime.cc 177 heap->AllocateFixedArray(copy->NumberOfLocalProperties());
    [all...]

Completed in 412 milliseconds