Home | History | Annotate | Download | only in mips64

Lines Matching refs:Age

1079 void Code::GetCodeAgeAndParity(Isolate* isolate, byte* sequence, Age* age,
1082 *age = kNoAgeCodeAge;
1088 GetCodeAgeAndParity(stub, age, parity);
1095 Code::Age age,
1098 if (age == kNoAgeCodeAge) {
1102 Code* stub = GetCodeAgeStub(isolate, age, parity);