Home
last modified time | relevance | path

Searched defs:BUFF_SIZE (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dnative_stack.cpp29 constexpr size_t BUFF_SIZE = 8_KB; in ReadOsFile() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dc_string.h75 static constexpr uint32_t BUFF_SIZE = std::numeric_limits<T>::digits10 + 3; // 3: Reserved for sign bit and '\0'. in ToCString() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dbump_allocator_test.cpp115 constexpr size_t BUFF_SIZE = 1_MB; in DEATH_TEST_F() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dnative_stack.cpp149 constexpr size_t BUFF_SIZE = 8_KB; in ReadOsFile() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dobject_helpers.cpp71 constexpr size_t BUFF_SIZE = 256; in DumpStringClass() local

Completed in 3 milliseconds