Home
last modified time | relevance | path

Searched defs:handle (Results 1 - 25 of 37) sorted by relevance

12

/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dlibrary_loader_load.cpp29 void *handle = dlopen(filename.data(), RTLD_LAZY); in Load() local
H A Dlibrary_loader_resolve_symbol.cpp28 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 Dets_native_library.cpp21 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 Dlibrary_loader_load.cpp23 void *handle = dlopen(filename.data(), RTLD_LAZY); in Load() local
H A Dlibrary_loader_resolve_symbol.cpp22 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 Dlibrary_loader.h43 explicit LibraryHandle(void *handle) : handle_(handle) {} in LibraryHandle() argument
[all...]
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dlibrary_loader.cpp24 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 Dlibrary_loader.cpp24 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 Dgetglobalfileinfo_fuzzer.cpp25 panda::ZipArchiveHandle handle = nullptr; in GetGlobalFileInfoFuzzTest() local
44 panda::ZipArchiveHandle handle = nullptr; in GetGlobalFileInfoFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/
H A Dglobal_handle_collection.h41 void Dispose(JSHandle<T> handle) in Dispose() argument
H A Djs_handle.h110 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 Dlibrary_loader.cpp38 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 Dlibrary_loader.h54 explicit LibraryHandle(void *handle) : handle_(handle) {} in LibraryHandle() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/
H A Dhandle_scope.h77 inline HandleBase Escape(HandleBase handle) in Escape() argument
H A Dloadable_agent.cpp34 auto handle = os::library_loader::Load(libraryPath_); in Load() local
/arkcompiler/runtime_core/static_core/tests/fuzztest/openuncompressedarchive_fuzzer/
H A Dopenuncompressedarchive_fuzzer.cpp21 void CloseAndRemoveZipFile(ark::ZipArchiveHandle &handle, FILE *fp, const char *filename) in CloseAndRemoveZipFile() argument
/arkcompiler/runtime_core/tests/fuzztest/openuncompressedarchive_fuzzer/
H A Dopenuncompressedarchive_fuzzer.cpp21 void CloseAndRemoveZipFile(panda::ZipArchiveHandle &handle, FILE *fp, const char *filename) in CloseAndRemoveZipFile() argument
/arkcompiler/runtime_core/tests/fuzztest/ziparchivehandle_fuzzer/
H A Dziparchivehandle_fuzzer.cpp27 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 Dgotonextfile_fuzzer.cpp80 panda::ZipArchiveHandle handle = nullptr; in GoToNextFileFuzzTest() local
/arkcompiler/ets_frontend/merge_abc/src/
H A DmergeProgram.cpp36 int handle = 0; in EnumerateFilesWindows() local
/arkcompiler/toolchain/tooling/client/ark_cli/
H A Dmain.cpp75 InputOnMessage(uv_async_t *handle) InputOnMessage() argument
140 SocketOnMessage([[maybe_unused]] uv_async_t *handle) SocketOnMessage() argument
[all...]
/arkcompiler/runtime_core/libziparchive/
H A Dzip_archive.cpp32 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 Daot_file.cpp32 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 Dzip_archive.cpp32 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 Dtracing_impl.cpp210 void TracingImpl::TracingBufferUsageReport(uv_timer_t* handle) in TracingBufferUsageReport() argument

Completed in 8 milliseconds

12