Home
last modified time | relevance | path

Searched refs:KBytes (Results 1 - 23 of 23) sorted by relevance

/third_party/vixl/src/
H A Dglobals-vixl.h70 const int KBytes = 1024; member
71 const int MBytes = 1024 * KBytes;
H A Dpool-manager.h108 static const int kMaxObjectSize = 4 * KBytes;
/third_party/vixl/benchmarks/aarch64/
H A Dbench-branch-link.cc42 const size_t buffer_size = 256 * KBytes; in main()
H A Dbench-branch.cc45 const size_t buffer_size = 256 * KBytes; in main()
H A Dbench-dataop.cc45 const size_t buffer_size = 256 * KBytes; in main()
H A Dbench-mixed-masm.cc42 const size_t buffer_size = 256 * KBytes; in main()
H A Dbench-branch-masm.cc44 const size_t buffer_size = 256 * KBytes; in main()
H A Dbench-branch-link-masm.cc41 const size_t buffer_size = 256 * KBytes; in main()
H A Dbench-mixed-disasm.cc59 const size_t buffer_size = 256 * KBytes; in main()
H A Dbench-mixed-sim.cc62 const size_t buffer_size = 256 * KBytes; in main()
/third_party/vixl/benchmarks/aarch32/
H A Dbench-dataop.cc45 const unsigned buffer_size = 256 * KBytes; in benchmark()
H A Dbench-branch-masm.cc45 const int buffer_size = 256 * KBytes; in benchmark()
H A Dbench-literal.cc46 const int buffer_size = 256 * KBytes; in benchmark()
H A Dbench-branch-link-masm.cc46 const int buffer_size = 256 * KBytes; in benchmark()
H A Dasm-disasm-speed-test.cc61 const int kBufferSize = 512 * KBytes;
/third_party/vixl/src/aarch32/
H A Dlocation-aarch32.h311 return 1 * KBytes;
/third_party/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc6291 1 * KBytes);
6297 std::string test_string(2 * KBytes, 'x');
6326 1 * KBytes);
6331 std::string test_string(2 * KBytes, 'z');
6338 std::string test_string2(2 * KBytes, 'x');
6365 1 * KBytes);
6398 KBytes / 2);
6400 std::string test_string(3 * KBytes, 'x');
6427 1 * KBytes);
/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.h48 const unsigned kPageSize = 4 * KBytes;
H A Dmacro-assembler-aarch64.cc312 static const size_t kVeneerEmissionMargin = 1 * KBytes; in Emit()
H A Dmacro-assembler-aarch64.h152 static const ptrdiff_t kRecommendedLiteralPoolRange = 128 * KBytes;
/third_party/vixl/test/
H A Dtest-pool-manager.cc149 return 1 * KBytes;
/third_party/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc3019 MacroAssembler masm(12 * KBytes);
3176 MacroAssembler masm(12 * KBytes);
H A Dtest-assembler-aarch64.cc1547 const int kLiteralMargin = 128 * KBytes; in TbzRangePoolLimitHelper()

Completed in 64 milliseconds