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

  /art/compiler/optimizing/
reference_type_propagation.h 96 void AddDependentInstructionsToWorklist(HInstruction* instr);
ssa_builder.cc 105 static void AddDependentInstructionsToWorklist(HInstruction* instruction,
267 AddDependentInstructionsToWorklist(phi, worklist);
337 AddDependentInstructionsToWorklist(aget_int, &worklist);
351 AddDependentInstructionsToWorklist(aget_float, &worklist);
reference_type_propagation.cc     [all...]

Completed in 195 milliseconds