Searched defs:bb_cursor (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dinliner.cc394 HBasicBlock* bb_cursor = invoke_instruction->GetBlock(); local
405 bb_cursor,
425 HBasicBlock* bb_cursor,
448 bb_cursor->InsertInstructionAfter(receiver_class, cursor);
450 bb_cursor->InsertInstructionBefore(receiver_class, bb_cursor->GetFirstInstruction());
452 bb_cursor->InsertInstructionAfter(load_class, receiver_class);
453 bb_cursor->InsertInstructionAfter(compare, load_class);
457 bb_cursor->InsertInstructionAfter(deoptimize, compare);
495 HBasicBlock* bb_cursor local
423 AddTypeGuard(HInstruction* receiver, HInstruction* cursor, HBasicBlock* bb_cursor, uint32_t class_index, bool is_referrer, HInstruction* invoke_instruction, bool with_deoptimization) argument
677 HBasicBlock* bb_cursor = invoke_instruction->GetBlock(); local
[all...]

Completed in 2781 milliseconds