Lines Matching refs:CodeIr
33 lir::CodeIr* code_ir, in BoxValue()
96 bool EntryHook::Apply(lir::CodeIr* code_ir) { in Apply()
161 void GenerateShiftParamsCode(lir::CodeIr* code_ir, lir::Instruction* position, dex::u4 shift) { in GenerateShiftParamsCode()
209 bool EntryHook::InjectArrayParamsHook(lir::CodeIr* code_ir, lir::Bytecode* bytecode) { in InjectArrayParamsHook()
335 bool ExitHook::Apply(lir::CodeIr* code_ir) { in Apply()
437 bool DetourHook::Apply(lir::CodeIr* code_ir) { in Apply()
569 void AllocateScratchRegs::RegsRenumbering(lir::CodeIr* code_ir) { in RegsRenumbering()
597 void AllocateScratchRegs::ShiftParams(lir::CodeIr* code_ir) { in ShiftParams()
611 void AllocateScratchRegs::Allocate(lir::CodeIr* code_ir, dex::u4 first_reg, int count) { in Allocate()
627 bool AllocateScratchRegs::Apply(lir::CodeIr* code_ir) { in Apply()
665 lir::CodeIr code_ir(ir_method, dex_ir_); in InstrumentMethod()