HomeSort by relevance Sort by last modified time
    Searched refs:gc (Results 501 - 525 of 633) sorted by null

<<212223242526

  /art/runtime/
class_linker.cc 39 #include "gc/accounting/card_table-inl.h"
40 #include "gc/accounting/heap_bitmap.h"
41 #include "gc/heap.h"
42 #include "gc/space/image_space.h"
207 gc::Heap* heap = Runtime::Current()->GetHeap();
208 // The GC can't handle an object with a null class since we can't get the size of this object.
609 Locks::mutator_lock_->AssertNotHeld(Thread::Current()); // Avoid starving GC.
612 gc::Heap* heap = Runtime::Current()->GetHeap();
688 OatFile& ClassLinker::GetImageOatFile(gc::space::ImageSpace* space) {
    [all...]
runtime_linux.cc 312 gc::Heap* heap = runtime->GetHeap();
class_linker.h 37 namespace gc { namespace in namespace:art
41 } // namespace gc
434 OatFile& GetImageOatFile(gc::space::ImageSpace* space)
    [all...]
thread.h 48 namespace gc { namespace in namespace:art
52 } // namespace gc
394 // Only the GC should call this.
918 // change to Runnable as a GC or other operation is in progress.
    [all...]
  /art/runtime/gc/accounting/
space_bitmap.cc 27 namespace gc { namespace in namespace:art
272 } // namespace gc
  /art/runtime/gc/allocator/
rosalloc.h 37 namespace gc { namespace in namespace:art
160 // bulk_free_bit_map_[] : The bit map that is used for GC to
167 // thread_local_free_bit_map_[] : The bit map that is used for GC
211 // process, GC will first record all the slots to free in a run in
599 } // namespace gc
  /art/runtime/gc/space/
dlmalloc_space.cc 19 #include "gc/accounting/card_table.h"
20 #include "gc/accounting/space_bitmap-inl.h"
21 #include "gc/heap.h"
31 namespace gc { namespace in namespace:art
332 } // namespace gc
space_test.h 31 namespace gc { namespace in namespace:art
170 // the GC works with the ZygoteSpace.
235 gc::Heap* heap = Runtime::Current()->GetHeap();
510 // GC (but no GC here.)
629 } // namespace gc
  /art/test/023-many-interfaces/src/
ManyInterfaces.java 203 Runtime.getRuntime().gc();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
MeteringTest.java 622 System.gc();
  /device/samsung/manta/
device.mk 135 PRODUCT_TAGS += dalvik.gc.type-precise
  /external/chromium_org/v8/test/mjsunit/tools/
tickprocessor.js 49 var p_flags = new ArgumentsProcessor(['--gc', '--separate-ic']);
51 assertEquals(TickProcessor.VmStates.GC, p_flags.result().stateFilter);
406 false, false, TickProcessor.VmStates.GC,
407 'tickprocessor-test.log', 'tickprocessor-test.gc-state'],
  /external/elfutils/0.153/libdwfl/
libdwflP.h 203 bool gc; /* Mark/sweep flag. */ member in struct:Dwfl_Module
  /external/chromium_org/third_party/libpng/
pngrtran.c 2344 png_uint_32 gc = png_ptr->rgb_to_gray_green_coeff; local
    [all...]
  /art/runtime/mirror/
class-inl.h 29 #include "gc/heap-inl.h"
554 inline Object* Class::Alloc(Thread* self, gc::AllocatorType allocator_type) {
556 gc::Heap* heap = Runtime::Current()->GetHeap();
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 15 <body class="gc-documentation" itemscope itemtype="http://schema.org/CreativeWork">
  /build/tools/droiddoc/templates-sdk/
docpage.cs 5 <body class="gc-documentation
  /build/tools/droiddoc/templates-sdk-dyn/
docpage.cs 5 <body class="gc-documentation
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/javatests/src/org/webrtc/
PeerConnectionTest.java 527 System.gc(); // Encourage any GC-related threads to start up.
743 System.gc();
  /external/chromium_org/v8/test/mjsunit/
array-constructor-feedback.js 28 // Flags: --allow-natives-syntax --expose-gc
  /external/chromium_org/v8/test/mjsunit/compiler/
rotate.js 28 // Flags: --allow-natives-syntax --expose-gc
  /external/chromium_org/v8/test/mjsunit/regress/
regress-347914.js 5 // Flags: --allow-natives-syntax --debug-code --gc-interval=201 --verify-heap --max-inlined-source-size=999999 --max-inlined-nodes=999999 --max-inlined-nodes-cumulative=999999
  /external/chromium_org/v8/tools/
tickprocessor.js 203 { total: 0, unaccounted: 0, excluded: 0, gc: 0 };
251 GC: 1,
382 if (vmState == TickProcessor.VmStates.GC) this.ticks_.gc++;
481 this.printLine('GC', this.ticks_.gc, totalTicks, nonLibraryTicks);
838 '-g': ['stateFilter', TickProcessor.VmStates.GC,
839 'Show only ticks from GC VM state'],
872 this.argsDispatch_['--gc'] = this.argsDispatch_['-g'];
  /external/clang/test/CXX/drs/
dr2xx.cpp 191 void testG(G::C<G::X::A, G::Y::B> gc) { f(gc); }
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 

Completed in 2107 milliseconds

<<212223242526