Home
last modified time | relevance | path

Searched defs:buffer_ (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DmoduleRecordEmitter.h77 std::vector<panda::pandasm::LiteralArray::Literal> buffer_; variable
/arkcompiler/runtime_core/libpandabase/mem/ringbuf/
Dlock_free_ring_buffer.h112 std::array<T, RING_BUFFER_SIZE> buffer_; variable
/arkcompiler/runtime_core/libpandabase/utils/
Dring_buffer.h109 array_ptr buffer_ = nullptr; variable
456 std::array<T, N + 1> buffer_ = {}; variable
Dsmall_vector.h628 StaticBuffer buffer_; member
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dring_buffer.h111 ArrayPtr buffer_ = nullptr; variable
414 std::array<T, N + 1> buffer_ = {}; variable
/arkcompiler/runtime_core/static_core/libpandabase/mem/ringbuf/
Dlock_free_ring_buffer.h137 alignas(ark::COHERENCY_LINE_SIZE) std::array<T, RING_BUFFER_SIZE> buffer_; variable
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
Dtrace.h140 PandaUniquePtr<uint8_t[]> buffer_; // NOLINT(modernize-avoid-c-arrays) variable
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dabc_buffer_cache.h27 void *buffer_ ; member
/arkcompiler/runtime_core/libpandafile/
Dfile_writer.h244 std::vector<uint8_t> buffer_; variable
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_dfx.cpp42 NullBuffer buffer_; member in panda::ecmascript::NullStream
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.h303 DynChunk buffer_; variable
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dserializer_test.cpp29 std::vector<uint8_t> buffer_; member in ark::SerializatorTest
/arkcompiler/ets_runtime/common_components/heap/ark_collector/
Dark_collector.cpp487 CArrayList<BaseObject *> buffer_; member in common::EnumRootsBuffer