Searched defs:mark_stack_ (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/art/runtime/gc/collector/ | ||
H A D | semi_space.h | 199 accounting::ObjectStack* mark_stack_; variable |
H A D | mark_sweep.h | 306 accounting::ObjectStack* mark_stack_; variable |
H A D | mark_compact.h | 606 accounting::ObjectStack* mark_stack_; variable |
H A D | mark_sweep.cc | 760 StackReference<mirror::Object> mark_stack_[kMaxSize]; member in art::gc::collector::MarkSweep::MarkStackTask |
/aosp_15_r20/art/runtime/gc/ | ||
H A D | heap.h | 1587 std::unique_ptr<accounting::ObjectStack> mark_stack_; variable |