Lines Matching refs:patcher
839 PatchingAssembler patcher( in target_at_put() local
841 patcher.mov(dst, Operand(target24)); in target_at_put()
848 PatchingAssembler patcher( in target_at_put() local
850 CpuFeatureScope scope(&patcher, ARMv7); in target_at_put()
851 patcher.movw(dst, target16_0); in target_at_put()
853 PatchingAssembler patcher( in target_at_put() local
855 CpuFeatureScope scope(&patcher, ARMv7); in target_at_put()
856 patcher.movw(dst, target16_0); in target_at_put()
857 patcher.movt(dst, target16_1); in target_at_put()
865 PatchingAssembler patcher( in target_at_put() local
867 patcher.mov(dst, Operand(target8_0)); in target_at_put()
868 patcher.orr(dst, dst, Operand(target8_1 << 8)); in target_at_put()
870 PatchingAssembler patcher( in target_at_put() local
872 patcher.mov(dst, Operand(target8_0)); in target_at_put()
873 patcher.orr(dst, dst, Operand(target8_1 << 8)); in target_at_put()
874 patcher.orr(dst, dst, Operand(target8_2 << 16)); in target_at_put()