Home
last modified time | relevance | path

Searched refs:IsPending (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/backend/
Dgap-resolver.cc158 DCHECK(!move->IsPending()); in PerformMove()
178 if (other->IsPending()) continue; in PerformMove()
Dinstruction.h116 if (IsPending()) { in Equals()
128 if (IsPending()) { in EqualsCanonicalized()
136 DCHECK(!IsPending()); in CompareCanonicalized()
723 bool IsPending() const { in NON_EXPORTED_BASE()
Dmid-tier-register-allocator.cc325 return HasSpillOperand() && spill_operand_->IsPending(); in HasPendingSpillOperand()
646 DCHECK(!to_operand.IsPending()); in EmitGapMoveToInputFromSpillSlot()
/external/v8/src/heap/cppgc-js/
Dcpp-snapshot.cc95 bool IsPending() const { return pending_; } in IsPending() function in v8::internal::StateBase
149 } else if (!IsPending()) { in FollowDependencies()
217 if (dependency->IsPending()) { in MarkDependentVisibility()
/external/v8/src/handles/
Dglobal-handles.cc469 bool IsPending() const { return state() == PENDING; } in IsPending() function in v8::internal::GlobalHandles::Node
1407 if (node->IsPending()) { in PostScavengeProcessing()
1425 if (node->IsPending()) { in PostMarkSweepProcessing()