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

  /art/runtime/gc/accounting/
gc_allocator.cc 25 void* RegisterGCAllocation(size_t bytes) {
26 Runtime::Current()->GetHeap()->RegisterGCAllocation(bytes);
  /art/runtime/gc/
heap.cc 409 void Heap::RegisterGCAllocation(size_t bytes) {
    [all...]

Completed in 568 milliseconds