OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StickyMarkSweep
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/collector/
sticky_mark_sweep.h
28
class
StickyMarkSweep
: public PartialMarkSweep {
34
explicit
StickyMarkSweep
(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");
35
~
StickyMarkSweep
() {}
53
DISALLOW_COPY_AND_ASSIGN(
StickyMarkSweep
);
sticky_mark_sweep.cc
27
StickyMarkSweep
::
StickyMarkSweep
(Heap* heap, bool is_concurrent, const std::string& name_prefix)
33
void
StickyMarkSweep
::BindBitmaps() {
49
void
StickyMarkSweep
::MarkReachableObjects() {
57
void
StickyMarkSweep
::Sweep(bool swap_bitmaps) {
62
void
StickyMarkSweep
::MarkThreadRoots(Thread* self) {
Completed in 1405 milliseconds