Home | History | Annotate | Download | only in x87

Lines Matching refs:patcher

123   // Create a code patcher.
124 CodePatcher patcher(pc_, code_size);
129 patcher.masm()->bind(&check_codesize);
133 patcher.masm()->call(target, RelocInfo::NONE32);
137 patcher.masm()->SizeOfCodeGeneratedSince(&check_codesize));
142 patcher.masm()->int3();