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

  /art/compiler/optimizing/
instruction_builder.cc 244 void HInstructionBuilder::AppendInstruction(HInstruction* instruction) {
278 AppendInstruction(null_check);
337 AppendInstruction(new (allocator_) HSuspendCheck(0u));
338 AppendInstruction(new (allocator_) HGoto(0u));
341 AppendInstruction(new (allocator_) HExit());
381 AppendInstruction(new (allocator_) HNativeDebugInfo(dex_pc));
398 AppendInstruction(new (allocator_) HGoto());
420 AppendInstruction(new (allocator_) HGoto(0u));
456 AppendInstruction(new (allocator_) HReturnVoid());
458 AppendInstruction(new (allocator_) HReturn(invoke))
    [all...]
instruction_builder.h 93 void AppendInstruction(HInstruction* instruction);

Completed in 455 milliseconds