Home
last modified time | relevance | path

Searched refs:active (Results 1 – 12 of 12) sorted by relevance

/art/runtime/verifier/
Dscoped_newline.h33 ScopedNewLine(ScopedNewLine&& other) noexcept : stream(other.stream), active(other.active) { in ScopedNewLine()
34 other.active = false; in ScopedNewLine()
41 if (active) { in ~ScopedNewLine()
48 DCHECK(active);
54 DCHECK(active);
60 bool active = true; member
/art/compiler/optimizing/
Dregister_allocator_linear_scan.cc944 LiveInterval* active = *it; in TrySplitNonPairOrUnalignedPairIntervalAt() local
946 if (active->IsFixed()) continue; in TrySplitNonPairOrUnalignedPairIntervalAt()
947 DCHECK(active->HasRegister()); in TrySplitNonPairOrUnalignedPairIntervalAt()
948 if (active->IsHighInterval()) continue; in TrySplitNonPairOrUnalignedPairIntervalAt()
949 if (first_register_use > next_use[active->GetRegister()]) continue; in TrySplitNonPairOrUnalignedPairIntervalAt()
955 if (!active->IsLowInterval() || in TrySplitNonPairOrUnalignedPairIntervalAt()
956 IsLowOfUnalignedPairInterval(active) || in TrySplitNonPairOrUnalignedPairIntervalAt()
957 !IsLowRegister(active->GetRegister())) { in TrySplitNonPairOrUnalignedPairIntervalAt()
958 LiveInterval* split = Split(active, position); in TrySplitNonPairOrUnalignedPairIntervalAt()
959 if (split != active) { in TrySplitNonPairOrUnalignedPairIntervalAt()
[all …]
/art/tools/luci/config/
DREADME.md16 Currently active version can be checked at
/art/test/800-smali/smali/
Db_27799205_5.smali5 # Make sure that merging is pro-active.
Db_27799205_4.smali5 # Make sure that merging is pro-active.
Db_27799205_3.smali5 # Make sure that merging is pro-active.
/art/adbconnection/
Dadbconnection.h154 void NotifyDdms(bool active);
Dadbconnection.cc428 void AdbConnectionState::NotifyDdms(bool active) { in NotifyDdms() argument
430 DCHECK_NE(notified_ddm_active_, active); in NotifyDdms()
431 notified_ddm_active_ = active; in NotifyDdms()
432 if (active) { in NotifyDdms()
/art/test/
DREADME.atest.md48 1. by building "standalone" ART gtests and running them against the active ART
83 run them on device against the active ART APEX.
/art/runtime/
Dmutator_gc_coord.md105 entering a "runnable" state while active (see below). However, it often runs with
285 active suspend barriers for each target thread, relying on the fact that each
/art/odrefresh/
Dodrefresh_test.cc128 modulePath="/data/apex/active/com.android.art@319999900.apex" in WriteFakeApexInfoList()
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt5629 Ljava/time/format/DateTimeFormatterBuilder;->active:Ljava/time/format/DateTimeFormatterBuilder;