Home | History | Annotate | Download | only in mips

Lines Matching refs:Age

1207 void Code::GetCodeAgeAndParity(Isolate* isolate, byte* sequence, Age* age,
1210 *age = kNoAgeCodeAge;
1216 GetCodeAgeAndParity(stub, age, parity);
1223 Code::Age age,
1226 if (age == kNoAgeCodeAge) {
1230 Code* stub = GetCodeAgeStub(isolate, age, parity);