Searched defs:AllocLargeObject (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/
H A Dheap-inl.h52 return AllocLargeObject<kInstrumented, PreFenceVisitor>(self, klass, byte_count,
174 inline mirror::Object* Heap::AllocLargeObject(Thread* self, mirror::Class* klass, function in class:art::gc::Heap
/art/runtime/gc/allocator/
H A Drosalloc.cc453 void* RosAlloc::AllocLargeObject(Thread* self, size_t size, size_t* bytes_allocated) { function in class:art::gc::allocator::RosAlloc
463 LOG(INFO) << "RosAlloc::AllocLargeObject() : NULL";
470 LOG(INFO) << "RosAlloc::AllocLargeObject() : 0x" << std::hex << reinterpret_cast<intptr_t>(r)

Completed in 109 milliseconds