Searched refs:AllocThreadUnsafe (Results 1 – 9 of 9) sorted by relevance
/art/runtime/gc/space/ |
D | memory_tool_malloc_space.h | 39 mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated,
|
D | memory_tool_malloc_space-inl.h | 164 kUseObjSizeForUsable>::AllocThreadUnsafe( in AllocThreadUnsafe() function 173 void* obj_with_rdz = S::AllocThreadUnsafe(self, in AllocThreadUnsafe()
|
D | bump_pointer_space-inl.h | 43 inline mirror::Object* BumpPointerSpace::AllocThreadUnsafe(Thread* self, size_t num_bytes, in AllocThreadUnsafe() function
|
D | bump_pointer_space.h | 58 mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated,
|
D | rosalloc_space.h | 64 mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocThreadUnsafe() function
|
D | space.h | 218 virtual mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocThreadUnsafe() function
|
D | region_space-inl.h | 41 inline mirror::Object* RegionSpace::AllocThreadUnsafe(Thread* self, in AllocThreadUnsafe() function
|
D | region_space.h | 75 mirror::Object* AllocThreadUnsafe(Thread* self,
|
/art/runtime/gc/collector/ |
D | semi_space.cc | 431 mirror::Object* forward_address = to_space_->AllocThreadUnsafe( in MarkNonForwardedObject() 439 forward_address = fallback_space_->AllocThreadUnsafe( in MarkNonForwardedObject()
|