Home
last modified time | relevance | path

Searched refs:AllocThreadUnsafe (Results 1 – 9 of 9) sorted by relevance

/art/runtime/gc/space/
Dmemory_tool_malloc_space.h39 mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated,
Dbump_pointer_space-inl.h43 inline mirror::Object* BumpPointerSpace::AllocThreadUnsafe(Thread* self, size_t num_bytes, in AllocThreadUnsafe() function
Dmemory_tool_malloc_space-inl.h164 kUseObjSizeForUsable>::AllocThreadUnsafe( in AllocThreadUnsafe() function
173 void* obj_with_rdz = S::AllocThreadUnsafe(self, in AllocThreadUnsafe()
Dbump_pointer_space.h58 mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated,
Drosalloc_space.h64 mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocThreadUnsafe() function
Dspace.h218 virtual mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocThreadUnsafe() function
Dregion_space-inl.h41 inline mirror::Object* RegionSpace::AllocThreadUnsafe(Thread* self, in AllocThreadUnsafe() function
Dregion_space.h75 mirror::Object* AllocThreadUnsafe(Thread* self,
/art/runtime/gc/collector/
Dsemi_space.cc431 mirror::Object* forward_address = to_space_->AllocThreadUnsafe( in MarkNonForwardedObject()
439 forward_address = fallback_space_->AllocThreadUnsafe( in MarkNonForwardedObject()