Home | History | Annotate | Download | only in src

Lines Matching refs:HSimulate

146   HSimulate* AddNewSimulate(BailoutId ast_id,
148 HSimulate* instr = CreateSimulate(ast_id, removable);
194 HSimulate* CreateSimulate(BailoutId ast_id, RemovableSimulate removable);
1592 inline HInstruction* HGraphBuilder::AddUncasted<HSimulate>(
1595 HSimulate* instr = current_block()->CreateSimulate(id, removable);
1618 inline HInstruction* HGraphBuilder::AddUncasted<HSimulate>(BailoutId id) {
1619 return AddUncasted<HSimulate>(id, FIXED_SIMULATE);