Searched refs:instructionAfter (Results 1 – 2 of 2) sorted by relevance
/external/dexmaker/dexmaker-mockito-inline-extended/src/main/jni/staticjvmtiagent/ |
D | agent.cc | 144 lir::Instruction* instructionAfter, in addLabel() argument 146 c.instructions.InsertBefore(instructionAfter, returnTrueLabel); in addLabel() 152 lir::Instruction* instructionAfter, in addInstr() argument 163 c.instructions.InsertBefore(instructionAfter, instruction); in addInstr() 170 lir::Instruction* instructionAfter, in addCall() argument 185 addInstr(c, instructionAfter, opcode, {param_regs, c.Alloc<Method>(method, in addCall()
|
/external/dexmaker/dexmaker-mockito-inline/src/main/jni/dexmakerjvmtiagent/ |
D | agent.cc | 144 lir::Instruction* instructionAfter, in addLabel() argument 146 c.instructions.InsertBefore(instructionAfter, returnTrueLabel); in addLabel() 152 lir::Instruction* instructionAfter, in addInstr() argument 163 c.instructions.InsertBefore(instructionAfter, instruction); in addInstr() 170 lir::Instruction* instructionAfter, in addCall() argument 185 addInstr(c, instructionAfter, opcode, {param_regs, c.Alloc<Method>(method, in addCall()
|