Home | History | Annotate | Download | only in src

Lines Matching refs:HSimulate

136 HSimulate* HBasicBlock::CreateSimulate(int ast_id) {
145 HSimulate* instr = new(zone()) HSimulate(ast_id, pop_count);
206 HSimulate* simulate = HSimulate::cast(predecessor->end()->previous());
4060 // Goto will add the HSimulate for the store.
4083 // The HSimulate for the store should not see the stored value in
6656 // TestContext::BuildBranch, and that they both have an HSimulate though the
6658 // put on that first HSimulate.