Home | History | Annotate | Download | only in arm

Lines Matching refs:Code

6 //     * Redistributions of source code must retain the above copyright
388 // Code generators
831 // The sequence of instructions that is patched out for aging code is the
841 patcher.masm()->nop(ip.code());
849 bool Code::IsYoungSequence(byte* sequence) {
859 void Code::GetCodeAgeAndParity(byte* sequence, Age* age,
867 Code* stub = GetCodeFromTargetAddress(target_address);
873 void Code::PatchPlatformCodeAge(byte* sequence,
874 Code::Age age,
882 Code* stub = GetCodeAgeStub(age, parity);