Home
last modified time | relevance | path

Searched refs:inactive (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator_linear_scan.cc753 for (LiveInterval* inactive : inactive_) { in TryAllocateFreeReg()
755 DCHECK(!inactive->IsTemp()); in TryAllocateFreeReg()
756 if (!current->IsSplit() && !inactive->IsFixed()) { in TryAllocateFreeReg()
761 DCHECK_EQ(inactive->FirstIntersectionWith(current), kNoLifetime); in TryAllocateFreeReg()
765 DCHECK(inactive->HasRegister() || inactive->IsFixed()); in TryAllocateFreeReg()
766 uint32_t register_mask = GetRegisterMask(inactive, current_register_type_); in TryAllocateFreeReg()
775 size_t next_intersection = inactive->FirstIntersectionWith(current); in TryAllocateFreeReg()
1015 for (LiveInterval* inactive : inactive_) { in AllocateBlockedReg()
1017 DCHECK(!inactive->IsTemp()); in AllocateBlockedReg()
1018 if (!current->IsSplit() && !inactive->IsFixed()) { in AllocateBlockedReg()
[all …]
/art/test/565-checker-irreducible-loop/smali/
DIrreducibleLoop.smali54 # live interval is inactive at the desired position.
/art/libartservice/service/
DREADME.md108 `inactive`)
185 (with the compilation reason `inactive`).
/art/libartservice/service/api/
Dsystem-server-current.txt72 field public static final String REASON_INACTIVE = "inactive";