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

  /art/compiler/optimizing/
induction_var_analysis_test.cc 133 HInstruction* InsertInstruction(HInstruction* instruction, int d) {
150 return InsertInstruction(new (&allocator_) HArraySet(
256 HInstruction *add = InsertInstruction(
258 HInstruction *sub = InsertInstruction(
260 HInstruction *mul = InsertInstruction(
262 HInstruction *shl = InsertInstruction(
264 HInstruction *neg = InsertInstruction(
288 HInstruction *add = InsertInstruction(
291 HInstruction *sub = InsertInstruction(
378 HInstruction *sub = InsertInstruction(
    [all...]
nodes_test.cc 72 TEST(Node, InsertInstruction) {

Completed in 42 milliseconds