Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Drosalloc_space-inl.h98 inline mirror::Object* RosAllocSpace::AllocThreadLocal(Thread* self, size_t num_bytes, in AllocThreadLocal() function
Drosalloc_space.h90 ALWAYS_INLINE mirror::Object* AllocThreadLocal(Thread* self, size_t num_bytes,
/art/runtime/gc/
Dheap-inl.h97 (obj = rosalloc_space_->AllocThreadLocal(self, byte_count, &bytes_allocated)) != nullptr && in AllocObjectWithAllocator()