Home | History | Annotate | Download | only in src

Lines Matching refs:HDeoptimize

1362 class HDeoptimize V8_FINAL : public HTemplateControlInstruction<1, 0> {
1364 static HDeoptimize* New(Zone* zone,
1369 return new(zone) HDeoptimize(reason, type, unreachable_continuation);
1387 explicit HDeoptimize(const char* reason,