OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:collector
(Results
151 - 175
of
528
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/v8/src/
global-handles.h
137
// handle. When the garbage
collector
recognizes that only weak global
179
bool PostGarbageCollectionProcessing(GarbageCollector
collector
,
handles.h
40
// the garbage
collector
.
129
// garbage
collector
will no longer track the object stored in the
mark-compact.cc
1384
MarkCompactCollector*
collector
= heap->mark_compact_
collector
();
local
1465
MarkCompactCollector*
collector
= map->GetHeap()->mark_compact_
collector
();
local
1565
MarkCompactCollector*
collector
= heap->mark_compact_
collector
();
local
[
all
...]
mark-compact.h
537
// Mark-Compact
collector
768
// The current stage of the
collector
.
1007
explicit SequentialSweepingScope(MarkCompactCollector *
collector
) :
1008
collector_(
collector
) {
/external/protobuf/src/google/protobuf/compiler/
importer.h
90
// MultiFileErrorCollector specified with RecordErrorsTo(). This
collector
152
// will be reported using the error
collector
and Import() will return NULL.
/external/smack/src/org/jivesoftware/smack/
SmackConfiguration.java
183
* Gets the default max size of a packet
collector
before it will delete
193
* Sets the default max size of a packet
collector
before it will delete
/external/v8/src/
handles.h
39
// the garbage
collector
.
107
// garbage
collector
will no longer track the object stored in the
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileCleaningTracker.java
27
* marker object is reclaimed by the garbage
collector
.
197
* marker objects are reclaimed by the garbage
collector
.
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ggc.h
130
/* Initialize the garbage
collector
. */
233
/* Invoke the
collector
. Garbage collection occurs only when this
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ggc.h
130
/* Initialize the garbage
collector
. */
233
/* Invoke the
collector
. Garbage collection occurs only when this
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ggc.h
130
/* Initialize the garbage
collector
. */
233
/* Invoke the
collector
. Garbage collection occurs only when this
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ggc.h
130
/* Initialize the garbage
collector
. */
233
/* Invoke the
collector
. Garbage collection occurs only when this
/dalvik/vm/native/
java_lang_VMThread.cpp
36
/* copying
collector
will pin threadObj for us since it was an argument */
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
RefQueueWorker.java
45
* automatically by the garbage
collector
.
/external/chromium_org/third_party/WebKit/Source/web/
WebDevToolsAgentImpl.cpp
584
PointerCollector
collector
(estimatedMaxObjectsCount);
585
m_client->visitAllocatedObjects(&
collector
);
586
if (
collector
.success()) {
587
collector
.copyTo(set);
/external/clang/lib/Sema/
TypeLocBuilder.cpp
1
//===--- TypeLocBuilder.cpp - Type Source Info
collector
------------------===//
TypeLocBuilder.h
1
//===--- TypeLocBuilder.h - Type Source Info
collector
----------*- C++ -*-===//
/external/emma/core/java12/com/vladium/util/
SoftValueMap.java
67
* have been cleared by the garbage
collector
[may not be less than 1].
70
* have been cleared by the garbage
collector
[may not be less than 1].
149
* value has been cleared by the garbage
collector
and removed from the table.
219
* existed or its value has been cleared by the garbage
collector
and removed from the table].
/external/jmonkeyengine/engine/src/core/com/jme3/util/
NativeObject.java
40
* collected by the garbage
collector
, and then invoke the proper destructor
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
JHdf.java
76
// Data object as far as the garbage
collector
is concerned and
/external/llvm/bindings/python/llvm/
common.py
49
placed inside this object so the Python garbage
collector
will not
/external/llvm/lib/CodeGen/AsmPrinter/
ErlangGCPrinter.cpp
45
X("erlang", "erlang-compatible garbage
collector
");
OcamlGCPrinter.cpp
43
Y("ocaml", "ocaml 3.10-compatible
collector
");
/external/tcpdump/
print-slow.c
74
{ (SLOW_PROTO_LACP << 8) + LACP_TLV_COLLECTOR_INFO, "
Collector
Information"},
/frameworks/base/test-runner/src/android/test/
InstrumentationCoreTestRunner.java
165
* explicit tearDown() method. Normally the garbage
collector
should
Completed in 2890 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>