Searched refs:deopt_flag (Results 1 – 1 of 1) sorted by relevance
900 HShouldDeoptimizeFlag* deopt_flag = new (graph_->GetAllocator()) in AddCHAGuard() local903 deopt_flag, graph_->GetIntConstant(0, dex_pc)); in AddCHAGuard()908 bb_cursor->InsertInstructionAfter(deopt_flag, cursor); in AddCHAGuard()910 bb_cursor->InsertInstructionBefore(deopt_flag, bb_cursor->GetFirstInstruction()); in AddCHAGuard()912 bb_cursor->InsertInstructionAfter(compare, deopt_flag); in AddCHAGuard()916 deopt_flag->AddInput(invoke_instruction->InputAt(0)); in AddCHAGuard()917 DCHECK_EQ(deopt_flag->InputCount(), 1u); in AddCHAGuard()