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

<<11121314151617181920>>

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CComboBox.java 260 e.gc.drawImage(selectionImage, 0, 0);
262 e.gc.fillRectangle(m_canvas.getClientArea());
  /external/llvm/utils/vim/
llvm.vim 45 syn keyword llvmKeyword filter gc global hidden initialexec inlinehint inreg
  /art/compiler/dex/quick/mips/
call_mips.cc 22 #include "gc/accounting/card_table.h"
281 OpRegRegImm(kOpLsr, reg_card_no, tgt_addr_reg, gc::accounting::CardTable::kCardShift);
  /art/compiler/dex/quick/x86/
call_x86.cc 21 #include "gc/accounting/card_table.h"
198 OpRegRegImm(kOpLsr, reg_card_no, tgt_addr_reg, gc::accounting::CardTable::kCardShift);
  /art/runtime/base/
logging.h 305 bool gc; member in struct:art::LogVerbosity
  /art/runtime/
class_linker-inl.h 22 #include "gc/heap-inl.h"
188 gc::Heap* const heap = Runtime::Current()->GetHeap();
runtime.cc 51 #include "gc/accounting/card_table-inl.h"
52 #include "gc/heap.h"
53 #include "gc/space/image_space.h"
54 #include "gc/space/space.h"
181 // Make sure to let the GC complete if it is running.
182 heap_->WaitForGcToComplete(gc::kGcCauseBackground, self);
420 gc::space::ImageSpace* image_space = heap_->GetImageSpace();
596 bool found_image = gc::space::ImageSpace::FindImageFilename(image_location.c_str(),
722 heap_ = new gc::Heap(options->heap_initial_size_,
808 // Set us to runnable so tools using a runtime can allocate and GC by defaul
    [all...]
  /art/runtime/gc/
heap-inl.h 23 #include "gc/accounting/card_table-inl.h"
24 #include "gc/collector/semi_space.h"
25 #include "gc/space/bump_pointer_space-inl.h"
26 #include "gc/space/dlmalloc_space-inl.h"
27 #include "gc/space/large_object_space.h"
28 #include "gc/space/rosalloc_space-inl.h"
36 namespace gc { namespace in namespace:art
44 // Since allocation can cause a GC which will need to SuspendAll, make sure all allocations are
329 } // namespace gc
  /art/runtime/gc/space/
bump_pointer_space.cc 24 namespace gc { namespace in namespace:art
270 } // namespace gc
malloc_space.cc 19 #include "gc/accounting/card_table-inl.h"
20 #include "gc/accounting/space_bitmap-inl.h"
21 #include "gc/heap.h"
22 #include "gc/space/space-inl.h"
23 #include "gc/space/zygote_space.h"
33 namespace gc { namespace in namespace:art
235 // If the bitmaps aren't swapped we need to clear the bits since the GC isn't going to re-swap
251 } // namespace gc
  /build/core/combo/
TARGET_linux-x86.mk 126 $(combo_2nd_arch_prefix)TARGET_GLOBAL_LDFLAGS += -Wl,--gc-sections
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicResize.java 31 System.gc();
  /external/chromium_org/styleguide/c++/
c++11.css 120 #gc-content h1 {font-size:2em;}
649 .announcement>div#gc-description a {
  /external/chromium_org/third_party/icu/source/test/intltest/
dtfmrgts.cpp 936 GregorianCalendar *gc = new GregorianCalendar(status); local
959 gc->setTime(dt, status);
960 failure(status, "gc->getTime");
961 logln(UnicodeString("") + gc->get(UCAL_ZONE_OFFSET, status));
962 failure(status, "gc->get");
976 delete gc;
    [all...]
  /external/chromium_org/v8/test/mjsunit/
elements-kind.js 28 // Flags: --allow-natives-syntax --expose-gc --nostress-opt --typed-array-max_size_in-heap=2048
386 gc();
  /external/elfutils/0.153/libdwfl/
segment.c 178 if (! mod->gc)
  /external/icu/icu4c/source/test/intltest/
dtfmrgts.cpp 939 GregorianCalendar *gc = new GregorianCalendar(status); local
962 gc->setTime(dt, status);
963 failure(status, "gc->getTime");
964 logln(UnicodeString("") + gc->get(UCAL_ZONE_OFFSET, status));
965 failure(status, "gc->get");
979 delete gc;
    [all...]
  /art/oatdump/
oatdump.cc 34 #include "gc/space/image_space.h"
35 #include "gc/space/large_object_space.h"
36 #include "gc/space/space-inl.h"
94 " --dump:raw_mapping_table enables dumping of the GC map.\n"
509 "gc map table offset 0x%08x is past end of file 0x%08zx.\n",
740 os << "No registers in GC map\n";
749 return; // No GC map.
    [all...]
  /external/chromium_org/v8/test/mjsunit/es6/
collections.js 28 // Flags: --expose-gc --allow-natives-syntax
156 // Test GC of Maps and WeakMaps with entry
160 gc();
167 // Test GC of Maps and WeakMaps with chained entries
173 gc();
688 gc();
859 gc();
  /external/chromium_org/v8/tools/gyp/
v8_base.target.darwin-arm.mk 108 v8/src/extensions/gc-extension.cc \
123 v8/src/heap/gc-idle-time-handler.cc \
124 v8/src/heap/gc-tracer.cc \
v8_base.target.linux-arm.mk 108 v8/src/extensions/gc-extension.cc \
123 v8/src/heap/gc-idle-time-handler.cc \
124 v8/src/heap/gc-tracer.cc \
  /external/chromium_org/v8/tools/profviz/
composer.js 118 new TimerEvent("gc scavenge", "#0044CC", true, 0),
120 new TimerEvent("gc compaction", "#4444CC", true, 0),
122 new TimerEvent("gc context", "#4400CC", true, 0),
  /art/patchoat/
patchoat.cc 32 #include "gc/space/image_space.h"
177 gc::space::ImageSpace* ispc = Runtime::Current()->GetHeap()->GetImageSpace();
272 gc::space::ImageSpace* ispc = Runtime::Current()->GetHeap()->GetImageSpace();
    [all...]
  /external/chromium_org/ui/base/x/
x11_util.cc 590 GC gc = XCreateGC(display, root_window, GCForeground, &gc_values); local
591 XFillRectangle(display, root_window, gc,
596 XFreeGC(display, gc);
    [all...]
  /art/compiler/dex/quick/arm64/
call_arm64.cc 22 #include "gc/accounting/card_table.h"
295 OpRegRegImm(kOpLsr, reg_card_no, tgt_addr_reg, gc::accounting::CardTable::kCardShift);

Completed in 2499 milliseconds

<<11121314151617181920>>