Searched refs:active (Results 1 – 12 of 12) sorted by relevance
33 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
944 LiveInterval* active = *it; in TrySplitNonPairOrUnalignedPairIntervalAt() local946 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 …]
16 Currently active version can be checked at
5 # Make sure that merging is pro-active.
154 void NotifyDdms(bool active);
428 void AdbConnectionState::NotifyDdms(bool active) { in NotifyDdms() argument430 DCHECK_NE(notified_ddm_active_, active); in NotifyDdms()431 notified_ddm_active_ = active; in NotifyDdms()432 if (active) { in NotifyDdms()
48 1. by building "standalone" ART gtests and running them against the active ART83 run them on device against the active ART APEX.
105 entering a "runnable" state while active (see below). However, it often runs with285 active suspend barriers for each target thread, relying on the fact that each
128 modulePath="/data/apex/active/com.android.art@319999900.apex" in WriteFakeApexInfoList()
5629 Ljava/time/format/DateTimeFormatterBuilder;->active:Ljava/time/format/DateTimeFormatterBuilder;