Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.cc582 HBasicBlock* bb_cursor = invoke_instruction->GetBlock(); in TryInlineFromCHA() local
591 AddCHAGuard(invoke_instruction, dex_pc, cursor, bb_cursor); in TryInlineFromCHA()
884 HBasicBlock* bb_cursor = invoke_instruction->GetBlock(); in TryInlineMonomorphicCall() local
896 bb_cursor, in TryInlineMonomorphicCall()
913 HBasicBlock* bb_cursor) { in AddCHAGuard() argument
927 bb_cursor->InsertInstructionAfter(deopt_flag, cursor); in AddCHAGuard()
929 bb_cursor->InsertInstructionBefore(deopt_flag, bb_cursor->GetFirstInstruction()); in AddCHAGuard()
931 bb_cursor->InsertInstructionAfter(compare, deopt_flag); in AddCHAGuard()
932 bb_cursor->InsertInstructionAfter(deopt, compare); in AddCHAGuard()
943 HBasicBlock* bb_cursor, in AddTypeGuard() argument
[all …]
Dinliner.h247 HBasicBlock* bb_cursor);
278 HBasicBlock* bb_cursor,