Searched refs:AddGoto (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-instruction.cc109 R.schedule.AddGoto(last, block);
138 R.schedule.AddGoto(b0, b1);
139 R.schedule.AddGoto(b1, b2);
140 R.schedule.AddGoto(b2, b3);
218 R.schedule.AddGoto(b0, b1);
H A Dtest-schedule.cc59 schedule.AddGoto(entry, next);
H A Dtest-scheduler.cc120 schedule.AddGoto(schedule.start(), schedule.end());
137 schedule.AddGoto(last, block);
/external/chromium_org/v8/src/compiler/
H A Draw-machine-assembler.cc64 schedule()->AddGoto(CurrentBlock(), Use(label));
H A Dschedule.h229 void AddGoto(BasicBlock* block, BasicBlock* succ) { function in class:v8::internal::compiler::Schedule
H A Dscheduler.cc196 schedule_->AddGoto(predecessor_block, block);

Completed in 196 milliseconds