Home | History | Annotate | Download | only in arm

Lines Matching refs:recorded_ast_id_

1359     DCHECK(recorded_ast_id_.IsNone());
1360 recorded_ast_id_ = ast_id;
1364 DCHECK(!recorded_ast_id_.IsNone());
1365 return recorded_ast_id_;
1368 void ClearRecordedAstId() { recorded_ast_id_ = TypeFeedbackId::None(); }
1498 TypeFeedbackId recorded_ast_id_;