Home
last modified time | relevance | path

Searched refs:IsLivenessBlockConsistent (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dast-graph-builder.h552 bool IsLivenessBlockConsistent();
Dast-graph-builder.cc562 DCHECK(IsLivenessBlockConsistent()); in Bind()
578 DCHECK(IsLivenessBlockConsistent()); in Lookup()
588 DCHECK(IsLivenessBlockConsistent()); in MarkAllLocalsLive()
702 DCHECK(IsLivenessBlockConsistent()); in Checkpoint()
752 bool AstGraphBuilder::Environment::IsLivenessBlockConsistent() { in IsLivenessBlockConsistent() function in v8::internal::compiler::AstGraphBuilder::Environment