Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dast-graph-builder.h240 bool CheckOsrEntry(IterationStatement* stmt);
Dast-graph-builder.cc1135 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