Searched refs:deopt_flag (Results 1 – 1 of 1) sorted by relevance
907 HShouldDeoptimizeFlag* deopt_flag = new (graph_->GetAllocator()) in AddCHAGuard() local910 deopt_flag, graph_->GetIntConstant(0, dex_pc)); in AddCHAGuard()915 bb_cursor->InsertInstructionAfter(deopt_flag, cursor); in AddCHAGuard()917 bb_cursor->InsertInstructionBefore(deopt_flag, bb_cursor->GetFirstInstruction()); in AddCHAGuard()919 bb_cursor->InsertInstructionAfter(compare, deopt_flag); in AddCHAGuard()923 deopt_flag->AddInput(invoke_instruction->InputAt(0)); in AddCHAGuard()924 DCHECK_EQ(deopt_flag->InputCount(), 1u); in AddCHAGuard()