Searched refs:AddSimulate (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dhydrogen.cc173 AddSimulate(AstNode::kNoNumber);
187 AddSimulate(AstNode::kNoNumber);
2271 if (instr->HasObservableSideEffects()) owner()->AddSimulate(ast_id);
2294 if (instr->HasObservableSideEffects()) owner()->AddSimulate(ast_id);
2326 builder->AddSimulate(ast_id);
2490 AddSimulate(AstNode::kDeclarationsId);
2601 void HGraphBuilder::AddSimulate(int ast_id) { function in class:v8::internal::HGraphBuilder
2603 current_block()->AddSimulate(ast_id);
2740 AddSimulate(stmt->ThenId());
2743 AddSimulate(stm
[all...]
H A Dhydrogen.h127 void AddSimulate(int ast_id) { AddInstruction(CreateSimulate(ast_id)); } function in class:v8::internal::HBasicBlock
823 void AddSimulate(int ast_id);

Completed in 137 milliseconds