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

  /art/compiler/optimizing/
register_allocator.cc 778 && !(current->IsLowInterval() && IsBlocked(GetHighForLowRegister(hint)))) {
779 DCHECK(!IsBlocked(hint));
    [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.h 75 bool IsBlocked() const { return monitor_ != 0; }
164 bool IsBlocked() const { return monitor_ != 0; }
    [all...]

Completed in 70 milliseconds