Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h112 obj = AllocateInternalWithGc(self, allocator, byte_count, &bytes_allocated, &usable_size, in AllocObjectWithAllocator()
Dheap.h747 mirror::Object* AllocateInternalWithGc(Thread* self, AllocatorType allocator, size_t num_bytes,
Dheap.cc1496 mirror::Object* Heap::AllocateInternalWithGc(Thread* self, AllocatorType allocator, in AllocateInternalWithGc() function in art::gc::Heap