AllocateRaw       119 src/heap-inl.h                    ? lo_space_->AllocateRaw(size, NOT_EXECUTABLE)
AllocateRaw       120 src/heap-inl.h                    : old_data_space_->AllocateRaw(size);
AllocateRaw       153 src/heap-inl.h                    ? lo_space_->AllocateRaw(size, NOT_EXECUTABLE)
AllocateRaw       154 src/heap-inl.h                    : old_data_space_->AllocateRaw(size);
AllocateRaw       183 src/heap-inl.h MaybeObject* Heap::AllocateRaw(int size_in_bytes,
AllocateRaw       202 src/heap-inl.h     result = new_space_.AllocateRaw(size_in_bytes);
AllocateRaw       211 src/heap-inl.h     result = old_pointer_space_->AllocateRaw(size_in_bytes);
AllocateRaw       213 src/heap-inl.h     result = old_data_space_->AllocateRaw(size_in_bytes);
AllocateRaw       215 src/heap-inl.h     result = code_space_->AllocateRaw(size_in_bytes);
AllocateRaw       217 src/heap-inl.h     result = lo_space_->AllocateRaw(size_in_bytes, NOT_EXECUTABLE);
AllocateRaw       219 src/heap-inl.h     result = cell_space_->AllocateRaw(size_in_bytes);
AllocateRaw       222 src/heap-inl.h     result = map_space_->AllocateRaw(size_in_bytes);
AllocateRaw       268 src/heap-inl.h   MaybeObject* result = map_space_->AllocateRaw(Map::kSize);
AllocateRaw       286 src/heap-inl.h   MaybeObject* result = cell_space_->AllocateRaw(JSGlobalPropertyCell::kSize);
AllocateRaw      1764 src/heap.cc            maybe_result = heap->lo_space()->AllocateRaw(allocation_size,
AllocateRaw      1768 src/heap.cc              maybe_result = heap->old_data_space()->AllocateRaw(allocation_size);
AllocateRaw      1771 src/heap.cc                  heap->old_pointer_space()->AllocateRaw(allocation_size);
AllocateRaw      1802 src/heap.cc        MaybeObject* allocation = heap->new_space()->AllocateRaw(allocation_size);
AllocateRaw      2453 src/heap.cc            AllocateRaw(HeapNumber::kSize, space, OLD_DATA_SPACE);
AllocateRaw      2472 src/heap.cc      { MaybeObject* maybe_result = new_space_.AllocateRaw(HeapNumber::kSize);
AllocateRaw      3455 src/heap.cc                       ? old_data_space_->AllocateRaw(size)
AllocateRaw      3456 src/heap.cc                       : lo_space_->AllocateRaw(size, NOT_EXECUTABLE);
AllocateRaw      3475 src/heap.cc      { MaybeObject* maybe_result = AllocateRaw(size, space, OLD_DATA_SPACE);
AllocateRaw      3506 src/heap.cc      { MaybeObject* maybe_result = AllocateRaw(ExternalArray::kAlignedSize,
AllocateRaw      3540 src/heap.cc        maybe_result = lo_space_->AllocateRaw(obj_size, EXECUTABLE);
AllocateRaw      3542 src/heap.cc        maybe_result = code_space_->AllocateRaw(obj_size);
AllocateRaw      3590 src/heap.cc        maybe_result = lo_space_->AllocateRaw(obj_size, EXECUTABLE);
AllocateRaw      3592 src/heap.cc        maybe_result = code_space_->AllocateRaw(obj_size);
AllocateRaw      3633 src/heap.cc        maybe_result = lo_space_->AllocateRaw(new_obj_size, EXECUTABLE);
AllocateRaw      3635 src/heap.cc        maybe_result = code_space_->AllocateRaw(new_obj_size);
AllocateRaw      3676 src/heap.cc            AllocateRaw(map->instance_size(), space, retry_space);
AllocateRaw      3777 src/heap.cc            AllocateRaw(arguments_object_size, NEW_SPACE, OLD_POINTER_SPACE);
AllocateRaw      4199 src/heap.cc              AllocateRaw(object_size, NEW_SPACE, OLD_POINTER_SPACE);
AllocateRaw      4212 src/heap.cc        { MaybeObject* maybe_clone = new_space_.AllocateRaw(object_size);
AllocateRaw      4483 src/heap.cc                       ? lo_space_->AllocateRaw(size, NOT_EXECUTABLE)
AllocateRaw      4484 src/heap.cc                       : old_data_space_->AllocateRaw(size);
AllocateRaw      4535 src/heap.cc      { MaybeObject* maybe_result = AllocateRaw(size, space, retry_space);
AllocateRaw      4581 src/heap.cc      { MaybeObject* maybe_result = AllocateRaw(size, space, retry_space);
AllocateRaw      4617 src/heap.cc            AllocateRaw(size, OLD_DATA_SPACE, OLD_DATA_SPACE);
AllocateRaw      4638 src/heap.cc          ? new_space_.AllocateRaw(size)
AllocateRaw      4639 src/heap.cc          : lo_space_->AllocateRaw(size, NOT_EXECUTABLE);
AllocateRaw      4724 src/heap.cc      return AllocateRaw(size, space, retry_space);
AllocateRaw      4787 src/heap.cc            AllocateRaw(size, OLD_DATA_SPACE, OLD_DATA_SPACE);
AllocateRaw      4863 src/heap.cc      { MaybeObject* maybe_object = AllocateRaw(size, space, retry_space);
AllocateRaw       970 src/heap.h       MUST_USE_RESULT inline MaybeObject* AllocateRaw(int size_in_bytes,
AllocateRaw      2853 src/mark-compact.cc         heap()->lo_space()->AllocateRaw(object_size, NOT_EXECUTABLE);
AllocateRaw      2869 src/mark-compact.cc     MaybeObject* maybe_result = target_space->AllocateRaw(object_size);
AllocateRaw      2928 src/mark-compact.cc       MaybeObject* allocation = new_space->AllocateRaw(size);
AllocateRaw      2936 src/mark-compact.cc         allocation = new_space->AllocateRaw(size);
AllocateRaw      2995 src/mark-compact.cc       MaybeObject* target = space->AllocateRaw(size);
AllocateRaw      1830 src/runtime.cc   { MaybeObject* maybe_new_object = isolate->heap()->AllocateRaw(
AllocateRaw      9521 src/runtime.cc   { MaybeObject* maybe_allocation = heap->new_space()->AllocateRaw(size);
AllocateRaw       604 src/serialize.cc           reinterpret_cast<NewSpace*>(space)->AllocateRaw(size);
AllocateRaw       607 src/serialize.cc           reinterpret_cast<PagedSpace*>(space)->AllocateRaw(size);
AllocateRaw       620 src/serialize.cc           lo_space->AllocateRaw(size, NOT_EXECUTABLE)->ToObjectUnchecked();
AllocateRaw       624 src/serialize.cc           lo_space->AllocateRaw(size, EXECUTABLE)->ToObjectUnchecked();
AllocateRaw       263 src/spaces-inl.h MaybeObject* PagedSpace::AllocateRaw(int size_in_bytes) {
AllocateRaw       296 src/spaces-inl.h MaybeObject* NewSpace::AllocateRaw(int size_in_bytes) {
AllocateRaw      1247 src/spaces.cc      return AllocateRaw(size_in_bytes);
AllocateRaw      1254 src/spaces.cc      return AllocateRaw(size_in_bytes);
AllocateRaw      2193 src/spaces.cc    MaybeObject* maybe = AllocateRaw(bytes);
AllocateRaw      1511 src/spaces.h     MUST_USE_RESULT inline MaybeObject* AllocateRaw(int size_in_bytes);
AllocateRaw      2186 src/spaces.h     MUST_USE_RESULT INLINE(MaybeObject* AllocateRaw(int size_in_bytes));
AllocateRaw      2485 src/spaces.h     MUST_USE_RESULT MaybeObject* AllocateRaw(int object_size,
AllocateRaw       196 test/cctest/test-spaces.cc         new_space.AllocateRaw(Page::kMaxNonCodeHeapObjectSize)->
AllocateRaw       227 test/cctest/test-spaces.cc     s->AllocateRaw(Page::kMaxNonCodeHeapObjectSize)->ToObjectUnchecked();
AllocateRaw       245 test/cctest/test-spaces.cc   Object* obj = lo->AllocateRaw(lo_size, NOT_EXECUTABLE)->ToObjectUnchecked();
AllocateRaw       258 test/cctest/test-spaces.cc     { MaybeObject* maybe_obj = lo->AllocateRaw(lo_size, NOT_EXECUTABLE);
AllocateRaw       266 test/cctest/test-spaces.cc   CHECK(lo->AllocateRaw(lo_size, NOT_EXECUTABLE)->IsFailure());