Searched refs:bb_cursor (Results 1 – 2 of 2) sorted by relevance
865 HBasicBlock* bb_cursor = invoke_instruction->GetBlock(); in TryInlineMonomorphicCall() local877 bb_cursor, in TryInlineMonomorphicCall()899 HBasicBlock* bb_cursor) { in AddCHAGuard() argument908 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()913 bb_cursor->InsertInstructionAfter(deopt, compare); in AddCHAGuard()924 HBasicBlock* bb_cursor, in AddTypeGuard() argument933 bb_cursor->InsertInstructionAfter(receiver_class, cursor); in AddTypeGuard()935 bb_cursor->InsertInstructionBefore(receiver_class, bb_cursor->GetFirstInstruction()); in AddTypeGuard()[all …]
195 HBasicBlock* bb_cursor);227 HBasicBlock* bb_cursor,