Home
last modified time | relevance | path

Searched defs:BUF_SIZE (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/jsvm/test/unittest/
Djsvm_utils.h28 #define BUF_SIZE 256 macro
/arkcompiler/runtime_core/compiler/optimizer/
Dpass_manager_statistics.cpp35 static constexpr size_t BUF_SIZE = 64; in PrintStatistics() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/
Dpass_manager_statistics.cpp37 static constexpr size_t BUF_SIZE = 64; in PrintStatistics() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dencoders_test.cpp205 …static constexpr size_t BUF_SIZE = (MAX_INT21_VALUE - vixl::aarch64::kPageSize) * 2U + CODE_OFFSET; in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/
DnumberLiteral.cpp27 inline constexpr size_t BUF_SIZE = 128; variable
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dstacktrace.cpp278 static constexpr size_t BUF_SIZE = 100; in GetStacktrace() local
/arkcompiler/runtime_core/libpandabase/os/
Dstacktrace.cpp302 static constexpr size_t BUF_SIZE = 100; in GetStacktrace() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.h62 inline constexpr size_t BUF_SIZE = 128; variable
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
Daotdump.cpp373 constexpr auto BUF_SIZE = 256; in PrintCodeX8664() local
/arkcompiler/runtime_core/static_core/runtime/
Dmonitor.cpp980 constexpr int BUF_SIZE = 32; in Acquire() local