Home | History | Annotate | Download | only in ia32

Lines Matching refs:patcher

126   // Create a code patcher.
127 CodePatcher patcher(pc_, code_size);
132 patcher.masm()->bind(&check_codesize);
136 patcher.masm()->call(target, RelocInfo::NONE32);
140 patcher.masm()->SizeOfCodeGeneratedSince(&check_codesize));
145 patcher.masm()->int3();