Home
last modified time | relevance | path

Searched refs:young_length (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/x64/
Dcodegen-x64.cc604 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge() local
607 Assembler::FlushICache(isolate, sequence, young_length); in PatchPlatformCodeAge()
610 CodePatcher patcher(isolate, sequence, young_length); in PatchPlatformCodeAge()
/external/v8/src/x87/
Dcodegen-x87.cc638 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge() local
641 Assembler::FlushICache(isolate, sequence, young_length); in PatchPlatformCodeAge()
644 CodePatcher patcher(isolate, sequence, young_length); in PatchPlatformCodeAge()
/external/v8/src/ppc/
Dcodegen-ppc.cc663 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge() local
666 Assembler::FlushICache(isolate, sequence, young_length); in PatchPlatformCodeAge()
671 young_length / Assembler::kInstrSize); in PatchPlatformCodeAge()
/external/v8/src/arm/
Dcodegen-arm.cc940 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge() local
943 Assembler::FlushICache(isolate, sequence, young_length); in PatchPlatformCodeAge()
947 young_length / Assembler::kInstrSize); in PatchPlatformCodeAge()
/external/v8/src/ia32/
Dcodegen-ia32.cc1036 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge() local
1039 Assembler::FlushICache(isolate, sequence, young_length); in PatchPlatformCodeAge()
1042 CodePatcher patcher(isolate, sequence, young_length); in PatchPlatformCodeAge()
/external/v8/src/mips/
Dcodegen-mips.cc1243 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge() local
1246 Assembler::FlushICache(isolate, sequence, young_length); in PatchPlatformCodeAge()
1250 young_length / Assembler::kInstrSize); in PatchPlatformCodeAge()
/external/v8/src/mips64/
Dcodegen-mips64.cc1240 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length(); in PatchPlatformCodeAge() local
1243 Assembler::FlushICache(isolate, sequence, young_length); in PatchPlatformCodeAge()
1247 young_length / Assembler::kInstrSize); in PatchPlatformCodeAge()