Searched refs:CreateLoop (Results 1 – 3 of 3) sorted by relevance
/external/v8/test/cctest/compiler/ |
D | test-scheduler.cc | 34 static TestLoop* CreateLoop(Schedule* schedule, int count) { in CreateLoop() function 181 SmartPointer<TestLoop> loop1(CreateLoop(&schedule, 2)); in TEST() 192 SmartPointer<TestLoop> loop1(CreateLoop(&schedule, 2)); in TEST() 381 SmartPointer<TestLoop> loop1(CreateLoop(&schedule, 1)); in TEST() 382 SmartPointer<TestLoop> loop2(CreateLoop(&schedule, 1)); in TEST() 405 SmartPointer<TestLoop> loop1(CreateLoop(&schedule, 1)); in TEST() 406 SmartPointer<TestLoop> loop2(CreateLoop(&schedule, 1)); in TEST() 433 SmartPointer<TestLoop> loop1(CreateLoop(&schedule, size)); in TEST() 434 SmartPointer<TestLoop> loop2(CreateLoop(&schedule, size)); in TEST() 456 SmartPointer<TestLoop> loop1(CreateLoop(&schedule, 1)); in TEST() [all …]
|
/external/v8/src/ |
D | hydrogen.cc | 3370 HBasicBlock* HOptimizedGraphBuilder::CreateLoop(IterationStatement* statement, in CreateLoop() function in v8::internal::HOptimizedGraphBuilder 4986 HBasicBlock* loop_exit = CreateLoop(stmt, in VisitDoWhileStatement() 5026 HBasicBlock* loop_exit = CreateLoop(stmt, in VisitWhileStatement() 5075 HBasicBlock* loop_exit = CreateLoop(stmt, in VisitForStatement() 5180 HBasicBlock* loop_exit = CreateLoop(stmt, in VisitForInStatement()
|
D | hydrogen.h | 2214 HBasicBlock* CreateLoop(IterationStatement* statement,
|