Searched refs:young_length (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/x64/ |
D | codegen-x64.cc | 604 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/ |
D | codegen-x87.cc | 638 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/ |
D | codegen-ppc.cc | 663 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/ |
D | codegen-arm.cc | 940 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/ |
D | codegen-ia32.cc | 1036 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/ |
D | codegen-mips.cc | 1243 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/ |
D | codegen-mips64.cc | 1240 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()
|