Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 26) sorted by relevance

12

/arkcompiler/runtime_core/libziparchive/
Dzip_archive.cpp32 int OpenArchive(ZipArchiveHandle &handle, const char *path) in OpenArchive()
42 int OpenArchiveFile(ZipArchiveHandle &handle, FILE *fp) in OpenArchiveFile()
52 int CloseArchive(ZipArchiveHandle &handle) in CloseArchive()
66 int CloseArchiveFile(ZipArchiveHandle &handle) in CloseArchiveFile()
80 int GetGlobalFileInfo(ZipArchiveHandle &handle, GlobalStat *gstat) in GetGlobalFileInfo()
90 int GoToNextFile(ZipArchiveHandle &handle) in GoToNextFile()
100 int LocateFile(ZipArchiveHandle &handle, const char *filename) in LocateFile()
110 int GetCurrentFileInfo(ZipArchiveHandle &handle, EntryFileStat *entry) in GetCurrentFileInfo()
120 int OpenCurrentFile(ZipArchiveHandle &handle) in OpenCurrentFile()
130 void GetCurrentFileOffset(ZipArchiveHandle &handle, EntryFileStat *entry) in GetCurrentFileOffset()
[all …]
/arkcompiler/runtime_core/platforms/windows/libpandabase/
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()
43 void CloseHandle(void *handle) in CloseHandle()
/arkcompiler/toolchain/inspector/
Dlibrary_loader.cpp35 void* handle = reinterpret_cast<void*>(module); in Load() local
45 void* ResolveSymbol(void* handle, std::string_view symbol) in ResolveSymbol()
57 void CloseHandle(void* handle) in CloseHandle()
/arkcompiler/runtime_core/libpandabase/os/
Dlibrary_loader.h43 explicit LibraryHandle(void *handle) : handle_(handle) {} in LibraryHandle()
45 LibraryHandle(LibraryHandle &&handle) noexcept in LibraryHandle() function
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dlibrary_loader_resolve_symbol.cpp28 Expected<void *, Error> ResolveSymbol(const LibraryHandle &handle, std::string_view name) in ResolveSymbol()
38 void CloseHandle(void *handle) in CloseHandle()
Dlibrary_loader_load.cpp29 void *handle = dlopen(filename.data(), RTLD_LAZY); in Load() local
/arkcompiler/ets_runtime/ecmascript/
Djs_handle.h99 explicit JSHandle(const JSHandle<S> &handle) : address_(handle.GetAddress()) {} in JSHandle()
102 inline static JSHandle<T> Cast(const JSHandle<S> &handle) in Cast()
215 explicit JSMutableHandle(const JSThread *thread, const JSHandle<S> &handle) in JSMutableHandle()
224 inline static JSMutableHandle<T> Cast(const JSMutableHandle<S> &handle) in Cast()
238 void Update(const JSHandle<S> &handle) in Update()
Dglobal_handle_collection.h41 void Dispose(JSHandle<T> handle) in Dispose()
/arkcompiler/runtime_core/runtime/
Dhandle_scope.h77 inline HandleBase Escape(HandleBase handle) in Escape()
Dloadable_agent.cpp34 auto handle = os::library_loader::Load(library_path_); in Load() local
/arkcompiler/runtime_core/compiler/aot/
Daot_file.cpp32 …xpected<const uint8_t *, std::string> LoadSymbol(const panda::os::library_loader::LibraryHandle &h… in LoadSymbol()
57 auto handle = std::move(handle_load.Value()); in Open() local
Daot_file.h40 …AotFile(panda::os::library_loader::LibraryHandle &&handle, Span<const uint8_t> aot_data, Span<cons… in AotFile()
/arkcompiler/runtime_core/tests/fuzztest/openuncompressedarchive_fuzzer/
Dopenuncompressedarchive_fuzzer.cpp21 void CloseAndRemoveZipFile(panda::ZipArchiveHandle &handle, FILE *fp, const char *filename) in CloseAndRemoveZipFile()
/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/
Dbacktrace.cpp42 void *handle = dlopen(LIB_UNWIND_SO_NAME.c_str(), RTLD_NOW); in Backtrace() local
/arkcompiler/ets_frontend/merge_abc/src/
DmergeProgram.cpp36 int handle = 0; in GetProtoFiles() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_manager.h90 void SetDebugLibraryHandle(LibraryHandle handle) in SetDebugLibraryHandle()
/arkcompiler/runtime_core/runtime/tests/
Dmem_stats_additional_info_test.cpp90 [[maybe_unused]] VMHandle<ObjectHeader> handle(thread_, string_object); in TEST_F() local
Dg1gc_fullgc_test.cpp249 for (auto *handle : hv) { in DumpHandles() local
269 for (auto *handle : hv) { in DeleteHandles() local
Dmem_stats_gen_gc_test.cpp275 for (auto *handle : hv) { in DumpHandles() local
295 for (auto *handle : hv) { in DeleteHandles() local
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp127 void OpenPandaFileFromZipErrorHandler(ZipArchiveHandle &handle) in OpenPandaFileFromZipErrorHandler()
136 std::unique_ptr<const panda_file::File> OpenPandaFileFromZipFile(ZipArchiveHandle &handle, std::str… in OpenPandaFileFromZipFile()
175 std::unique_ptr<const panda_file::File> HandleArchive(ZipArchiveHandle &handle, FILE *fp, std::stri… in HandleArchive()
/arkcompiler/runtime_core/runtime/mem/
Dheap_manager.cpp113 VMHandle<ObjectHeader> handle(thread, object); in AllocateObject() local
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.cpp319 void HeapProfilerImpl::HeapTrackingCallback(uv_timer_t* handle) in HeapTrackingCallback()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.cpp329 JSHandle<JSObject> handle = JSTaggedValue::ToObject(thread, func); in GetOwnPropertyDescriptor() local
/arkcompiler/runtime_core/runtime/tooling/
Ddebugger.cpp637 VMHandle<ObjectHeader> handle(thread, exceptionObject); in ExceptionThrow() local
/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints.cpp208 VMHandle<coretypes::Array> handle(thread, coretypes::Array::Create(klass, arr_size)); in CreateMultiArrayRecEntrypoint() local

12