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

  /external/chromium_org/v8/src/heap/
heap.h 651 MUST_USE_RESULT AllocationResult
    [all...]
heap.cc     [all...]
heap-inl.h 66 AllocationResult Heap::AllocateInternalizedStringFromUtf8(
77 AllocationResult Heap::AllocateInternalizedStringImpl(T t, int chars,
86 AllocationResult Heap::AllocateOneByteInternalizedString(
97 AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE);
118 AllocationResult Heap::AllocateTwoByteInternalizedString(Vector<const uc16> str,
129 AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE);
148 AllocationResult Heap::CopyFixedArray(FixedArray* src) {
154 AllocationResult Heap::CopyFixedDoubleArray(FixedDoubleArray* src) {
160 AllocationResult Heap::CopyConstantPoolArray(ConstantPoolArray* src) {
166 AllocationResult Heap::AllocateRaw(int size_in_bytes, AllocationSpace space
    [all...]
spaces-inl.h 248 AllocationResult PagedSpace::AllocateRaw(int size_in_bytes) {
266 return AllocationResult::Retry(identity());
274 AllocationResult NewSpace::AllocateRaw(int size_in_bytes) {
spaces.h     [all...]
spaces.cc     [all...]
mark-compact.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-alloc.cc 38 static AllocationResult AllocateAfterFailures() {
41 if (++attempts < 3) return AllocationResult::Retry();
test-spaces.cc 415 { AllocationResult allocation = lo->AllocateRaw(lo_size, NOT_EXECUTABLE);
cctest.h 488 v8::internal::AllocationResult allocation =
test-mark-compact.cc 143 AllocationResult allocation;
test-heap.cc     [all...]

Completed in 320 milliseconds