Lines Matching defs:code_ir
37 lir::CodeIr* code_ir, in BoxValue()
105 bool EntryHook::Apply(lir::CodeIr* code_ir) { in Apply()
170 void GenerateShiftParamsCode(lir::CodeIr* code_ir, lir::Instruction* position, dex::u4 shift) { in GenerateShiftParamsCode()
223 bool EntryHook::InjectArrayParamsHook(lir::CodeIr* code_ir, lir::Bytecode* bytecode) { in InjectArrayParamsHook()
362 bool ExitHook::Apply(lir::CodeIr* code_ir) { in Apply()
524 bool DetourHook::Apply(lir::CodeIr* code_ir) { in Apply()
656 void AllocateScratchRegs::RegsRenumbering(lir::CodeIr* code_ir) { in RegsRenumbering()
684 void AllocateScratchRegs::ShiftParams(lir::CodeIr* code_ir) { in ShiftParams()
698 void AllocateScratchRegs::Allocate(lir::CodeIr* code_ir, dex::u4 first_reg, int count) { in Allocate()
714 bool AllocateScratchRegs::Apply(lir::CodeIr* code_ir) { in Apply()
752 lir::CodeIr code_ir(ir_method, dex_ir_); in InstrumentMethod() local