Searched refs:IsTopLevel (Results 1 – 4 of 4) sorted by relevance
318 bool IsTopLevel() const; in NON_EXPORTED_BASE()
547 bool LiveRange::IsTopLevel() const { return top_level_ == this; } in IsTopLevel() function in v8::internal::compiler::LiveRange2794 if (current->IsTopLevel() && TryReuseSpillForPhi(current->TopLevel())) in AllocateRegisters()2851 if (range->IsTopLevel() && range->TopLevel()->is_phi()) { in SetLiveRangeAssignedRegister()
13852 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification() argument13865 if (IsTopLevel) { in checkExceptionSpecification()13892 if (IsTopLevel && NoexceptExpr && in checkExceptionSpecification()
4445 void checkExceptionSpecification(bool IsTopLevel,