HomeSort by relevance Sort by last modified time
    Searched defs:AllocLargeObject (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/
heap-inl.h 53 obj = AllocLargeObject<kInstrumented, PreFenceVisitor>(self, &klass, byte_count,
183 inline mirror::Object* Heap::AllocLargeObject(Thread* self, mirror::Class** klass,
  /art/runtime/gc/allocator/
rosalloc.cc 453 void* RosAlloc::AllocLargeObject(Thread* self, size_t size, size_t* bytes_allocated) {
463 LOG(INFO) << "RosAlloc::AllocLargeObject() : NULL";
470 LOG(INFO) << "RosAlloc::AllocLargeObject() : 0x" << std::hex << reinterpret_cast<intptr_t>(r)
    [all...]

Completed in 433 milliseconds