Home
last modified time | relevance | path

Searched defs:buff (Results 1 – 25 of 35) sorted by relevance

12

/arkcompiler/ets_runtime/test/moduletest/typedarrayfill/
Dtypedarrayfill.js23 let buff = new ArrayBuffer(0); variable
/arkcompiler/runtime_core/libpandabase/tests/
Dunix_native_stack_test.cpp34 char buff[1024] = "abcdefg"; variable
Dcode_allocator_test.cpp60 uint8_t buff[] = {0xCC, 0xCC}; variable
Dbit_table_test.cpp440 std::array<uint32_t, 128> buff; in TEST_F() local
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Darena.h137 AlignedArena(size_t buffSize, void *buff) : Arena(buffSize, buff, ALIGNMENT_T) {} in AlignedArena()
154 …DoubleLinkedAlignedArena(size_t buffSize, void *buff) : AlignedArena<ALIGNMENT_T>(buffSize, buff) … in DoubleLinkedAlignedArena()
Darena-inl.h27 inline Arena::Arena(size_t buffSize, void *buff) : Arena(buffSize, buff, ARENA_DEFAULT_ALIGNMENT) {} in Arena()
29 inline Arena::Arena(size_t buffSize, void *buff, Alignment startAlignment) in Arena()
Dmalloc_mem_pool-inl.h51 void *buff = reinterpret_cast<char *>(reinterpret_cast<std::uintptr_t>(ret) + sizeof(ArenaT)); in AllocArenaImpl() local
/arkcompiler/runtime_core/libpandabase/mem/
Darena.h157 AlignedArena(size_t buff_size, void *buff) : Arena(buff_size, buff, AlignmentT) {} in AlignedArena()
174 …DoubleLinkedAlignedArena(size_t buff_size, void *buff) : AlignedArena<AlignmentT>(buff_size, buff)… in DoubleLinkedAlignedArena()
Darena-inl.h27 inline Arena::Arena(size_t buff_size, void *buff) : Arena(buff_size, buff, ARENA_DEFAULT_ALIGNMENT)… in Arena()
29 inline Arena::Arena(size_t buff_size, void *buff, Alignment start_alignment) in Arena()
Dmalloc_mem_pool-inl.h49 void *buff = reinterpret_cast<char *>(reinterpret_cast<std::uintptr_t>(ret) + sizeof(ArenaT)); in AllocArenaImpl() local
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/DataView/Float64/
DbuiltinDataViewFloat64.ts126 let buff = new ArrayBuffer(8); variable
/arkcompiler/runtime_core/tests/fuzztest/makereadexec_fuzzer/
Dmakereadexec_fuzzer.cpp38 uint8_t* buff = const_cast<uint8_t*>(data); in MakeReadExecFuzzTest() local
/arkcompiler/runtime_core/static_core/tools/ark_js_napi_cli/utils/
Dutils.cpp24 void GetAsset(const std::string &uri, [[maybe_unused]] uint8_t **buff, [[maybe_unused]] size_t *buf… in GetAsset()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dcode_allocator_test.cpp65 uint8_t buff[] = {0xCCU, 0xCCU}; in TEST_F() local
Dbit_table_test.cpp452 std::array<uint32_t, 128U> buff {}; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_info.cpp123 (std::string fileName, uint8_t **buff, size_t *buffSize)> ReadAOTCallBack) in Load()
126 uint8_t *buff = nullptr; in Load() local
Dan_file_data_manager.cpp70 (std::string fileName, uint8_t **buff, size_t *buffSize)> cb) in SafeLoad()
147 (std::string fileName, uint8_t **buff, size_t *buffSize)> cb) in UnsafeLoadFromAOT()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.cpp224 (std::string fileName, uint8_t **buff, size_t *buffSize)> ReadAOTCallBack, bool isBuiltins) in Deserialize()
232 uint8_t *buff = nullptr; in Deserialize() local
/arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/api/
Dani_textdecoder.cpp51 TextDecoder::TextDecoder(std::string &buff, uint32_t flags) : encStr_(buff), tranTool_(nullptr, nul… in TextDecoder()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp105 void FunctionEmitter::GenBufferLiterals(const LiteralBuffer *buff) in GenBufferLiterals()
496 for (const auto *buff : pg_->BuffStorage()) { in GenLiteralBuffers() local
1148 const LiteralBuffer *buff) in GenBufferLiterals()
/arkcompiler/ets_runtime/ecmascript/mem/
Dc_string.cpp187 char buff[base::JS_DTOA_BUF_SIZE] = {0}; in AppendDoubleToString() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompilerImpl.cpp62 for (const auto &buff : context->contextLiterals) { in HandleContextLiterals() local
Demitter.cpp447 for (const auto &buff : programElement->BuffStorage()) { in AddProgramElement() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_snapshot_test.cpp78 char buff[FILENAME_MAX]; in GetSnapshotPath() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers.cpp75 std::array<char, BUFF_SIZE> buff {0}; in DumpStringClass() local

12