Searched defs:InsertInsn (Results 1 – 3 of 3) sorted by relevance
70 void InsertInsn(MachineInsn* insn) { bb_->insn_list().push_back(insn); } in InsertInsn() function
76 void InsertInsn(std::vector<uint8_t>* code, size_t pos, uint32_t insn) { in InsertInsn() function in art::linker::Thumb2RelativePatcherTest
85 static void InsertInsn(std::vector<uint8_t>* code, size_t pos, uint32_t insn) { in InsertInsn() function in art::linker::Arm64RelativePatcherTest