Searched defs:osr_entry (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dhydrogen.cc3111 HBasicBlock* osr_entry = graph()->CreateBasicBlock(); local
3113 HBranch* test = new(zone()) HBranch(true_value, non_osr_entry, osr_entry);
3119 set_current_block(osr_entry);
3177 bool osr_entry = PreProcessOsrEntry(stmt); local
3181 if (osr_entry) graph()->set_osr_loop_entry(loop_entry);
3220 bool osr_entry = PreProcessOsrEntry(stmt); local
3224 if (osr_entry) graph()->set_osr_loop_entry(loop_entry);
3267 bool osr_entry = PreProcessOsrEntry(stmt); local
3271 if (osr_entry) graph()->set_osr_loop_entry(loop_entry);
3363 bool osr_entry local
[all...]

Completed in 56 milliseconds