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

  /art/compiler/optimizing/
register_allocator.h 98 bool IsBlocked(int reg) const;
register_allocator.cc 778 && !(current->IsLowInterval() && IsBlocked(GetHighForLowRegister(hint)))) {
779 DCHECK(!IsBlocked(hint));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wpcapi.h 187 virtual HRESULT STDMETHODCALLTYPE IsBlocked(
225 HRESULT (STDMETHODCALLTYPE *IsBlocked)(
247 #define IWPCGamesSettings_IsBlocked(This,guidAppID,pdwReasons) (This)->lpVtbl->IsBlocked(This,guidAppID,pdwReasons)
271 return This->lpVtbl->IsBlocked(This,guidAppID,pdwReasons);
  /external/vixl/src/vixl/a64/
macro-assembler-a64.cc 54 VIXL_ASSERT(!IsBlocked());
72 if (IsEmpty() || IsBlocked()) return;
83 VIXL_ASSERT(!IsBlocked());
192 if (IsBlocked()) return;
204 VIXL_ASSERT(!IsBlocked());
311 VIXL_ASSERT(!literal_pool_.IsBlocked());
    [all...]
macro-assembler-a64.h 75 bool IsBlocked() const { return monitor_ != 0; }
164 bool IsBlocked() const { return monitor_ != 0; }
    [all...]

Completed in 214 milliseconds