Home | History | Annotate | Download | only in src

Lines Matching defs:Age

5016   // [ic_age]: Inline caching age: the value of the Heap::global_ic_age
5290 enum Age {
5313 Age GetAge();
5314 // Gets the raw code age, including psuedo code-age values such as
5316 Age GetRawAge();
5456 static void GetCodeAgeAndParity(Code* code, Age* age,
5458 static void GetCodeAgeAndParity(Isolate* isolate, byte* sequence, Age* age,
5460 static Code* GetCodeAgeStub(Isolate* isolate, Age age, MarkingParity parity);
5464 byte* sequence, Age age,
6733 // Inline cache age is used to infer whether the function survived a context
6736 inline void set_ic_age(int age);
10754 // about the code's age.