Home | History | Annotate | Download | only in ia32

Lines Matching refs:age

1149 void Code::GetCodeAgeAndParity(byte* sequence, Age* age,
1152 *age = kNoAgeCodeAge;
1159 GetCodeAgeAndParity(stub, age, parity);
1166 Code::Age age,
1170 if (age == kNoAgeCodeAge) {
1174 Code* stub = GetCodeAgeStub(isolate, age, parity);