HomeSort by relevance Sort by last modified time
    Searched refs:InsertInstructionBefore (Results 1 - 4 of 4) sorted by null

  /art/compiler/optimizing/
graph_test.cc 286 TEST(GraphTest, InsertInstructionBefore) {
297 block->InsertInstructionBefore(first_instruction, got);
310 block->InsertInstructionBefore(second_instruction, got);
register_allocator.cc 689 instruction->GetBlock()->InsertInstructionBefore(move, instruction);
717 at->GetBlock()->InsertInstructionBefore(move, at->GetNext());
732 at->GetBlock()->InsertInstructionBefore(move, at);
755 block->InsertInstructionBefore(move, last);
774 block->InsertInstructionBefore(move, first);
797 instruction->GetBlock()->InsertInstructionBefore(move, instruction->GetNext());
    [all...]
nodes.cc 291 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) {
nodes.h 354 void InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor);
    [all...]

Completed in 61 milliseconds