Home | History | Annotate | Download | only in optimizing

Lines Matching defs:deopt

540   // do not generate a deopt.
543 // Generating a deopt does not ensure that we will actually capture the new types;
556 // in the profile (unless there's another reason to deopt). So we might be stuck with
880 HInstruction* deopt = new (graph_->GetAllocator()) HDeoptimize(
889 bb_cursor->InsertInstructionAfter(deopt, compare);
894 deopt->CopyEnvironmentFrom(invoke_instruction->GetEnvironment());