Home | History | Annotate | Download | only in mips

Lines Matching refs:Age

1078 void Code::GetCodeAgeAndParity(Isolate* isolate, byte* sequence, Age* age,
1081 *age = kNoAgeCodeAge;
1087 GetCodeAgeAndParity(stub, age, parity);
1094 Code::Age age,
1097 if (age == kNoAgeCodeAge) {
1101 Code* stub = GetCodeAgeStub(isolate, age, parity);