Home
last modified time | relevance | path

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

/external/v8/src/
Dcodegen.h111 uint32_t young_sequence_length() const { return young_sequence_.length(); } in young_sequence_length() function
/external/v8/src/s390/
Dcodegen-s390.cc208 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()
/external/v8/src/ppc/
Dcodegen-ppc.cc216 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()
/external/v8/src/x64/
Dcodegen-x64.cc218 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()
/external/v8/src/x87/
Dcodegen-x87.cc366 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()
/external/v8/src/arm/
Dcodegen-arm.cc461 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()
/external/v8/src/ia32/
Dcodegen-ia32.cc638 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()
/external/v8/src/mips/
Dcodegen-mips.cc750 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()
/external/v8/src/mips64/
Dcodegen-mips64.cc754 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge()