Searched refs:current_simulate (Results 1 – 1 of 1) sorted by relevance
28 HSimulate* current_simulate = HSimulate::cast(instr); in Process() local29 if (current_simulate->is_candidate_for_removal() && in Process()30 !current_simulate->ast_id().IsNone()) { in Process()31 Remember(current_simulate); in Process()62 HSimulate* current_simulate = HSimulate::cast(instr); in Process() local63 if (!current_simulate->is_candidate_for_removal()) { in Process()64 Remember(current_simulate); in Process()66 } else if (current_simulate->ast_id().IsNone()) { in Process()67 DCHECK(current_simulate->next()->IsEnterInlined()); in Process()69 } else if (current_simulate->previous()->HasObservableSideEffects()) { in Process()[all …]