Home | History | Annotate | Download | only in mips64

Lines Matching refs:Age

1097 void Code::GetCodeAgeAndParity(Isolate* isolate, byte* sequence, Age* age,
1100 *age = kNoAgeCodeAge;
1106 GetCodeAgeAndParity(stub, age, parity);
1113 Code::Age age,
1116 if (age == kNoAgeCodeAge) {
1120 Code* stub = GetCodeAgeStub(isolate, age, parity);