/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/leak/ |
ReferenceTestUtils.java | 37 Runtime.getRuntime().gc();
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/ |
gc-unwind.s | 1 @ Test -gc-sections and unwinding tables. .data.eh should be pulled in
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/ |
tls-gc-75.d | 8 #ld: -m crislinux --gc-sections 13 # symbol, gc:ed. Check that we have proper NPTL/TLS markings and GOT.
|
/art/runtime/generated/ |
asm_support_gen.h | 88 DEFINE_CHECK_EQ(static_cast<size_t>(CARD_TABLE_CARD_SHIFT), (static_cast<size_t>(art::gc::accounting::CardTable::kCardShift))) 90 DEFINE_CHECK_EQ(static_cast<size_t>(MIN_LARGE_OBJECT_THRESHOLD), (static_cast<size_t>(art::gc::Heap::kMinLargeObjectThreshold))) 132 DEFINE_CHECK_EQ(static_cast<int32_t>(ROSALLOC_MAX_THREAD_LOCAL_BRACKET_SIZE), (static_cast<int32_t>((art::gc::allocator::RosAlloc::kMaxThreadLocalBracketSize)))) 134 DEFINE_CHECK_EQ(static_cast<int32_t>(ROSALLOC_BRACKET_QUANTUM_SIZE_SHIFT), (static_cast<int32_t>((art::gc::allocator::RosAlloc::kThreadLocalBracketQuantumSizeShift)))) 136 DEFINE_CHECK_EQ(static_cast<int32_t>(ROSALLOC_BRACKET_QUANTUM_SIZE_MASK), (static_cast<int32_t>((static_cast<int32_t>(art::gc::allocator::RosAlloc::kThreadLocalBracketQuantumSize - 1))))) 138 DEFINE_CHECK_EQ(static_cast<uint32_t>(ROSALLOC_BRACKET_QUANTUM_SIZE_MASK_TOGGLED32), (static_cast<uint32_t>((~static_cast<uint32_t>(art::gc::allocator::RosAlloc::kThreadLocalBracketQuantumSize - 1))))) 140 DEFINE_CHECK_EQ(static_cast<uint64_t>(ROSALLOC_BRACKET_QUANTUM_SIZE_MASK_TOGGLED64), (static_cast<uint64_t>((~static_cast<uint64_t>(art::gc::allocator::RosAlloc::kThreadLocalBracketQuantumSize - 1))))) 142 DEFINE_CHECK_EQ(static_cast<int32_t>(ROSALLOC_RUN_FREE_LIST_OFFSET), (static_cast<int32_t>((art::gc::allocator::RosAlloc::RunFreeListOffset())))) 144 DEFINE_CHECK_EQ(static_cast<int32_t>(ROSALLOC_RUN_FREE_LIST_HEAD_OFFSET), (static_cast<int32_t>((art::gc::allocator::RosAlloc::RunFreeListHeadOffset())))) 146 DEFINE_CHECK_EQ(static_cast<int32_t>(ROSALLOC_RUN_FREE_LIST_SIZE_OFFSET), (static_cast<int32_t>((art::gc::allocator::RosAlloc::RunFreeListSizeOffset()))) [all...] |
/art/runtime/ |
oat_file_manager.h | 32 namespace gc { namespace in namespace:art 36 } // namespace gc 81 std::vector<const OatFile*> RegisterImageOatFiles(std::vector<gc::space::ImageSpace*> spaces) 96 // could end up starving GC if we need to generate or relocate any oat
|
/art/test/1337-gc-coverage/src/ |
Main.java | 62 System.out.println("error: Compaction succeeded when moving GC is disabled"); 66 System.out.println("error: Compaction failed when moving GC is enabled"); 79 Runtime.getRuntime().gc(); 89 Runtime.getRuntime().gc();
|
/cts/hostsidetests/jvmti/tagging/app/src/android/jvmti/cts/ |
JvmtiTaggingTest.java | 44 Runtime.getRuntime().gc(); 45 Runtime.getRuntime().gc(); 50 Runtime.getRuntime().gc(); 51 Runtime.getRuntime().gc(); 72 Runtime.getRuntime().gc(); 73 Runtime.getRuntime().gc(); 126 Runtime.getRuntime().gc(); 127 Runtime.getRuntime().gc();
|
/external/autotest/scheduler/ |
gc_stats.py | 2 # This module depends on the CPython gc module and garbage collection behavior. 4 import gc, logging, pprint 34 all_objects = gc.get_objects() 53 # Never keep references to stuff returned by gc.get_objects() around 54 # or it'll just make the future cyclic gc runs more difficult. 77 logging.info('Change in object counts since previous GC stats:')
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
Timer.java | 104 System.gc(); 111 System.gc();
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
Timer.java | 101 System.gc(); 108 System.gc();
|
/external/iproute2/tc/ |
Android.mk | 22 LOCAL_LDFLAGS := -Wl,--no-gc-sections
|
/external/libmojo/jni/java/lang/ |
Runtime.class | |
/external/mesa3d/src/glx/tests/ |
fake_glx_screen.h | 95 static void destroy(struct glx_context *gc) 97 delete gc;
|
/external/v8/tools/ |
android-ll-prof.sh | 57 ./d8 --ll_prof --gc-fake-mmap=/data/local/tmp/__v8_gc__ $RUN_ARGS" 67 --gc-fake-mmap=/data/local/tmp/__v8_gc__ \
|
/libcore/metrictests/memory/apps/src/libcore/heapdumper/ |
AbstractMetricInstrumentation.java | 86 // Do a GC run. 87 runtime.gc(); 90 // Do another GC run, for objects made eligible for collection by the finalization process. 91 runtime.gc();
|
/packages/apps/Camera2/tests/src/com/android/camera/functional/ |
CameraTest.java | 71 Runtime.getRuntime().gc(); 73 Runtime.getRuntime().gc();
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
types_acc.go | 8 package gc package
|
/prebuilts/go/darwin-x86/src/cmd/internal/objabi/ |
typekind.go | 8 // Included by cmd/gc.
|
/prebuilts/go/darwin-x86/src/reflect/ |
export_test.go | 24 func FuncLayout(t Type, rcvr Type) (frametype Type, argSize, retOffset uintptr, stack []byte, gc []byte, ptrs bool) { 37 panic("can't handle gc programs") 41 gc = append(gc, gcdata[i/8]>>(i%8)&1)
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug423.go | 7 // gc used to overflow a counter when a variable was
|
issue15722.go | 8 // method type expression. NB: gccgo and gc have slightly different
|
issue9076.go | 7 // Issue 9076: cmd/gc shows computed values in error messages instead of original expression.
|
/prebuilts/go/darwin-x86/test/ |
linkx.go | 7 // Test the -X facility of the gc linker (6l etc.).
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
types_acc.go | 8 package gc package
|
/prebuilts/go/linux-x86/src/cmd/internal/objabi/ |
typekind.go | 8 // Included by cmd/gc.
|