Home
last modified time | relevance | path

Searched defs:IsBlocked (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dconstant-pool.cc331 bool ConstantPool::IsBlocked() const { return blocked_nesting_ > 0; } in IsBlocked() function in v8::internal::ConstantPool
580 bool ConstantPool::IsBlocked() const { return blocked_nesting_ > 0; } in IsBlocked() function in v8::internal::ConstantPool
/third_party/vixl/src/
H A Dpool-manager.h454 bool IsBlocked() const { return monitor_ != 0; } in IsBlocked() function in vixl::PoolManager
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h86 bool IsBlocked() const { return monitor_ != 0; } in IsBlocked() function in vixl::aarch64::Pool
207 bool IsBlocked() const { return monitor_ != 0; } in IsBlocked() function in vixl::aarch64::VeneerPool

Completed in 19 milliseconds