Searched refs:code_aging_helper (Results 1 – 10 of 10) sorted by relevance
201 bool result = isolate->code_aging_helper()->IsYoung(sequence); in IsYoungSequence()202 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence)); in IsYoungSequence()218 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()220 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence); in PatchPlatformCodeAge()
191 bool result = isolate->code_aging_helper()->IsYoung(sequence); in IsYoungSequence()192 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence)); in IsYoungSequence()208 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()210 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence); in PatchPlatformCodeAge()
199 bool result = isolate->code_aging_helper()->IsYoung(sequence); in IsYoungSequence()200 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence)); in IsYoungSequence()216 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()218 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence); in PatchPlatformCodeAge()
349 bool result = isolate->code_aging_helper()->IsYoung(sequence); in IsYoungSequence()350 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence)); in IsYoungSequence()366 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()368 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence); in PatchPlatformCodeAge()
445 bool result = isolate->code_aging_helper()->IsYoung(sequence); in IsYoungSequence()446 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence)); in IsYoungSequence()461 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()463 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence); in PatchPlatformCodeAge()
621 bool result = isolate->code_aging_helper()->IsYoung(sequence); in IsYoungSequence()622 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()
738 bool result = isolate->code_aging_helper()->IsYoung(sequence); in IsYoungSequence()739 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence)); in IsYoungSequence()754 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()756 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence); in PatchPlatformCodeAge()
734 bool result = isolate->code_aging_helper()->IsYoung(sequence); in IsYoungSequence()735 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence)); in IsYoungSequence()750 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()752 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence); in PatchPlatformCodeAge()
860 CodeAgingHelper* code_aging_helper() { return code_aging_helper_; } in code_aging_helper() function
4525 bool is_young = isolate->code_aging_helper()->IsYoung(sequence); in IsYoungSequence()4527 isolate->code_aging_helper()->IsOld(sequence)); in IsYoungSequence()