HomeSort by relevance Sort by last modified time
    Searched defs:to_insert (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
nodes_test.cc 90 HInstruction* to_insert = new (&allocator) HNullCheck(parameter1, 0); local
91 entry->InsertInstructionBefore(to_insert, parameter2);
  /external/v8/src/compiler/
basic-block-instrumentor.cc 93 Node* to_insert[kArraySize] = {zero, one, base, load, inc, store}; local
96 block->InsertNodes(insertion_point, &to_insert[insertion_start],
97 &to_insert[kArraySize]);
100 schedule->SetBlockForNode(block, to_insert[i]);

Completed in 71 milliseconds