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

<<212223242526

  /build/tools/droiddoc/templates-ds/
sdkpage.cs 15 <body class="gc-documentation
  /build/tools/droiddoc/templates-sac/
sdkpage.cs 14 <body class="gc-documentation
  /external/chromium_org/v8/src/
d8.js 461 case 'gc':
1129 request = this.createRequest('gc');
    [all...]
  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /art/runtime/gc/collector/
semi_space.cc 28 #include "gc/accounting/heap_bitmap-inl.h"
29 #include "gc/accounting/mod_union_table.h"
30 #include "gc/accounting/remembered_set.h"
31 #include "gc/accounting/space_bitmap-inl.h"
32 #include "gc/heap.h"
33 #include "gc/reference_processor.h"
34 #include "gc/space/bump_pointer_space.h"
35 #include "gc/space/bump_pointer_space-inl.h"
36 #include "gc/space/image_space.h"
37 #include "gc/space/large_object_space.h
53 namespace gc { namespace in namespace:art
    [all...]
  /art/runtime/gc/space/
image_space.cc 28 #include "gc/accounting/space_bitmap-inl.h"
38 namespace gc { namespace in namespace:art
    [all...]
  /art/runtime/hprof/
hprof.cc 48 #include "gc/accounting/heap_bitmap.h"
49 #include "gc/heap.h"
50 #include "gc/space/space.h"
856 gc::space::ContinuousSpace* space =
    [all...]
  /art/runtime/interpreter/
interpreter.cc 38 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator();
461 // Do this after populating the shadow frame in case EnsureInitialized causes a GC.
483 // references pointers due to moving GC.
  /art/runtime/mirror/
class.cc 26 #include "gc/accounting/card_table-inl.h"
867 // We may get copied by a compacting GC.
870 gc::Heap* heap = Runtime::Current()->GetHeap();
class.h 22 #include "gc/allocator_type.h"
465 ALWAYS_INLINE Object* Alloc(Thread* self, gc::AllocatorType allocator_type)
    [all...]
  /cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
VideoEncoderDecoderTest.java 220 System.gc();
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
row_common.cc 2224 uint32 gc = (lumacoeff >> 8) & 0xff; local
    [all...]
  /external/chromium_org/third_party/libyuv/source/
row_common.cc 2224 uint32 gc = (lumacoeff >> 8) & 0xff; local
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 580 KEYWORD(gc);
  /art/runtime/
debugger.cc 29 #include "gc/accounting/card_table-inl.h"
30 #include "gc/space/large_object_space.h"
31 #include "gc/space/space-inl.h"
311 // DDMS GC-related settings.
399 // A thread may be suspended for GC; in this code, we really want to know whether
    [all...]
jni_internal.cc 35 #include "gc/accounting/card_table-inl.h"
    [all...]
  /art/compiler/driver/
compiler_driver.cc 45 #include "gc/accounting/card_table-inl.h"
46 #include "gc/accounting/heap_bitmap.h"
47 #include "gc/space/space.h"
373 dedupe_gc_map_("dedupe gc map", *swap_space_allocator_),
818 gc::Heap* heap = Runtime::Current()->GetHeap();
    [all...]
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 14 <body class="gc-documentation
  /build/tools/droiddoc/templates-sdk-dyn/
sdkpage.cs 14 <body class="gc-documentation
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
reflection_test.py 40 import gc namespace
360 gc.collect()
407 gc.collect()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /external/deqp/framework/common/
tcuTexture.cpp 395 float gc = deFloatClamp(color[1], 0.0f, maxVal); local
397 float maxc = de::max(rc, de::max(gc, bc));
404 deUint32 gs = (deUint32)deClamp32(deFloorFloatToInt32(gc / e + 0.5f), 0, (1<<9)-1);
    [all...]
  /art/compiler/optimizing/
code_generator_x86_64.cc 20 #include "gc/accounting/card_table.h"
    [all...]
  /art/dex2oat/
dex2oat.cc 50 #include "gc/space/image_space.h"
51 #include "gc/space/space-inl.h"
417 gc::space::ImageSpace* image_space = Runtime::Current()->GetHeap()->GetImageSpace();
689 // TODO: tune the multiplier for GC verification, the following is just to make the timeout
    [all...]

Completed in 984 milliseconds

<<212223242526