Home | History | Annotate | Download | only in src

Lines Matching refs:removable

119                             RemovableSimulate removable = FIXED_SIMULATE) {
120 HSimulate* instr = CreateSimulate(ast_id, removable);
169 HSimulate* CreateSimulate(BailoutId ast_id, RemovableSimulate removable);
1304 void AddSimulate(BailoutId id, RemovableSimulate removable = FIXED_SIMULATE);
1961 RemovableSimulate removable) {
1962 HSimulate* instr = current_block()->CreateSimulate(id, removable);