HomeSort by relevance Sort by last modified time
    Searched refs:instruction_count (Results 1 - 4 of 4) sorted by null

  /external/v8/test/cctest/
test-fuzz-arm64.cc 37 static const int instruction_count = 43 * 1024 * 1024; local
45 for (int i = 0; i < instruction_count; i++) {
56 static const int instruction_count = 9 * 1024 * 1024; local
66 for (int i = 0; i < instruction_count; i++) {
  /external/vixl/test/
test-fuzz-a64.cc 42 static const int instruction_count = 43 * 1024 * 1024; local
50 for (int i = 0; i < instruction_count; i++) {
60 static const int instruction_count = 9 * 1024 * 1024; local
70 for (int i = 0; i < instruction_count; i++) {
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 1001 unsigned instruction_count = code->length \/ 4; local
    [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.cc 389 int instruction_count = 0; local
426 instruction_count++;
429 instruction_count++;
435 instruction_count++;
446 instruction_count++;
448 return instruction_count;
    [all...]

Completed in 1784 milliseconds