Home
last modified time | relevance | path

Searched defs:buff (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
H A Dunix_native_stack_test.cpp34 char buff[1024] = "abcdefg"; in HWTEST() local
H A Dcode_allocator_test.cpp60 uint8_t buff[] = {0xCC, 0xCC}; in HWTEST_F() local
H A Dbit_table_test.cpp440 std::array<uint32_t, 128> buff; in TEST_F() local
/arkcompiler/runtime_core/tests/fuzztest/makereadexec_fuzzer/
H A Dmakereadexec_fuzzer.cpp38 uint8_t* buff = const_cast<uint8_t*>(data); in MakeReadExecFuzzTest() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dcode_allocator_test.cpp65 uint8_t buff[] = {0xCCU, 0xCCU}; in TEST_F() local
/arkcompiler/runtime_core/libpandabase/mem/
H A Dmalloc_mem_pool-inl.h49 void *buff = reinterpret_cast<char *>(reinterpret_cast<std::uintptr_t>(ret) + sizeof(ArenaT)); in AllocArenaImpl() local
H A Darena-inl.h27 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 Darena.h157 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 Dmalloc_mem_pool-inl.h50 void *buff = reinterpret_cast<char *>(reinterpret_cast<std::uintptr_t>(ret) + sizeof(ArenaT)); in AllocArenaImpl() local
H A Darena.h137 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 Darena-inl.h27 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 Dan_file_data_manager.cpp68 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 Dan_file_info.cpp99 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 Dsnapshot.cpp204 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 Dzip_file.cpp400 auto buff = zipFileReader_->ReadBuffer(startPos, buffSize); in CheckCoherencyLocalHeader() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp112 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 Decma_context.cpp1146 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 Djsnapi_expo.cpp5084 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

Completed in 22 milliseconds