Home
last modified time | relevance | path

Searched refs:current_simulate (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dhydrogen-removable-simulates.cc28 HSimulate* current_simulate = HSimulate::cast(instr); in Process() local
29 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() local
63 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 …]