Searched refs:CreateSimulate (Results 1 – 2 of 2) sorted by relevance
144 HSimulate* instr = CreateSimulate(ast_id, removable);193 HSimulate* CreateSimulate(BailoutId ast_id, RemovableSimulate removable);1907 HSimulate* instr = current_block()->CreateSimulate(id, removable);
344 HSimulate* HBasicBlock::CreateSimulate(BailoutId ast_id, in CreateSimulate() function in v8::internal::HBasicBlock