Home | History | Annotate | Download | only in mips

Lines Matching refs:Code

6 //     * Redistributions of source code must retain the above copyright
142 // Code generators
597 // The sequence of instructions that is patched out for aging code is the
614 bool Code::IsYoungSequence(byte* sequence) {
624 void Code::GetCodeAgeAndParity(byte* sequence, Age* age,
632 Code* stub = GetCodeFromTargetAddress(target_address);
638 void Code::PatchPlatformCodeAge(byte* sequence,
639 Code::Age age,
647 Code* stub = GetCodeAgeStub(age, parity);
649 // Mark this code sequence for FindPlatformCodeAgeSequence()