Home
last modified time | relevance | path

Searched refs:bb_cursor (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinliner.cc841 HBasicBlock* bb_cursor = invoke_instruction->GetBlock(); in TryInlineMonomorphicCall() local
853 bb_cursor, in TryInlineMonomorphicCall()
875 HBasicBlock* bb_cursor) { in AddCHAGuard() argument
884 bb_cursor->InsertInstructionAfter(deopt_flag, cursor); in AddCHAGuard()
886 bb_cursor->InsertInstructionBefore(deopt_flag, bb_cursor->GetFirstInstruction()); in AddCHAGuard()
888 bb_cursor->InsertInstructionAfter(compare, deopt_flag); in AddCHAGuard()
889 bb_cursor->InsertInstructionAfter(deopt, compare); in AddCHAGuard()
900 HBasicBlock* bb_cursor, in AddTypeGuard() argument
909 bb_cursor->InsertInstructionAfter(receiver_class, cursor); in AddTypeGuard()
911 bb_cursor->InsertInstructionBefore(receiver_class, bb_cursor->GetFirstInstruction()); in AddTypeGuard()
[all …]
Dinliner.h198 HBasicBlock* bb_cursor);
230 HBasicBlock* bb_cursor,