Home
last modified time | relevance | path

Searched refs:IsPending (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dgap-resolver.cc159 DCHECK(!move->IsPending()); in PerformMove()
179 if (other->IsPending()) continue; in PerformMove()
H A Dinstruction.h114 if (IsPending()) { in Equals()
126 if (IsPending()) { in EqualsCanonicalized()
134 DCHECK(!IsPending()); in CompareCanonicalized()
753 bool IsPending() const { in IsPending() function in v8::internal::compiler::final
H A Dmid-tier-register-allocator.cc340 return HasSpillOperand() && spill_operand_->IsPending(); in HasPendingSpillOperand()
679 DCHECK(!to_operand.IsPending()); in EmitGapMoveToInputFromSpillSlot()
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-snapshot.cc117 // processed, see also IsPending() below.
121 bool IsPending() const { return pending_; } in IsPending() function in v8::internal::StateBase
176 } else if (!IsPending()) { in FollowDependencies()
245 if (dependency->IsPending()) { in MarkDependentVisibility()
/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.cc506 bool IsPending() const { return state() == PENDING; } in IsPending() function in v8::internal::final
1407 if (node->IsPending()) { in PostScavengeProcessing()
1425 if (node->IsPending()) { in PostMarkSweepProcessing()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 42 milliseconds