Home | History | Annotate | Download | only in src

Lines Matching refs:HOsrEntry

4831 class HOsrEntry: public HTemplateInstruction<0> {
4833 DECLARE_INSTRUCTION_FACTORY_P1(HOsrEntry, BailoutId);
4844 explicit HOsrEntry(BailoutId ast_id) : ast_id_(ast_id) {