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

/external/v8/src/compiler/
H A Dregister-allocator.h587 bool IsSplinter() const { return splintered_from_ != nullptr; } function in class:v8::internal::compiler::LiveRange::final
589 DCHECK(!IsSplinter());
603 return IsSplinter() ? splintered_from()->GetNextChildId()

Completed in 58 milliseconds