Home | History | Annotate | Download | only in src

Lines Matching refs:HOsrEntry

5226 class HOsrEntry V8_FINAL : public HTemplateInstruction<0> {
5228 DECLARE_INSTRUCTION_FACTORY_P1(HOsrEntry, BailoutId);
5239 explicit HOsrEntry(BailoutId ast_id) : ast_id_(ast_id) {