Home
last modified time | relevance | path

Searched refs:AllocationTimer (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/
Dheap-inl.h67 AllocationTimer alloc_timer(this, &obj); in AllocObjectWithAllocator()
381 inline Heap::AllocationTimer::AllocationTimer(Heap* heap, mirror::Object** allocated_obj_ptr) in AllocationTimer() function
385 inline Heap::AllocationTimer::~AllocationTimer() { in ~AllocationTimer()
Dheap.h1223 class AllocationTimer {
1225 ALWAYS_INLINE AllocationTimer(Heap* heap, mirror::Object** allocated_obj_ptr);
1226 ALWAYS_INLINE ~AllocationTimer();
1232 DISALLOW_IMPLICIT_CONSTRUCTORS(AllocationTimer);