Home
last modified time | relevance | path

Searched refs:CreateSimulate (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen.h117 HSimulate* instr = CreateSimulate(ast_id, removable);
166 HSimulate* CreateSimulate(BailoutId ast_id, RemovableSimulate removable);
1954 HSimulate* instr = current_block()->CreateSimulate(id, removable);
Dhydrogen.cc167 HSimulate* HBasicBlock::CreateSimulate(BailoutId ast_id, in CreateSimulate() function in v8::internal::HBasicBlock