Searched refs:AppendInstruction (Results 1 – 2 of 2) sorted by relevance
244 void HInstructionBuilder::AppendInstruction(HInstruction* instruction) { in AppendInstruction() function in art::HInstructionBuilder278 AppendInstruction(null_check); in LoadNullCheckedLocal()337 AppendInstruction(new (allocator_) HSuspendCheck(0u)); in Build()338 AppendInstruction(new (allocator_) HGoto(0u)); in Build()341 AppendInstruction(new (allocator_) HExit()); in Build()381 AppendInstruction(new (allocator_) HNativeDebugInfo(dex_pc)); in Build()405 AppendInstruction(new (allocator_) HGoto()); in Build()427 AppendInstruction(new (allocator_) HGoto(0u)); in BuildIntrinsic()468 AppendInstruction(new (allocator_) HReturnVoid()); in BuildIntrinsic()470 AppendInstruction(new (allocator_) HReturn(latest_result_)); in BuildIntrinsic()[all …]
91 void AppendInstruction(HInstruction* instruction);