Searched refs:code_aging_helper (Results 1 – 9 of 9) sorted by relevance
613 bool result = isolate->code_aging_helper()->IsYoung(sequence); in IsYoungSequence()614 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence)); in IsYoungSequence()638 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()640 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence); in PatchPlatformCodeAge()
579 bool result = isolate->code_aging_helper()->IsYoung(sequence); in IsYoungSequence()580 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence)); in IsYoungSequence()604 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()606 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence); in PatchPlatformCodeAge()
640 bool result = isolate->code_aging_helper()->IsYoung(sequence); in IsYoungSequence()641 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence)); in IsYoungSequence()663 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()665 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence); in PatchPlatformCodeAge()
916 bool result = isolate->code_aging_helper()->IsYoung(sequence); in IsYoungSequence()917 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence)); in IsYoungSequence()940 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()942 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence); in PatchPlatformCodeAge()
1011 bool result = isolate->code_aging_helper()->IsYoung(sequence); in IsYoungSequence()1012 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence)); in IsYoungSequence()1036 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()1038 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence); in PatchPlatformCodeAge()
1216 bool result = isolate->code_aging_helper()->IsYoung(sequence); in IsYoungSequence()1217 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence)); in IsYoungSequence()1240 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()1242 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence); in PatchPlatformCodeAge()
1219 bool result = isolate->code_aging_helper()->IsYoung(sequence); in IsYoungSequence()1220 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence)); in IsYoungSequence()1243 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()1245 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence); in PatchPlatformCodeAge()
821 CodeAgingHelper* code_aging_helper() { return code_aging_helper_; } in code_aging_helper() function
4793 bool is_young = isolate->code_aging_helper()->IsYoung(sequence); in IsYoungSequence()4795 isolate->code_aging_helper()->IsOld(sequence)); in IsYoungSequence()