Lines Matching refs:ast_id

142     ASSERT(!last_environment()->ast_id().IsNone());
161 HSimulate* HBasicBlock::CreateSimulate(BailoutId ast_id,
165 ASSERT(ast_id.IsNone() ||
166 ast_id == BailoutId::StubEntry() ||
167 environment->closure()->shared()->VerifyBailoutId(ast_id));
173 new(zone()) HSimulate(ast_id, pop_count, zone(), removable);
251 void HBasicBlock::SetJoinId(BailoutId ast_id) {
261 ->VerifyBailoutId(ast_id)));
262 simulate->set_ast_id(ast_id);
263 predecessor->last_environment()->set_ast_id(ast_id);
579 block->predecessors()->first()->last_environment()->ast_id();
583 ASSERT(predecessor->last_environment()->ast_id() == id);
2586 void EffectContext::ReturnInstruction(HInstruction* instr, BailoutId ast_id) {
2590 owner()->Add<HSimulate>(ast_id, REMOVABLE_SIMULATE);
2596 BailoutId ast_id) {
2603 HBasicBlock* join = owner()->CreateJoin(empty_true, empty_false, ast_id);
2609 BailoutId ast_id) {
2618 HBasicBlock* join = owner()->CreateJoin(true_branch, false_branch, ast_id);
2624 void ValueContext::ReturnInstruction(HInstruction* instr, BailoutId ast_id) {
2632 owner()->Add<HSimulate>(ast_id, REMOVABLE_SIMULATE);
2637 void ValueContext::ReturnControl(HControlInstruction* instr, BailoutId ast_id) {
2652 owner()->CreateJoin(materialize_true, materialize_false, ast_id);
2658 BailoutId ast_id) {
2674 owner()->CreateJoin(materialize_true, materialize_false, ast_id);
2680 void TestContext::ReturnInstruction(HInstruction* instr, BailoutId ast_id) {
2688 builder->Add<HSimulate>(ast_id, REMOVABLE_SIMULATE);
2695 void TestContext::ReturnControl(HControlInstruction* instr, BailoutId ast_id) {
2709 BailoutId ast_id) {
4937 // owning expression instead of position and ast_id separately.
4942 BailoutId ast_id) {
4966 Add<HSimulate>(ast_id, REMOVABLE_SIMULATE);
4975 Add<HSimulate>(ast_id, REMOVABLE_SIMULATE);
5586 BailoutId ast_id,
5739 BailoutId ast_id,
5759 obj, key, val, expr, ast_id, position, is_store,
6304 BailoutId ast_id,
6578 if_true->SetJoinId(ast_id);
6584 if_false->SetJoinId(ast_id);
6593 function_return()->SetJoinId(ast_id);
9290 ast_id_(other->ast_id()),