Searched refs:add_simulate (Results 1 – 2 of 2) sorted by relevance
170 FunctionState* state = NULL, bool add_simulate = true);1047 bool add_simulate = true) {1048 from->Goto(target, source_position(), state, add_simulate);1052 bool add_simulate = true) {1053 Goto(current_block(), target, state, add_simulate);
212 FunctionState* state, bool add_simulate) { in Goto() argument225 if (add_simulate) AddNewSimulate(BailoutId::None(), position); in Goto()