OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mod_union_table
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/collector/
mark_sweep.cc
31
#include "gc/accounting/
mod_union_table
.h"
269
accounting::ModUnionTable*
mod_union_table
= heap_->FindModUnionTableFromSpace(space);
local
270
CHECK(
mod_union_table
!= nullptr);
271
mod_union_table
->UpdateAndMarkReferences(MarkHeapReferenceCallback, this);
[
all
...]
/art/runtime/gc/
heap.cc
35
#include "gc/accounting/
mod_union_table
.h"
36
#include "gc/accounting/
mod_union_table
-inl.h"
384
accounting::ModUnionTable*
mod_union_table
=
local
387
CHECK(
mod_union_table
!= nullptr) << "Failed to create image mod-union table";
388
AddModUnionTable(
mod_union_table
);
2058
accounting::ModUnionTable*
mod_union_table
=
local
2525
accounting::ModUnionTable*
mod_union_table
= table_pair.second;
local
2754
accounting::ModUnionTable*
mod_union_table
= table_pair.second;
local
[
all
...]
Completed in 200 milliseconds