Home | History | Annotate | Download | only in src

Lines Matching refs:HSimulate

117   HSimulate* AddNewSimulate(BailoutId ast_id,
120 HSimulate* instr = CreateSimulate(ast_id, removable);
169 HSimulate* CreateSimulate(BailoutId ast_id, RemovableSimulate removable);
1959 inline HSimulate* HGraphBuilder::Add<HSimulate>(
1962 HSimulate* instr = current_block()->CreateSimulate(id, removable);
1969 inline HSimulate* HGraphBuilder::Add<HSimulate>(
1971 return Add<HSimulate>(id, FIXED_SIMULATE);
1976 inline HInstruction* HGraphBuilder::AddUncasted<HSimulate>(BailoutId id) {
1977 return Add<HSimulate>(id, FIXED_SIMULATE);