HomeSort by relevance Sort by last modified time
    Searched refs:AllocThreadLocal (Results 1 - 3 of 3) sorted by null

  /art/runtime/gc/space/
rosalloc_space-inl.h 97 inline mirror::Object* RosAllocSpace::AllocThreadLocal(Thread* self, size_t num_bytes,
rosalloc_space.h 90 ALWAYS_INLINE mirror::Object* AllocThreadLocal(Thread* self, size_t num_bytes,
  /art/runtime/gc/
heap-inl.h 92 (obj = rosalloc_space_->AllocThreadLocal(self, byte_count, &bytes_allocated)) &&

Completed in 166 milliseconds