HomeSort by relevance Sort by last modified time
    Searched refs:AllocThreadUnsafe (Results 1 - 9 of 9) sorted by null

  /art/runtime/gc/space/
memory_tool_malloc_space.h 39 mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated,
bump_pointer_space-inl.h 43 inline mirror::Object* BumpPointerSpace::AllocThreadUnsafe(Thread* self, size_t num_bytes,
memory_tool_malloc_space-inl.h 164 kUseObjSizeForUsable>::AllocThreadUnsafe(
173 void* obj_with_rdz = S::AllocThreadUnsafe(self,
bump_pointer_space.h 58 mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated,
rosalloc_space.h 64 mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated,
space.h 218 virtual mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated,
region_space-inl.h 41 inline mirror::Object* RegionSpace::AllocThreadUnsafe(Thread* self,
region_space.h 72 mirror::Object* AllocThreadUnsafe(Thread* self,
  /art/runtime/gc/collector/
semi_space.cc 523 forward_address = promo_dest_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated,
527 forward_address = to_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated, nullptr,
573 forward_address = to_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated, nullptr,
581 forward_address = fallback_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated,
    [all...]

Completed in 235 milliseconds