Home
last modified time | relevance | path

Searched refs:gc (Results 1 – 18 of 18) sorted by relevance

/system/extras/simpleperf/testdata/
Dperf_display_bitmaps.UiThread.perf-script345 …74ad269fb4 art::gc::Heap::IsValidObjectAddress(void const*) const (/apex/com.android.runtime/lib64…
4243 …74ad279168 art::gc::Heap::IsMovableObject(art::ObjPtr<art::mirror::Object>) const (/apex/com.andro…
4313 …74ad24ab44 art::gc::collector::ImmuneSpaces::CreateLargestImmuneRegion() (/apex/com.android.runtim…
4314 …74ad24ad4c art::gc::collector::ImmuneSpaces::AddSpace(art::gc::space::ContinuousSpace*) (/apex/com…
4315 …74ad22ed50 art::gc::collector::ConcurrentCopying::BindBitmaps() (/apex/com.android.runtime/lib64/l…
4316 …74ad22b73c art::gc::collector::ConcurrentCopying::InitializePhase() (/apex/com.android.runtime/lib…
4317 …74ad22adcc art::gc::collector::ConcurrentCopying::RunPhases() (/apex/com.android.runtime/lib64/lib…
4318 …74ad249308 art::gc::collector::GarbageCollector::Run(art::gc::GcCause, bool) (/apex/com.android.ru…
4319 …74ad2681b4 art::gc::Heap::CollectGarbageInternal(art::gc::collector::GcType, art::gc::GcCause, boo…
4321 74acbca912 java.lang.Runtime.gc (/apex/com.android.runtime/javalib/core-oj.jar)
[all …]
Dperf_display_bitmaps.header.perf-script10438 …74ad269fb4 art::gc::Heap::IsValidObjectAddress(void const*) const (/apex/com.android.runtime/lib64…
15328 …74ad279168 art::gc::Heap::IsMovableObject(art::ObjPtr<art::mirror::Object>) const (/apex/com.andro…
15410 …74ad24ab44 art::gc::collector::ImmuneSpaces::CreateLargestImmuneRegion() (/apex/com.android.runtim…
15411 …74ad24ad4c art::gc::collector::ImmuneSpaces::AddSpace(art::gc::space::ContinuousSpace*) (/apex/com…
15412 …74ad22ed50 art::gc::collector::ConcurrentCopying::BindBitmaps() (/apex/com.android.runtime/lib64/l…
15413 …74ad22b73c art::gc::collector::ConcurrentCopying::InitializePhase() (/apex/com.android.runtime/lib…
15414 …74ad22adcc art::gc::collector::ConcurrentCopying::RunPhases() (/apex/com.android.runtime/lib64/lib…
15415 …74ad249308 art::gc::collector::GarbageCollector::Run(art::gc::GcCause, bool) (/apex/com.android.ru…
15416 …74ad2681b4 art::gc::Heap::CollectGarbageInternal(art::gc::collector::GcType, art::gc::GcCause, boo…
15418 74acbca912 java.lang.Runtime.gc (/apex/com.android.runtime/javalib/core-oj.jar)
[all …]
Dperf_display_bitmaps.perf-script10423 …74ad269fb4 art::gc::Heap::IsValidObjectAddress(void const*) const (/apex/com.android.runtime/lib64…
15313 …74ad279168 art::gc::Heap::IsMovableObject(art::ObjPtr<art::mirror::Object>) const (/apex/com.andro…
15395 …74ad24ab44 art::gc::collector::ImmuneSpaces::CreateLargestImmuneRegion() (/apex/com.android.runtim…
15396 …74ad24ad4c art::gc::collector::ImmuneSpaces::AddSpace(art::gc::space::ContinuousSpace*) (/apex/com…
15397 …74ad22ed50 art::gc::collector::ConcurrentCopying::BindBitmaps() (/apex/com.android.runtime/lib64/l…
15398 …74ad22b73c art::gc::collector::ConcurrentCopying::InitializePhase() (/apex/com.android.runtime/lib…
15399 …74ad22adcc art::gc::collector::ConcurrentCopying::RunPhases() (/apex/com.android.runtime/lib64/lib…
15400 …74ad249308 art::gc::collector::GarbageCollector::Run(art::gc::GcCause, bool) (/apex/com.android.ru…
15401 …74ad2681b4 art::gc::Heap::CollectGarbageInternal(art::gc::collector::GcType, art::gc::GcCause, boo…
15403 74acbca912 java.lang.Runtime.gc (/apex/com.android.runtime/javalib/core-oj.jar)
[all …]
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
DFrameBufferBuffer.java73 Graphics2D gc = mImage.createGraphics(); in draw()
74 gc.drawRenderedImage(image, AffineTransform.getScaleInstance(5.0, 5.0)); in draw()
431 Graphics2D gc = mImage.createGraphics(); in renderNativeBuffer() local
437 gc.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON); in renderNativeBuffer()
438gc.setRenderingHint(RenderingHints.KEY_INTERPOLATION, RenderingHints.VALUE_INTERPOLATION_BILINEAR); in renderNativeBuffer()
439 gc.setRenderingHint(RenderingHints.KEY_RENDERING, RenderingHints.VALUE_RENDER_QUALITY); in renderNativeBuffer()
440 gc.drawRenderedImage(image, AffineTransform.getScaleInstance(mScale, mScale)); in renderNativeBuffer()
/system/chre/build/arch/
Driscv.mk26 TARGET_SO_LDFLAGS += --gc-sections
Darm64.mk33 TARGET_SO_LDFLAGS += -Wl,-gc-sections
Dx86.mk38 TARGET_SO_LDFLAGS += -Wl,-gc-sections
Dhexagon.mk68 TARGET_SO_LDFLAGS += --gc-sections
/system/security/keystore2/src/
Dlib.rs49 mod gc; module
Dglobals.rs20 use crate::gc::Gc;
Ddatabase.rs48 use crate::gc::Gc;
768 gc: Option<Arc<Gc>>, field
872 pub fn new(db_root: &Path, gc: Option<Arc<Gc>>) -> Result<Self> { in new()
878 let mut db = Self { conn, gc, perboot: perboot::PERBOOT_DB.clone() }; in new()
1493 if let Some(ref gc) = self.gc { in with_transaction()
1494 gc.notify_gc(); in with_transaction()
3298 let mut db = KeystoreDB { conn, gc: None, perboot: Arc::new(perboot::PerbootDB::new()) }; in new_test_db()
3312 let gc = Gc::new_init_with(Default::default(), move || (Box::new(cb), gc_db, super_key)); in new_test_db_with_gc() localVariable
3314 KeystoreDB::new(path, Some(Arc::new(gc))) in new_test_db_with_gc()
/system/nfc/src/rust/rootcanal/
Dmain.rs220 CommandChild::GetConfigCommand(gc) => { in command_response()
222 for paramid in gc.get_paramids() { in command_response()
/system/extras/checkpoint_gc/
Dcheckpoint_gc.sh97 log -pw -t checkpoint_gc Timed out with gc threshold not met.
/system/chre/doc/
Dnanoapp_overview.md56 (using the `--gc-sections` option, or equivalent). Static nanoapps are
/system/update_engine/
DAndroid.bp76 ldflags: ["-Wl,--gc-sections"],
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java990 System.gc(); in client()
/system/libprocinfo/testdata/
Dmaps742 7062bce000-7062dce000 rw-p 00000000 00:05 10270726 [anon:dalvik-rb copying gc
743 …0 rw-p 00000000 00:05 10270725 [anon:dalvik-concurrent copying gc mark stack]
/system/memory/libmeminfo/testdata1/
Dsmaps30450 7007722bf000-7007724bf000 rw-p 00000000 00:00 0 [anon:dalvik-rb copying gc
30451 Name: [anon:dalvik-rb copying gc mark stack]
30471 …bf000 rw-p 00000000 00:00 0 [anon:dalvik-concurrent copying gc mark stack]
30472 Name: [anon:dalvik-concurrent copying gc mark stack]
30492 700772cbf000-700772ebf000 rw-p 00000000 00:00 0 [anon:dalvik-rb copying gc
30493 Name: [anon:dalvik-rb copying gc mark stack]
30513 …bf000 rw-p 00000000 00:00 0 [anon:dalvik-concurrent copying gc mark stack]
30514 Name: [anon:dalvik-concurrent copying gc mark stack]