Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:ast_id

1550   HSimulate(BailoutId ast_id, int pop_count, Zone* zone,
1552 : ast_id_(ast_id),
1564 BailoutId ast_id() const { return ast_id_; }
4570 BailoutId ast_id() const { return ast_id_; }
4579 explicit HOsrEntry(BailoutId ast_id) : ast_id_(ast_id) {