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.h42 inline mirror::Object* BumpPointerSpace::AllocThreadUnsafe(Thread* self, size_t num_bytes, in AllocThreadUnsafe() function
Drosalloc_space.h57 mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocThreadUnsafe() function
Dmemory_tool_malloc_space-inl.h144 kUseObjSizeForUsable>::AllocThreadUnsafe( in AllocThreadUnsafe() function
Dregion_space-inl.h35 inline mirror::Object* RegionSpace::AllocThreadUnsafe(Thread* self, size_t num_bytes, in AllocThreadUnsafe() function
Dspace.h219 virtual mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocThreadUnsafe() function