Home
last modified time | relevance | path

Searched refs:CreateLoop (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/cctest/compiler/
Dtest-scheduler.cc34 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/
Dhydrogen.cc3370 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()
Dhydrogen.h2214 HBasicBlock* CreateLoop(IterationStatement* statement,