Searched refs:add_simulate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen.h175 bool add_simulate = true);
1083 bool add_simulate = true) {
1084 from->Goto(target, source_position(), state, add_simulate);
1088 bool add_simulate = true) {
1089 Goto(current_block(), target, state, add_simulate); local
H A Dhydrogen.cc215 bool add_simulate) {
228 if (add_simulate) AddNewSimulate(BailoutId::None(), position);
212 Goto(HBasicBlock* block, HSourcePosition position, FunctionState* state, bool add_simulate) argument

Completed in 518 milliseconds