| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A D | unix_native_stack_test.cpp | 34 char buff[1024] = "abcdefg"; in HWTEST() local
|
| H A D | code_allocator_test.cpp | 60 uint8_t buff[] = {0xCC, 0xCC}; in HWTEST_F() local
|
| H A D | bit_table_test.cpp | 440 std::array<uint32_t, 128> buff; in TEST_F() local
|
| /arkcompiler/runtime_core/tests/fuzztest/makereadexec_fuzzer/ |
| H A D | makereadexec_fuzzer.cpp | 38 uint8_t* buff = const_cast<uint8_t*>(data); in MakeReadExecFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| H A D | code_allocator_test.cpp | 65 uint8_t buff[] = {0xCCU, 0xCCU}; in TEST_F() local
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| H A D | malloc_mem_pool-inl.h | 49 void *buff = reinterpret_cast<char *>(reinterpret_cast<std::uintptr_t>(ret) + sizeof(ArenaT)); in AllocArenaImpl() local
|
| H A D | arena-inl.h | 27 inline Arena::Arena(size_t buff_size, void *buff) : Arena(buff_size, buff, ARENA_DEFAULT_ALIGNMENT) {} in Arena() argument 29 inline Arena::Arena(size_t buff_size, void *buff, Alignment start_alignment) in Arena() argument [all...] |
| H A D | arena.h | 157 AlignedArena(size_t buff_size, void *buff) : Arena(buff_size, buff, AlignmentT) {} in AlignedArena() argument 174 DoubleLinkedAlignedArena(size_t buff_size, void *buff) : AlignedArena<AlignmentT>(buff_size, buff) {} in DoubleLinkedAlignedArena() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| H A D | malloc_mem_pool-inl.h | 50 void *buff = reinterpret_cast<char *>(reinterpret_cast<std::uintptr_t>(ret) + sizeof(ArenaT)); in AllocArenaImpl() local
|
| H A D | arena.h | 137 AlignedArena(size_t buffSize, void *buff) : Arena(buffSize, buff, ALIGNMENT_T) {} in AlignedArena() argument 154 DoubleLinkedAlignedArena(size_t buffSize, void *buff) : AlignedArena<ALIGNMENT_T>(buffSize, buff) {} in DoubleLinkedAlignedArena() argument
|
| H A D | arena-inl.h | 27 inline Arena::Arena(size_t buffSize, void *buff) : Arena(buffSize, buff, ARENA_DEFAULT_ALIGNMENT) {} in Arena() argument 29 inline Arena::Arena(size_t buffSize, void *buff, Alignment startAlignment) in Arena() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | an_file_data_manager.cpp | 68 SafeLoad(const std::string &fileName, Type type, [[maybe_unused]] std::function<bool (std::string fileName, uint8_t **buff, size_t *buffSize)> cb) SafeLoad() argument 145 UnsafeLoadFromAOT(const std::string &fileName, std::function<bool (std::string fileName, uint8_t **buff, size_t *buffSize)> cb) UnsafeLoadFromAOT() argument
|
| H A D | an_file_info.cpp | 99 uint8_t *buff = nullptr; in Load() local 95 Load(const std::string &filename, [[maybe_unused]] std::function<bool (std::string fileName, uint8_t **buff, size_t *buffSize)> ReadAOTCallBack) Load() argument
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| H A D | snapshot.cpp | 204 uint8_t *buff = nullptr; in Deserialize() local 195 Deserialize(SnapshotType type, const CString &snapshotFile, [[maybe_unused]] std::function<bool (std::string fileName, uint8_t **buff, size_t *buffSize)> ReadAOTCallBack, bool isBuiltins) Deserialize() argument
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| H A D | zip_file.cpp | 400 auto buff = zipFileReader_->ReadBuffer(startPos, buffSize); in CheckCoherencyLocalHeader() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| H A D | emitter.cpp | 112 void FunctionEmitter::GenBufferLiterals(const LiteralBuffer *buff) in GenBufferLiterals() argument 1055 GenBufferLiterals(ArenaVector<std::pair<int32_t, std::vector<Literal>>> &literalBuffers, const LiteralBuffer *buff) GenBufferLiterals() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | ecma_context.cpp | 1146 LoadAOTFiles(const std::string& aotFileName, std::function<bool(std::string fileName, uint8_t **buff, size_t *buffSize)> cb) LoadAOTFiles() argument
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| H A D | jsnapi_expo.cpp | 5084 LoadAotFile(EcmaVM *vm, [[maybe_unused]] const std::string &bundleName, const std::string &moduleName, std::function<bool(std::string fileName, uint8_t **buff, size_t *buffSize)> cb) LoadAotFile() argument 5609 SetHostResolveBufferTracker(EcmaVM *vm, std::function<bool(std::string dirPath, uint8_t **buff, size_t *buffSize, std::string &errorMsg)> cb) SetHostResolveBufferTracker() argument
|