Home
last modified time | relevance | path

Searched defs:BUFFER (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dring_buffer_test.cpp25 constexpr RingBuffer<int, DEFAULT_BUFFER_SIZE> BUFFER; in TEST() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h98 enum class ArrayField { UNKNOWN = 0, ACTUAL_LENGTH, BUFFER }; enumerator