Home | History | Annotate | Download | only in space

Lines Matching refs:bytes_allocated

27 inline mirror::Object* RegionSpace::Alloc(Thread*, size_t num_bytes, size_t* bytes_allocated,
31 return AllocNonvirtual<false>(num_bytes, bytes_allocated, usable_size,
36 size_t* bytes_allocated,
40 return Alloc(self, num_bytes, bytes_allocated, usable_size, bytes_tl_bulk_allocated);
44 inline mirror::Object* RegionSpace::AllocNonvirtual(size_t num_bytes, size_t* bytes_allocated,
52 bytes_allocated,
61 bytes_allocated,
69 obj = r->Alloc(num_bytes, bytes_allocated, usable_size, bytes_tl_bulk_allocated);
82 obj = AllocLarge<kForEvac>(num_bytes, bytes_allocated, usable_size,
91 inline mirror::Object* RegionSpace::Region::Alloc(size_t num_bytes, size_t* bytes_allocated,
109 *bytes_allocated = num_bytes;
240 mirror::Object* RegionSpace::AllocLarge(size_t num_bytes, size_t* bytes_allocated,
288 *bytes_allocated = allocated;