Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h517 accounting::ObjectStack* GetLiveStack() SHARED_LOCKS_REQUIRED(Locks::heap_bitmap_lock_) { in GetLiveStack() function
/art/runtime/gc/collector/
Dconcurrent_copying.cc473 accounting::ObjectStack* ConcurrentCopying::GetLiveStack() { in GetLiveStack() function in art::gc::collector::ConcurrentCopying