Home
last modified time | relevance | path

Searched refs:grow (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/
Dheap.h445 …mirror::Object* TryToAllocate(Thread* self, space::AllocSpace* space, size_t alloc_size, bool grow,
451 …ror::Object* TryToAllocate(Thread* self, space::DlMallocSpace* space, size_t alloc_size, bool grow,
456 bool IsOutOfMemoryOnAllocation(size_t alloc_size, bool grow);
Dheap.cc813 inline bool Heap::IsOutOfMemoryOnAllocation(size_t alloc_size, bool grow) { in IsOutOfMemoryOnAllocation() argument
820 if (!grow) { in IsOutOfMemoryOnAllocation()
831 bool grow, size_t* bytes_allocated) { in TryToAllocate() argument
832 if (UNLIKELY(IsOutOfMemoryOnAllocation(alloc_size, grow))) { in TryToAllocate()
840 bool grow, size_t* bytes_allocated) { in TryToAllocate() argument
841 if (UNLIKELY(IsOutOfMemoryOnAllocation(alloc_size, grow))) { in TryToAllocate()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S574 sub sp, #8 @ grow frame for alignment with stack args
616 sub sp, #8 @ grow frame for alignment with stack args
639 sub sp, #8 @ grow frame for alignment with stack args
662 sub sp, #8 @ grow frame for alignment with stack args