Searched refs:code_aging_helper (Results 1 – 8 of 8) sorted by relevance
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()
653 bool result = isolate->code_aging_helper()->IsYoung(sequence); in IsYoungSequence()654 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence)); in IsYoungSequence()678 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()680 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence); in PatchPlatformCodeAge()
897 bool result = isolate->code_aging_helper()->IsYoung(sequence); in IsYoungSequence()898 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence)); in IsYoungSequence()921 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()923 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence); in PatchPlatformCodeAge()
994 bool result = isolate->code_aging_helper()->IsYoung(sequence); in IsYoungSequence()995 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence)); in IsYoungSequence()1019 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()1021 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence); in PatchPlatformCodeAge()
1091 bool result = isolate->code_aging_helper()->IsYoung(sequence); in IsYoungSequence()1092 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence)); in IsYoungSequence()1115 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()1117 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence); in PatchPlatformCodeAge()
1201 bool result = isolate->code_aging_helper()->IsYoung(sequence); in IsYoungSequence()1202 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence)); in IsYoungSequence()1225 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()1227 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence); in PatchPlatformCodeAge()
875 CodeAgingHelper* code_aging_helper() { return code_aging_helper_; } in code_aging_helper() function
5277 bool is_young = isolate->code_aging_helper()->IsYoung(sequence); in IsYoungSequence()5279 isolate->code_aging_helper()->IsOld(sequence)); in IsYoungSequence()