Home
last modified time | relevance | path

Searched refs:young_sequence_length (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dcodegen.h146 uint32_t young_sequence_length() const { return young_sequence_.length(); } in young_sequence_length() function
/external/v8/src/x64/
Dcodegen-x64.cc521 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()
/external/v8/src/s390/
Dcodegen-s390.cc504 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()
/external/v8/src/ppc/
Dcodegen-ppc.cc512 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()
/external/v8/src/x87/
Dcodegen-x87.cc635 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()
/external/v8/src/arm/
Dcodegen-arm.cc791 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()
/external/v8/src/ia32/
Dcodegen-ia32.cc942 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()
/external/v8/src/mips64/
Dcodegen-mips64.cc1097 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()
/external/v8/src/mips/
Dcodegen-mips.cc1096 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()