HomeSort by relevance Sort by last modified time
    Searched refs:IsBlocked (Results 1 - 7 of 7) sorted by null

  /art/compiler/optimizing/
register_allocator_linear_scan.h 76 bool IsBlocked(int reg) const;
register_allocator_linear_scan.cc 701 && !(current->IsLowInterval() && IsBlocked(GetHighForLowRegister(hint)))) {
702 DCHECK(!IsBlocked(hint));
740 bool RegisterAllocatorLinearScan::IsBlocked(int reg) const {
750 if (IsBlocked(i)) continue;
753 if (IsBlocked(high_register)) continue;
784 if (IsBlocked(i)) {
    [all...]
  /external/vixl/src/
pool-manager.h 445 bool IsBlocked() const { return monitor_ != 0; }
pool-manager-impl.h 52 VIXL_ASSERT(!IsBlocked());
  /external/vixl/src/aarch64/
macro-assembler-aarch64.cc 58 VIXL_ASSERT(!IsBlocked());
84 if (IsEmpty() || IsBlocked()) return;
94 if (IsEmpty() || IsBlocked()) return;
117 VIXL_ASSERT(!IsBlocked());
254 if (IsBlocked()) return;
266 VIXL_ASSERT(!IsBlocked());
379 VIXL_ASSERT(!literal_pool_.IsBlocked());
    [all...]
macro-assembler-aarch64.h 87 bool IsBlocked() const { return monitor_ != 0; }
190 bool IsBlocked() const { return monitor_ != 0; }
    [all...]
  /external/vixl/src/aarch32/
macro-assembler-aarch32.h 74 return pool_manager_.IsBlocked();
    [all...]

Completed in 86 milliseconds