Searched refs:AppendInstruction (Results 1 – 2 of 2) sorted by relevance
245 void HInstructionBuilder::AppendInstruction(HInstruction* instruction) { in AppendInstruction() function in art::HInstructionBuilder279 AppendInstruction(null_check); in LoadNullCheckedLocal()338 AppendInstruction(new (allocator_) HSuspendCheck(0u)); in Build()339 AppendInstruction(new (allocator_) HGoto(0u)); in Build()342 AppendInstruction(new (allocator_) HExit()); in Build()382 AppendInstruction(new (allocator_) HNativeDebugInfo(dex_pc)); in Build()399 AppendInstruction(new (allocator_) HGoto()); in Build()421 AppendInstruction(new (allocator_) HGoto(0u)); in BuildIntrinsic()457 AppendInstruction(new (allocator_) HReturnVoid()); in BuildIntrinsic()459 AppendInstruction(new (allocator_) HReturn(invoke)); in BuildIntrinsic()[all …]
93 void AppendInstruction(HInstruction* instruction);