Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.cc865 HBasicBlock* bb_cursor = invoke_instruction->GetBlock(); in TryInlineMonomorphicCall() local
877 bb_cursor, in TryInlineMonomorphicCall()
899 HBasicBlock* bb_cursor) { in AddCHAGuard() argument
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()
913 bb_cursor->InsertInstructionAfter(deopt, compare); in AddCHAGuard()
924 HBasicBlock* bb_cursor, in AddTypeGuard() argument
933 bb_cursor->InsertInstructionAfter(receiver_class, cursor); in AddTypeGuard()
935 bb_cursor->InsertInstructionBefore(receiver_class, bb_cursor->GetFirstInstruction()); in AddTypeGuard()
[all …]
Dinliner.h195 HBasicBlock* bb_cursor);
227 HBasicBlock* bb_cursor,