Home
last modified time | relevance | path

Searched defs:filename (Results 1 – 25 of 108) sorted by relevance

12345

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.cpp46 …red_ptr<JSPandaFile> JSPandaFileManager::LoadJSPandaFile(JSThread *thread, const CString &filename, in LoadJSPandaFile()
122 …red_ptr<JSPandaFile> JSPandaFileManager::LoadJSPandaFile(JSThread *thread, const CString &filename, in LoadJSPandaFile()
166 …r<JSPandaFile> JSPandaFileManager::LoadJSPandaFileSecure(JSThread *thread, const CString &filename, in LoadJSPandaFileSecure()
217 …ptr<JSPandaFile> JSPandaFileManager::FindJSPandaFileWithChecksum(const CString &filename, uint32_t… in FindJSPandaFileWithChecksum()
245 std::shared_ptr<JSPandaFile> JSPandaFileManager::FindJSPandaFileUnlocked(const CString &filename) in FindJSPandaFileUnlocked()
274 std::shared_ptr<JSPandaFile> JSPandaFileManager::FindJSPandaFile(const CString &filename) in FindJSPandaFile()
302 const auto &filename = jsPandaFile->GetJSPandaFileDesc(); in AddJSPandaFileVm() local
318 const auto &filename = jsPandaFile->GetJSPandaFileDesc(); in InsertJSPandaFileVmUnlocked() local
349 const auto &filename = jsPandaFile->GetJSPandaFileDesc(); in RemoveJSPandaFileVm() local
362 void JSPandaFileManager::ObsoleteLoadedJSPandaFile(const CString &filename) in ObsoleteLoadedJSPandaFile()
[all …]
Djs_pandafile_executor.cpp35 …ggedValue, bool> JSPandaFileExecutor::ExecuteFromAbcFile(JSThread *thread, const CString &filename, in ExecuteFromAbcFile()
119 …const void *buffer, size_t size, std::string_view entryPoint, const CString &filename, bool needUp… in ExecuteFromBuffer()
150 JSThread *thread, const void *buffer, size_t size, const CString &filename, bool needUpdate) in ExecuteModuleBuffer()
201 bool isBundle, const CString &filename, const CString &entry, const void *buffer, size_t size) in CommonExecuteBuffer()
258 size_t size, std::string_view entryPoint, const CString &filename, bool needUpdate) in ExecuteFromBufferSecure()
286 …gedValue, bool> JSPandaFileExecutor::CommonExecuteBuffer(JSThread *thread, const CString &filename, in CommonExecuteBuffer()
312 size_t size, const CString &filename, bool needUpdate) in ExecuteModuleBufferSecure()
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dirtoc.rb131 def include_relative(filename) argument
142 def read_plugin(filename) argument
153 def preprocess(filename, output_filename) argument
Dinstructions_data.rb22 def self.setup(filename) argument
/arkcompiler/runtime_core/static_core/tests/fuzztest/openuncompressedarchive_fuzzer/
Dopenuncompressedarchive_fuzzer.cpp21 void CloseAndRemoveZipFile(panda::ZipArchiveHandle &handle, FILE *fp, const char *filename) in CloseAndRemoveZipFile()
32 const char *filename = panda::panda_file::ARCHIVE_FILENAME; in OpenUncompressedArchiveFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/openuncompressedarchive_fuzzer/
Dopenuncompressedarchive_fuzzer.cpp21 void CloseAndRemoveZipFile(panda::ZipArchiveHandle &handle, FILE *fp, const char *filename) in CloseAndRemoveZipFile()
32 const char *filename = panda::panda_file::ARCHIVE_FILENAME; in OpenUncompressedArchiveFuzzTest() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Ddebug_data_builder.cpp31 DebugDataBuilder::DebugDataBuilder(llvm::Module *module, const std::string &filename) : builder_(ne… in DebugDataBuilder()
39 void DebugDataBuilder::BeginSubprogram(Function *function, const std::string &filename, uint32_t li… in BeginSubprogram()
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module.cpp34JSHandle<JSTaggedValue> &filename, JSHandle<JSTaggedValue> &dirname) in InitializeModule()
49 …STaggedValue> CjsModule::SearchFromModuleCache(JSThread *thread, JSHandle<JSTaggedValue> &filename) in SearchFromModuleCache()
75 …ule::PutIntoCache(JSThread *thread, JSHandle<CjsModule> &module, JSHandle<JSTaggedValue> &filename) in PutIntoCache()
105 JSMutableHandle<JSTaggedValue> filename(thread, JSTaggedValue::Undefined()); in Load() local
Djs_require_manager.cpp33 JSHandle<JSTaggedValue> filename = cjsInfo.filenameHdl; in InitializeCommonJS() local
65 JSHandle<JSTaggedValue> filename = cjsInfo.filenameHdl; in CollectExecutedExp() local
/arkcompiler/runtime_core/libziparchive/tests/
Dlibziparchive_tests.cpp88 static void UnzipFileCheckDirectory(const char *archivename, char *filename, int level = Z_BEST_COM… in UnzipFileCheckDirectory()
141 static void UnzipFileCheckTxt(const char *archivename, char *filename, const char *data, int N, cha… in UnzipFileCheckTxt()
259 static void UnzipFileCheckPandaFile(const char *archivename, char *filename, std::vector<uint8_t> &… in UnzipFileCheckPandaFile()
373 static void UnzipFileCheckInDirectory(const char *archivename, char *filename, const char *data, in… in UnzipFileCheckInDirectory()
604 char filename[MAX_DIR_SIZE]; variable
659 char filename[MAX_DIR_SIZE]; variable
702 char filename[MAX_DIR_SIZE]; variable
/arkcompiler/runtime_core/static_core/tools/sampler/
Dtrace_dumper.h72 …explicit SingleCSVDumper(const char *filename, DumpType option, ModuleMap *modulesMap, MethodMap *… in SingleCSVDumper()
96 …explicit MultipleCSVDumper(const char *filename, ModuleMap *modulesMap, MethodMap *methodsMap, boo… in MultipleCSVDumper()
/arkcompiler/runtime_core/static_core/libziparchive/tests/
Dlibziparchive_tests.cpp98 static void UnzipFileCheckDirectory(const char *archivename, char *filename, int level = Z_BEST_COM… in UnzipFileCheckDirectory()
155 static void UnzipFileCheckTxt(const char *archivename, char *filename, const char *data, int n, cha… in UnzipFileCheckTxt()
279 static void UnzipFileCheckPandaFile(const char *archivename, char *filename, std::vector<uint8_t> &… in UnzipFileCheckPandaFile()
393 static void UnzipFileCheckInDirectory(const char *archivename, char *filename, const char *data, in… in UnzipFileCheckInDirectory()
637 char filename[MAX_DIR_SIZE]; in TEST() local
701 char filename[MAX_DIR_SIZE]; in TEST() local
751 char filename[MAX_DIR_SIZE]; in TEST() local
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_saver.cpp237 const PandaString &filename = it.first; in TranverseAndCacheResolvedClassAndMethods() local
273 ProfileDumpInfo *ProfileSaver::GetOrAddCachedProfiledInfo(const PandaString &filename) in GetOrAddCachedProfiledInfo()
285 ProfileSaver::CntStats *ProfileSaver::GetOrAddCachedProfiledStatsInfo(const PandaString &filename) in GetOrAddCachedProfiledStatsInfo()
304 const PandaString &filename = it.first; in MergeAndDumpProfileData() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dcode_sign.cpp19 void CodeSignatureForAOTFile(const std::string &filename, const std::string &appSignature) in CodeSignatureForAOTFile()
Ddirectory.cpp29 bool SetFileModeAsDefault([[maybe_unused]] const std::string &filename) in SetFileModeAsDefault()
/arkcompiler/runtime_core/static_core/gn/build/
Dcmake_configure_file.py76 def read(filename): argument
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dcode_sign.cpp19 void CodeSignatureForAOTFile(const std::string &filename, const std::string &appSignature) in CodeSignatureForAOTFile()
/arkcompiler/runtime_core/gn/build/
Dcmake_configure_file.py76 def read(filename): argument
/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/
Dcode_sign.cpp25 void CodeSignatureForAOTFile(const std::string &filename, const std::string &appSignature) in CodeSignatureForAOTFile()
/arkcompiler/runtime_core/static_core/verification/cache/
Dresults_cache.cpp29 std::string filename; member
47 void VerificationResultCache::Initialize(const std::string &filename) in Initialize()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dlibrary_loader_load.cpp21 Expected<LibraryHandle, Error> Load(std::string_view filename) in Load()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dlibrary_loader_load.cpp27 Expected<LibraryHandle, Error> Load(std::string_view filename) in Load()
/arkcompiler/ets_runtime/tools/circuit_viewer/
Dwebpack.dist.config.js23 filename: 'main.js' property
Dwebpack.debug.config.js24 filename: 'main.js' property
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_info.cpp29 void AnFileInfo::Save(const std::string &filename, Triple triple) in Save()
51 bool AnFileInfo::Load(const std::string &filename) in Load()
95 void AnFileInfo::TryRemoveAnFile(const char *filename) in TryRemoveAnFile()

12345