Home | History | Annotate | Download | only in mips

Lines Matching refs:patcher

1317   CodePatcher patcher(patch_address, 2);
1322 patcher.masm()->andi(at, reg, kSmiTagMask);
1326 patcher.masm()->andi(at, reg, 0);
1330 patcher.ChangeBranchCondition(ne);
1333 patcher.ChangeBranchCondition(eq);