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
34
#include "gc/accounting/
mod_union_table
.h"
296
accounting::ModUnionTable*
mod_union_table
= heap_->FindModUnionTableFromSpace(space);
local
297
if (
mod_union_table
!= nullptr) {
298
mod_union_table
->UpdateAndMarkReferences(this);
[
all
...]
/art/runtime/gc/
heap.cc
39
#include "gc/accounting/
mod_union_table
-inl.h"
538
accounting::ModUnionTable*
mod_union_table
= new accounting::ModUnionTableToZygoteAllocspace(
local
540
CHECK(
mod_union_table
!= nullptr) << "Failed to create image mod-union table";
541
AddModUnionTable(
mod_union_table
);
2534
accounting::ModUnionTable*
mod_union_table
=
local
3100
accounting::ModUnionTable*
mod_union_table
= table_pair.second;
local
3358
accounting::ModUnionTable*
mod_union_table
= table_pair.second;
local
[
all
...]
Completed in 80 milliseconds