Searched refs:AllocNonvirtual (Results 1 - 9 of 9) sorted by relevance

/art/runtime/gc/space/
H A Dbump_pointer_space-inl.h31 mirror::Object* ret = AllocNonvirtual(num_bytes);
80 inline mirror::Object* BumpPointerSpace::AllocNonvirtual(size_t num_bytes) { function in class:art::gc::space::BumpPointerSpace
H A Ddlmalloc_space-inl.h28 inline mirror::Object* DlMallocSpace::AllocNonvirtual(Thread* self, size_t num_bytes, function in class:art::gc::space::DlMallocSpace
H A Ddlmalloc_space.h58 return AllocNonvirtual(self, num_bytes, bytes_allocated, usable_size,
87 mirror::Object* AllocNonvirtual(Thread* self, size_t num_bytes, size_t* bytes_allocated,
H A Drosalloc_space.h54 return AllocNonvirtual(self, num_bytes, bytes_allocated, usable_size,
71 mirror::Object* AllocNonvirtual(Thread* self, size_t num_bytes, size_t* bytes_allocated, function in class:art::gc::space::RosAllocSpace
H A Dbump_pointer_space.h56 mirror::Object* AllocNonvirtual(size_t num_bytes);
H A Dregion_space-inl.h30 return AllocNonvirtual<false>(num_bytes, bytes_allocated, usable_size,
43 inline mirror::Object* RegionSpace::AllocNonvirtual(size_t num_bytes, size_t* bytes_allocated, function in class:art::gc::space::RegionSpace
H A Dregion_space.h52 ALWAYS_INLINE mirror::Object* AllocNonvirtual(size_t num_bytes, size_t* bytes_allocated,
/art/runtime/gc/
H A Dheap-inl.h236 ret = bump_pointer_space_->AllocNonvirtual(alloc_size);
265 ret = rosalloc_space_->AllocNonvirtual(self, alloc_size, bytes_allocated, usable_size,
277 ret = dlmalloc_space_->AllocNonvirtual(self, alloc_size, bytes_allocated, usable_size,
322 ret = region_space_->AllocNonvirtual<false>(alloc_size, bytes_allocated, usable_size,
336 ret = region_space_->AllocNonvirtual<false>(alloc_size, bytes_allocated, usable_size,
345 ret = region_space_->AllocNonvirtual<false>(alloc_size, bytes_allocated, usable_size,
356 ret = region_space_->AllocNonvirtual<false>(alloc_size, bytes_allocated, usable_size,
/art/runtime/gc/collector/
H A Dconcurrent_copying.cc1295 mirror::Object* to_ref = region_space_->AllocNonvirtual<true>(

Completed in 133 milliseconds