Home | History | Annotate | Download | only in mips

Lines Matching refs:recorded_ast_id_

1000     DCHECK(recorded_ast_id_.IsNone());
1001 recorded_ast_id_ = ast_id;
1005 DCHECK(!recorded_ast_id_.IsNone());
1006 return recorded_ast_id_;
1009 void ClearRecordedAstId() { recorded_ast_id_ = TypeFeedbackId::None(); }
1114 TypeFeedbackId recorded_ast_id_;