Home
last modified time | relevance | path

Searched refs:code_aging_helper (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/x64/
Dcodegen-x64.cc201 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()
/external/v8/src/s390/
Dcodegen-s390.cc191 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()
/external/v8/src/ppc/
Dcodegen-ppc.cc199 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()
/external/v8/src/x87/
Dcodegen-x87.cc349 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()
/external/v8/src/arm/
Dcodegen-arm.cc445 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()
/external/v8/src/ia32/
Dcodegen-ia32.cc621 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()
/external/v8/src/mips64/
Dcodegen-mips64.cc738 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()
/external/v8/src/mips/
Dcodegen-mips.cc734 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()
/external/v8/src/
Disolate.h860 CodeAgingHelper* code_aging_helper() { return code_aging_helper_; } in code_aging_helper() function
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc4525 bool is_young = isolate->code_aging_helper()->IsYoung(sequence); in IsYoungSequence()
4527 isolate->code_aging_helper()->IsOld(sequence)); in IsYoungSequence()