Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:ast_id

1701   HSimulate(BailoutId ast_id, int pop_count, Zone* zone,
1703 : ast_id_(ast_id),
1715 BailoutId ast_id() const { return ast_id_; }
4752 BailoutId ast_id() const { return ast_id_; }
4761 explicit HOsrEntry(BailoutId ast_id) : ast_id_(ast_id) {