Searched refs:CanAllocThreadLocal (Results 1 – 3 of 3) sorted by relevance
94 inline bool RosAllocSpace::CanAllocThreadLocal(Thread* self, size_t num_bytes) { in CanAllocThreadLocal() function
87 ALWAYS_INLINE bool CanAllocThreadLocal(Thread* self, size_t num_bytes);
280 DCHECK(!rosalloc_space_->CanAllocThreadLocal(self, alloc_size)); in TryToAllocate()