Searched refs:instruction_count (Results 1 – 12 of 12) sorted by relevance
/external/v8/test/cctest/ |
D | test-fuzz-arm64.cc | 37 static const int instruction_count = 43 * 1024 * 1024; in TEST() local 45 for (int i = 0; i < instruction_count; i++) { in TEST() 56 static const int instruction_count = 9 * 1024 * 1024; in TEST() local 66 for (int i = 0; i < instruction_count; i++) { in TEST()
|
/external/vixl/test/ |
D | test-fuzz-a64.cc | 42 static const int instruction_count = 43 * 1024 * 1024; in TEST() local 50 for (int i = 0; i < instruction_count; i++) { in TEST() 60 static const int instruction_count = 9 * 1024 * 1024; in TEST() local 70 for (int i = 0; i < instruction_count; i++) { in TEST()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_emit.c | 1001 unsigned instruction_count = code->length / 4; in r300_emit_vs_state() local 1021 R300_PVS_XYZW_VALID_INST(instruction_count - 1) | in r300_emit_vs_state() 1022 R300_PVS_LAST_INST(instruction_count - 1)); in r300_emit_vs_state() 1023 OUT_CS_REG(R300_VAP_PVS_CODE_CNTL_1, instruction_count - 1); in r300_emit_vs_state()
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.cc | 372 int instruction_count = 0; in MoveImmediateHelper() local 409 instruction_count++; in MoveImmediateHelper() 412 instruction_count++; in MoveImmediateHelper() 418 instruction_count++; in MoveImmediateHelper() 429 instruction_count++; in MoveImmediateHelper() 431 return instruction_count; in MoveImmediateHelper()
|
/external/v8/src/x87/ |
D | assembler-x87.cc | 105 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { in PatchCode() argument 107 for (int i = 0; i < instruction_count; i++) { in PatchCode() 112 CpuFeatures::FlushICache(pc_, instruction_count); in PatchCode()
|
/external/v8/src/ia32/ |
D | assembler-ia32.cc | 110 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { in PatchCode() argument 112 for (int i = 0; i < instruction_count; i++) { in PatchCode() 117 CpuFeatures::FlushICache(pc_, instruction_count); in PatchCode()
|
/external/v8/src/ |
D | assembler.h | 559 void PatchCode(byte* instructions, int instruction_count);
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 71 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { in PatchCode() argument 73 for (int i = 0; i < instruction_count; i++) { in PatchCode() 78 CpuFeatures::FlushICache(pc_, instruction_count); in PatchCode()
|
/external/v8/src/arm64/ |
D | assembler-arm64.cc | 186 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { in PatchCode() argument 190 for (int i = 0; i < instruction_count; i++) { in PatchCode() 195 CpuFeatures::FlushICache(pc_, instruction_count * kInstructionSize); in PatchCode()
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 217 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { in PatchCode() argument 220 for (int i = 0; i < instruction_count; i++) { in PatchCode() 225 CpuFeatures::FlushICache(pc_, instruction_count * Assembler::kInstrSize); in PatchCode()
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 195 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { in PatchCode() argument 198 for (int i = 0; i < instruction_count; i++) { in PatchCode() 203 CpuFeatures::FlushICache(pc_, instruction_count * Assembler::kInstrSize); in PatchCode()
|
/external/v8/src/arm/ |
D | assembler-arm.cc | 239 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { in PatchCode() argument 243 for (int i = 0; i < instruction_count; i++) { in PatchCode() 248 CpuFeatures::FlushICache(pc_, instruction_count * Assembler::kInstrSize); in PatchCode()
|