Home | History | Annotate | Download | only in src

Lines Matching refs:HSimulate

116   HSimulate* AddNewSimulate(BailoutId ast_id,
119 HSimulate* instr = CreateSimulate(ast_id, removable);
168 HSimulate* CreateSimulate(BailoutId ast_id, RemovableSimulate removable);
1966 inline HSimulate* HGraphBuilder::Add<HSimulate>(
1969 HSimulate* instr = current_block()->CreateSimulate(id, removable);
1976 inline HSimulate* HGraphBuilder::Add<HSimulate>(
1978 return Add<HSimulate>(id, FIXED_SIMULATE);
1983 inline HInstruction* HGraphBuilder::AddUncasted<HSimulate>(BailoutId id) {
1984 return Add<HSimulate>(id, FIXED_SIMULATE);