Home
last modified time | relevance | path

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

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