Home
last modified time | relevance | path

Searched defs:AllocThreadUnsafe (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/space/
Dbump_pointer_space-inl.h43 inline mirror::Object* BumpPointerSpace::AllocThreadUnsafe(Thread* self, size_t num_bytes, in AllocThreadUnsafe() function
Drosalloc_space.h64 mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocThreadUnsafe() function
Dmemory_tool_malloc_space-inl.h164 kUseObjSizeForUsable>::AllocThreadUnsafe( in AllocThreadUnsafe() function
Dregion_space-inl.h41 inline mirror::Object* RegionSpace::AllocThreadUnsafe(Thread* self, in AllocThreadUnsafe() function
Dspace.h218 virtual mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocThreadUnsafe() function