Searched refs:ObjectStack (Results 1 – 11 of 11) sorted by relevance
43 typedef AtomicStack<mirror::Object> ObjectStack; typedef173 accounting::ObjectStack* GetAllocationStack();174 accounting::ObjectStack* GetLiveStack();283 std::unique_ptr<accounting::ObjectStack> gc_mark_stack_;291 std::unique_ptr<accounting::ObjectStack> rb_mark_bit_stack_;300 std::vector<accounting::ObjectStack*> revoked_mark_stacks_304 std::vector<accounting::ObjectStack*> pooled_mark_stacks_
49 typedef AtomicStack<mirror::Object> ObjectStack; typedef157 void SweepArray(accounting::ObjectStack* allocation_stack_, bool swap_bitmaps)316 accounting::ObjectStack* mark_stack_;
47 typedef AtomicStack<mirror::Object> ObjectStack; typedef205 accounting::ObjectStack* mark_stack_;
48 typedef AtomicStack<mirror::Object> ObjectStack; typedef196 accounting::ObjectStack* mark_stack_;
72 gc_mark_stack_(accounting::ObjectStack::Create("concurrent copying gc mark stack", in ConcurrentCopying()75 rb_mark_bit_stack_(accounting::ObjectStack::Create("rb copying gc mark stack", in ConcurrentCopying()1138 accounting::ObjectStack* ConcurrentCopying::GetAllocationStack() { in GetAllocationStack()1142 accounting::ObjectStack* ConcurrentCopying::GetLiveStack() { in GetLiveStack()1671 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); in Sweep()2569 accounting::ObjectStack* alloc_stack = GetAllocationStack(); in IsOnAllocStack()
230 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); in MarkReachableObjects()
1206 void MarkSweep::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) { in SweepArray()1314 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); in Sweep()
335 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); in MarkReachableObjects()
76 typedef AtomicStack<mirror::Object> ObjectStack; typedef598 accounting::ObjectStack* GetLiveStack() REQUIRES_SHARED(Locks::heap_bitmap_lock_) { in GetLiveStack()618 accounting::ObjectStack* stack)623 void MarkAllocStackAsLive(accounting::ObjectStack* stack)894 accounting::ObjectStack* GetMarkStack() { in GetMarkStack()1303 std::unique_ptr<accounting::ObjectStack> mark_stack_;1308 std::unique_ptr<accounting::ObjectStack> allocation_stack_;1311 std::unique_ptr<accounting::ObjectStack> live_stack_;
549 mark_stack_.reset(accounting::ObjectStack::Create("mark stack", kDefaultMarkStackSize, in Heap()552 allocation_stack_.reset(accounting::ObjectStack::Create( in Heap()554 live_stack_.reset(accounting::ObjectStack::Create( in Heap()902 void Heap::MarkAllocStackAsLive(accounting::ObjectStack* stack) { in MarkAllocStackAsLive()2453 accounting::ObjectStack* stack) { in MarkAllocStack()2817 accounting::ObjectStack* alloc_stack = heap_->allocation_stack_.get(); in VerifyReference()2818 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); in VerifyReference()3037 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); in operator ()()
282 typedef AtomicStack<mirror::Object> ObjectStack; typedef