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

  /art/runtime/gc/space/
valgrind_malloc_space.h 41 mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated,
bump_pointer_space-inl.h 42 inline mirror::Object* BumpPointerSpace::AllocThreadUnsafe(Thread* self, size_t num_bytes,
valgrind_malloc_space-inl.h 146 kUseObjSizeForUsable>::AllocThreadUnsafe(
152 void* obj_with_rdz = S::AllocThreadUnsafe(self, num_bytes + 2 * kValgrindRedZoneBytes,
bump_pointer_space.h 52 mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated,
rosalloc_space.h 57 mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated,
space.h 219 virtual mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated,
region_space-inl.h 34 inline mirror::Object* RegionSpace::AllocThreadUnsafe(Thread* self, size_t num_bytes,
region_space.h 47 mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated,
  /art/runtime/gc/collector/
semi_space.cc 499 forward_address = promo_dest_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated,
503 forward_address = to_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated, nullptr,
549 forward_address = to_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated, nullptr,
557 forward_address = fallback_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated,
    [all...]

Completed in 2049 milliseconds