| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| H A D | library_loader_load.cpp | 29 void *handle = dlopen(filename.data(), RTLD_LAZY); in Load() local
|
| H A D | library_loader_resolve_symbol.cpp | 28 Expected<void *, Error> ResolveSymbol(const LibraryHandle &handle, std::string_view name) in ResolveSymbol() argument 38 void CloseHandle(void *handle) in CloseHandle() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_native_library.cpp | 21 auto handle = os::library_loader::Load(name); in Load() local 29 EtsNativeLibrary::EtsNativeLibrary(PandaString name, os::library_loader::LibraryHandle &&handle) in EtsNativeLibrary() argument
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| H A D | library_loader_load.cpp | 23 void *handle = dlopen(filename.data(), RTLD_LAZY); in Load() local
|
| H A D | library_loader_resolve_symbol.cpp | 22 Expected<void *, Error> ResolveSymbol(const LibraryHandle &handle, std::string_view name) in ResolveSymbol() argument 32 void CloseHandle(void *handle) in CloseHandle() argument
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| H A D | library_loader.h | 43 explicit LibraryHandle(void *handle) : handle_(handle) {} in LibraryHandle() argument [all...] |
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| H A D | library_loader.cpp | 24 void *handle = reinterpret_cast<void *>(module); in Load() local 32 Expected<void *, Error> ResolveSymbol(const LibraryHandle &handle, std::string_view name) in ResolveSymbol() argument 43 void CloseHandle(void *handle) in CloseHandle() argument
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| H A D | library_loader.cpp | 24 void *handle = reinterpret_cast<void *>(module); in Load() local 32 Expected<void *, Error> ResolveSymbol(const LibraryHandle &handle, std::string_view name) in ResolveSymbol() argument 43 void CloseHandle(void *handle) in CloseHandle() argument
|
| /arkcompiler/runtime_core/tests/fuzztest/getglobalfileinfo_fuzzer/ |
| H A D | getglobalfileinfo_fuzzer.cpp | 25 panda::ZipArchiveHandle handle = nullptr; in GetGlobalFileInfoFuzzTest() local 44 panda::ZipArchiveHandle handle = nullptr; in GetGlobalFileInfoFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | global_handle_collection.h | 41 void Dispose(JSHandle<T> handle) in Dispose() argument
|
| H A D | js_handle.h | 110 explicit JSHandle(const JSHandle<S> &handle) : address_(handle.GetAddress()) {} in JSHandle() argument 113 inline static JSHandle<T> Cast(const JSHandle<S> &handle) in Cast() argument 218 JSMutableHandle(const JSThread *thread, const JSHandle<S> &handle) in JSMutableHandle() argument 227 Cast(const JSMutableHandle<S> &handle) Cast() argument 241 Update(const JSHandle<S> &handle) Update() argument [all...] |
| /arkcompiler/toolchain/inspector/ |
| H A D | library_loader.cpp | 38 void* handle = reinterpret_cast<void*>(module); in Load() local 48 void* ResolveSymbol(void* handle, std::string_view symbol) in ResolveSymbol() argument 60 void CloseHandle(void* handle) in CloseHandle() argument [all...] |
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| H A D | library_loader.h | 54 explicit LibraryHandle(void *handle) : handle_(handle) {} in LibraryHandle() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | handle_scope.h | 77 inline HandleBase Escape(HandleBase handle) in Escape() argument
|
| H A D | loadable_agent.cpp | 34 auto handle = os::library_loader::Load(libraryPath_); in Load() local
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/openuncompressedarchive_fuzzer/ |
| H A D | openuncompressedarchive_fuzzer.cpp | 21 void CloseAndRemoveZipFile(ark::ZipArchiveHandle &handle, FILE *fp, const char *filename) in CloseAndRemoveZipFile() argument
|
| /arkcompiler/runtime_core/tests/fuzztest/openuncompressedarchive_fuzzer/ |
| H A D | openuncompressedarchive_fuzzer.cpp | 21 void CloseAndRemoveZipFile(panda::ZipArchiveHandle &handle, FILE *fp, const char *filename) in CloseAndRemoveZipFile() argument
|
| /arkcompiler/runtime_core/tests/fuzztest/ziparchivehandle_fuzzer/ |
| H A D | ziparchivehandle_fuzzer.cpp | 27 panda::ZipArchiveHandle handle = nullptr; in ZipArchiveHandleFuzzTest() local 32 panda::ZipArchiveHandle handle = nullptr; in ZipArchiveHandleFuzzTest() local 37 panda::ZipArchiveHandle handle = nullptr; in ZipArchiveHandleFuzzTest() local 42 panda::ZipArchiveHandle handle = nullptr; in ZipArchiveHandleFuzzTest() local 54 panda::ZipArchiveHandle handle = nullptr; in ZipArchiveHandleFuzzTest() local 60 panda::ZipArchiveHandle handle = nullptr; ZipArchiveHandleFuzzTest() local 66 panda::ZipArchiveHandle handle = nullptr; ZipArchiveHandleFuzzTest() local [all...] |
| /arkcompiler/runtime_core/tests/fuzztest/gotonextfile_fuzzer/ |
| H A D | gotonextfile_fuzzer.cpp | 80 panda::ZipArchiveHandle handle = nullptr; in GoToNextFileFuzzTest() local
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| H A D | mergeProgram.cpp | 36 int handle = 0; in EnumerateFilesWindows() local
|
| /arkcompiler/toolchain/tooling/client/ark_cli/ |
| H A D | main.cpp | 75 InputOnMessage(uv_async_t *handle) InputOnMessage() argument 140 SocketOnMessage([[maybe_unused]] uv_async_t *handle) SocketOnMessage() argument [all...] |
| /arkcompiler/runtime_core/libziparchive/ |
| H A D | zip_archive.cpp | 32 int OpenArchive(ZipArchiveHandle &handle, const char *path) in OpenArchive() argument 42 int OpenArchiveFile(ZipArchiveHandle &handle, FILE *fp) in OpenArchiveFile() argument 52 int CloseArchive(ZipArchiveHandle &handle) in CloseArchive() argument 66 CloseArchiveFile(ZipArchiveHandle &handle) CloseArchiveFile() argument 80 GetGlobalFileInfo(ZipArchiveHandle &handle, GlobalStat *gstat) GetGlobalFileInfo() argument 90 GoToNextFile(ZipArchiveHandle &handle) GoToNextFile() argument 100 LocateFile(ZipArchiveHandle &handle, const char *filename) LocateFile() argument 110 GetCurrentFileInfo(ZipArchiveHandle &handle, EntryFileStat *entry) GetCurrentFileInfo() argument 120 OpenCurrentFile(ZipArchiveHandle &handle) OpenCurrentFile() argument 130 GetCurrentFileOffset(ZipArchiveHandle &handle, EntryFileStat *entry) GetCurrentFileOffset() argument 135 CloseCurrentFile(ZipArchiveHandle &handle) CloseCurrentFile() argument 145 ExtractToMemory(ZipArchiveHandle &handle, void *buf, size_t buf_size) ExtractToMemory() argument [all...] |
| /arkcompiler/runtime_core/static_core/compiler/aot/ |
| H A D | aot_file.cpp | 32 static inline Expected<const uint8_t *, std::string> LoadSymbol(const ark::os::library_loader::LibraryHandle &handle, in LoadSymbol() argument 59 auto handle = std::move(handleLoad.Value()); in Open() local
|
| /arkcompiler/runtime_core/static_core/libziparchive/ |
| H A D | zip_archive.cpp | 32 int OpenArchive(ZipArchiveHandle &handle, const char *path) in OpenArchive() argument 42 int OpenArchiveFile(ZipArchiveHandle &handle, FILE *fp) in OpenArchiveFile() argument 52 int CloseArchive(ZipArchiveHandle &handle) in CloseArchive() argument 66 CloseArchiveFile(ZipArchiveHandle &handle) CloseArchiveFile() argument 80 GetGlobalFileInfo(ZipArchiveHandle &handle, GlobalStat *gstat) GetGlobalFileInfo() argument 90 GoToNextFile(ZipArchiveHandle &handle) GoToNextFile() argument 100 LocateFile(ZipArchiveHandle &handle, const char *filename) LocateFile() argument 110 GetCurrentFileInfo(ZipArchiveHandle &handle, EntryFileStat *entry) GetCurrentFileInfo() argument 120 OpenCurrentFile(ZipArchiveHandle &handle) OpenCurrentFile() argument 130 GetCurrentFileOffset(ZipArchiveHandle &handle, EntryFileStat *entry) GetCurrentFileOffset() argument 135 CloseCurrentFile(ZipArchiveHandle &handle) CloseCurrentFile() argument 145 ExtractToMemory(ZipArchiveHandle &handle, void *buf, size_t bufSize) ExtractToMemory() argument [all...] |
| /arkcompiler/toolchain/tooling/agent/ |
| H A D | tracing_impl.cpp | 210 void TracingImpl::TracingBufferUsageReport(uv_timer_t* handle) in TracingBufferUsageReport() argument
|