Searched defs:IsBlocked (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/codegen/ | ||
H A D | constant-pool.cc | 331 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 D | pool-manager.h | 454 bool IsBlocked() const { return monitor_ != 0; } in IsBlocked() function in vixl::PoolManager |
/third_party/vixl/src/aarch64/ | ||
H A D | macro-assembler-aarch64.h | 86 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