OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GarbageCollection
(Results
1 - 8
of
8
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
GarbageCollection.h
1
//===-
GarbageCollection
.h ------------------------------------------------===//
23
/** \class
GarbageCollection
26
class
GarbageCollection
{
58
GarbageCollection
(const LinkerConfig& pConfig,
61
~
GarbageCollection
();
/frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp
1
//===-
GarbageCollection
.cpp ----------------------------------------------===//
9
#include "mcld/LD/
GarbageCollection
.h"
72
//
GarbageCollection
::SectionReachedListMap
74
void
GarbageCollection
::SectionReachedListMap::addReference(
80
GarbageCollection
::SectionListTy&
81
GarbageCollection
::SectionReachedListMap::getReachedList(
86
GarbageCollection
::SectionListTy*
87
GarbageCollection
::SectionReachedListMap::findReachedList(
96
//
GarbageCollection
98
GarbageCollection
::GarbageCollection(const LinkerConfig& pConfig
[
all
...]
Android.mk
27
GarbageCollection
.cpp \
/frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h
12
#include "mcld/LD/
GarbageCollection
.h"
136
GarbageCollection
::SectionReachedListMap& pSectReachedListMap) const {}
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h
131
GarbageCollection
::SectionReachedListMap& pSectReachedListMap) const;
ARMLDBackend.cpp
557
GarbageCollection
::SectionReachedListMap& pSectReachedListMap) const {
579
GarbageCollection
::SectionListTy* reached_sects = NULL;
[
all
...]
/frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp
23
#include "mcld/LD/
GarbageCollection
.h"
271
GarbageCollection
GC(m_Config, m_LDBackend, *m_pModule);
[
all
...]
/external/v8/test/cctest/heap/
test-heap.cc
434
TEST(
GarbageCollection
) {
[
all
...]
Completed in 851 milliseconds