Lines Matching defs:code_ir
33 lir::CodeIr* code_ir, in BoxValue()
101 bool EntryHook::Apply(lir::CodeIr* code_ir) { in Apply()
166 void GenerateShiftParamsCode(lir::CodeIr* code_ir, lir::Instruction* position, dex::u4 shift) { in GenerateShiftParamsCode()
214 bool EntryHook::InjectArrayParamsHook(lir::CodeIr* code_ir, lir::Bytecode* bytecode) { in InjectArrayParamsHook()
353 bool ExitHook::Apply(lir::CodeIr* code_ir) { in Apply()
512 bool DetourHook::Apply(lir::CodeIr* code_ir) { in Apply()
644 void AllocateScratchRegs::RegsRenumbering(lir::CodeIr* code_ir) { in RegsRenumbering()
672 void AllocateScratchRegs::ShiftParams(lir::CodeIr* code_ir) { in ShiftParams()
686 void AllocateScratchRegs::Allocate(lir::CodeIr* code_ir, dex::u4 first_reg, int count) { in Allocate()
702 bool AllocateScratchRegs::Apply(lir::CodeIr* code_ir) { in Apply()
740 lir::CodeIr code_ir(ir_method, dex_ir_); in InstrumentMethod() local