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

  /external/v8/test/cctest/heap/
test-lab.cc 17 AllocationResult result = heap->old_space()->AllocateRaw(
46 AllocationResult result =
73 AllocationResult lab_backing_store(HeapObject::FromAddress(base));
94 AllocationResult lab_backing_store(HeapObject::FromAddress(base));
123 AllocationResult lab_backing_store(HeapObject::FromAddress(base));
150 AllocationResult lab_backing_store(HeapObject::FromAddress(base));
191 AllocationResult lab_backing_store1(HeapObject::FromAddress(base1));
204 AllocationResult lab_backing_store2(HeapObject::FromAddress(base2));
233 AllocationResult lab_backing_store1(HeapObject::FromAddress(base1));
238 AllocationResult lab_backing_store2(HeapObject::FromAddress(base2))
    [all...]
heap-tester.h 57 static AllocationResult AllocateAfterFailures();
test-alloc.cc 39 AllocationResult v8::internal::HeapTester::AllocateAfterFailures() {
test-spaces.cc 702 { AllocationResult allocation = lo->AllocateRaw(lo_size, NOT_EXECUTABLE);
775 v8::internal::AllocationResult allocation =
792 AllocationResult allocation = space->AllocateRawUnaligned(size);
    [all...]
test-mark-compact.cc 147 AllocationResult allocation;
test-heap.cc     [all...]
  /external/v8/src/heap/
spaces-inl.h 183 // AllocationResult
185 AllocationSpace AllocationResult::RetrySpace() {
324 AllocationResult LocalAllocationBuffer::AllocateRawAligned(
330 if (new_top > allocation_info_.limit()) return AllocationResult::Retry();
338 return AllocationResult(HeapObject::FromAddress(current_top));
362 AllocationResult PagedSpace::AllocateRawUnaligned(int size_in_bytes) {
380 return AllocationResult::Retry(identity());
384 AllocationResult PagedSpace::AllocateRawUnalignedSynchronized(
392 AllocationResult PagedSpace::AllocateRawAligned(int size_in_bytes,
421 return AllocationResult::Retry(identity())
    [all...]
heap.h     [all...]
heap.cc     [all...]
heap-inl.h 102 AllocationResult Heap::AllocateInternalizedStringFromUtf8(
113 AllocationResult Heap::AllocateInternalizedStringImpl(T t, int chars,
122 AllocationResult Heap::AllocateOneByteInternalizedString(
132 AllocationResult allocation = AllocateRaw(size, OLD_SPACE);
153 AllocationResult Heap::AllocateTwoByteInternalizedString(Vector<const uc16> str,
163 AllocationResult allocation = AllocateRaw(size, OLD_SPACE);
182 AllocationResult Heap::CopyFixedArray(FixedArray* src) {
188 AllocationResult Heap::CopyFixedDoubleArray(FixedDoubleArray* src) {
194 AllocationResult Heap::AllocateRaw(int size_in_bytes, AllocationSpace space,
202 return AllocationResult::Retry(space)
    [all...]
spaces.h     [all...]
scavenger.cc 150 AllocationResult allocation =
178 AllocationResult allocation =
mark-compact.cc     [all...]
spaces.cc     [all...]
  /external/v8/src/
factory.cc 33 AllocationResult __allocation__ = FUNCTION_CALL; \
    [all...]
  /external/v8/src/snapshot/
serialize.cc 858 AllocationResult result = lo_space->AllocateRaw(size, exec);
    [all...]

Completed in 209 milliseconds