| /arkcompiler/ets_runtime/test/moduletest/typedarrayfill/ |
| D | typedarrayfill.js | 23 let buff = new ArrayBuffer(0); variable
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | unix_native_stack_test.cpp | 34 char buff[1024] = "abcdefg"; variable
|
| D | code_allocator_test.cpp | 60 uint8_t buff[] = {0xCC, 0xCC}; variable
|
| D | bit_table_test.cpp | 440 std::array<uint32_t, 128> buff; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | arena.h | 137 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()
|
| D | arena-inl.h | 27 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()
|
| D | malloc_mem_pool-inl.h | 51 void *buff = reinterpret_cast<char *>(reinterpret_cast<std::uintptr_t>(ret) + sizeof(ArenaT)); in AllocArenaImpl() local
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | arena.h | 157 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()
|
| D | arena-inl.h | 27 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()
|
| D | malloc_mem_pool-inl.h | 49 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/ |
| D | builtinDataViewFloat64.ts | 126 let buff = new ArrayBuffer(8); variable
|
| /arkcompiler/runtime_core/tests/fuzztest/makereadexec_fuzzer/ |
| D | makereadexec_fuzzer.cpp | 38 uint8_t* buff = const_cast<uint8_t*>(data); in MakeReadExecFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/tools/ark_js_napi_cli/utils/ |
| D | utils.cpp | 24 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/ |
| D | code_allocator_test.cpp | 65 uint8_t buff[] = {0xCCU, 0xCCU}; in TEST_F() local
|
| D | bit_table_test.cpp | 452 std::array<uint32_t, 128U> buff {}; in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | an_file_info.cpp | 123 (std::string fileName, uint8_t **buff, size_t *buffSize)> ReadAOTCallBack) in Load() 126 uint8_t *buff = nullptr; in Load() local
|
| D | an_file_data_manager.cpp | 70 (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/ |
| D | snapshot.cpp | 224 (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/ |
| D | ani_textdecoder.cpp | 51 TextDecoder::TextDecoder(std::string &buff, uint32_t flags) : encStr_(buff), tranTool_(nullptr, nul… in TextDecoder()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 105 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/ |
| D | c_string.cpp | 187 char buff[base::JS_DTOA_BUF_SIZE] = {0}; in AppendDoubleToString() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | compilerImpl.cpp | 62 for (const auto &buff : context->contextLiterals) { in HandleContextLiterals() local
|
| D | emitter.cpp | 447 for (const auto &buff : programElement->BuffStorage()) { in AddProgramElement() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | js_pandafile_snapshot_test.cpp | 78 char buff[FILENAME_MAX]; in GetSnapshotPath() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | object_helpers.cpp | 75 std::array<char, BUFF_SIZE> buff {0}; in DumpStringClass() local
|