Home
last modified time | relevance | path

Searched defs:GetAllocationStack (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/
Dheap.h682 accounting::ObjectStack* GetAllocationStack() REQUIRES_SHARED(Locks::heap_bitmap_lock_) { in GetAllocationStack() function
/art/runtime/gc/collector/
Dconcurrent_copying.cc1903 accounting::ObjectStack* ConcurrentCopying::GetAllocationStack() { in GetAllocationStack() function in art::gc::collector::ConcurrentCopying