Searched refs:instructionAfter (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/lock_agent/ |
D | agent.cpp | 178 static void addInst(CodeIr* cIr, lir::Instruction* instructionAfter, Opcode opcode, in addInst() argument 188 cIr->instructions.InsertBefore(instructionAfter, instruction); in addInst() 191 void addCall(CodeIr* cIr, lir::Instruction* instructionAfter, Opcode opcode, ir::Type* type, in addCall() argument 202 addInst(cIr, instructionAfter, opcode, in addCall() 206 void addCall(CodeIr* cIr, lir::Instruction* instructionAfter, Opcode opcode, ir::Type* type, in addCall() argument 214 addInst(cIr, instructionAfter, opcode, in addCall()
|