Searched refs:CheckOsrEntry (Results 1 – 2 of 2) sorted by relevance
240 bool CheckOsrEntry(IterationStatement* stmt);
1135 while_loop.BeginLoop(GetVariablesAssignedInLoop(stmt), CheckOsrEntry(stmt)); in VisitDoWhileStatement()1147 while_loop.BeginLoop(GetVariablesAssignedInLoop(stmt), CheckOsrEntry(stmt)); in VisitWhileStatement()1160 for_loop.BeginLoop(GetVariablesAssignedInLoop(stmt), CheckOsrEntry(stmt)); in VisitForStatement()2836 bool AstGraphBuilder::CheckOsrEntry(IterationStatement* stmt) { in CheckOsrEntry() function in v8::internal::compiler::AstGraphBuilder