Searched refs:CreateSimulate (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dhydrogen.h127 void AddSimulate(int ast_id) { AddInstruction(CreateSimulate(ast_id)); }
170 HSimulate* CreateSimulate(int ast_id);
H A Dhydrogen.cc136 HSimulate* HBasicBlock::CreateSimulate(int ast_id) { function in class:v8::internal::HBasicBlock
/external/chromium_org/v8/src/
H A Dhydrogen.h141 HSimulate* instr = CreateSimulate(ast_id, removable);
185 HSimulate* CreateSimulate(BailoutId ast_id, RemovableSimulate removable);
1801 HSimulate* instr = current_block()->CreateSimulate(id, removable);
H A Dhydrogen.cc179 HSimulate* HBasicBlock::CreateSimulate(BailoutId ast_id, function in class:v8::internal::HBasicBlock

Completed in 362 milliseconds