Home
last modified time | relevance | path

Searched refs:filename_ (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dabc_buffer_cache.h80 size_t size, AbcBufferType bufferType): filename_(filename) in AbcBufferCacheScope()
84 abcBufferCache_->AddAbcBufferToCache(filename_, buffer, size, bufferType); in AbcBufferCacheScope()
90 abcBufferCache_->DeleteAbcBufferFromCache(filename_); in ~AbcBufferCacheScope()
94 const CString filename_; member in panda::ecmascript::AbcBufferCacheScope
/arkcompiler/runtime_core/static_core/tools/sampler/
H A Dtrace_dumper.h101 : TraceDumper(modulesMap, methodsMap), filename_(filename), buildColdGraph_(buildColdGraph) in MultipleCSVDumper()
112 std::string filename_; member in ark::tooling::sampler::final
H A Dtrace_dumper.cpp111 std::string filenameWithThreadId = AddThreadIdToFilename(filename_, sample.threadInfo.threadId); in ResolveStream()
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_irtoc_compiler.cpp54 filename_(std::move(filename)), in LLVMIrtocCompiler()
79 debugData_ = std::make_unique<DebugDataBuilder>(module_.get(), filename_); in LLVMIrtocCompiler()
H A Dllvm_irtoc_compiler.h83 std::string filename_; member in ark::ark::llvmbackend::final
H A Dllvm_aot_compiler.h143 std::string filename_; member in ark::ark::llvmbackend::final
H A Dllvm_aot_compiler.cpp458 auto debugData = std::make_unique<DebugDataBuilder>(module.get(), filename_); in CreateModule()
489 filename_(std::move(filename)), in LLVMAotCompiler()
587 auto sectionAddresses = aotBuilder_->GetSectionsAddresses(cmdline_, filename_); in CollectAotBuilderOffsets()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile.cpp409 filename_(std::move(filename)), in File()
410 filenameHash_(CalcFilenameHash(filename_)), in File()
411 fullFilename_(os::GetAbsolutePath(filename_)), in File()
419 AnonMemSet::GetInstance().Remove(filename_); in ~File()
H A Dfile.h324 return filename_; in GetFilename()
392 const std::string filename_; member in ark::panda_file::File
/arkcompiler/runtime_core/libark_defect_scan_aux/
H A Dabc_file.cpp40 : filename_(filename), panda_file_(std::forward<std::unique_ptr<const panda_file::File>>(panda_file)) in AbcFile()
90 return filename_; in GetAbcFileName()
496 if (std::strcmp(utf::Mutf8AsCString(sd.data), filename_.data())) {
511 std::unique_ptr<ModuleRecord> module_record = std::make_unique<ModuleRecord>(filename_);
513 LOG(FATAL, DEFECT_SCAN_AUX) << "Can not create ModuleRecord instance for '" << filename_ << "'";
649 LOG(FATAL, DEFECT_SCAN_AUX) << "Can not allocate memory when processing '" << filename_ << "'";
1277 LOG(FATAL, DEFECT_SCAN_AUX) << "Can not allocate memory when processing '" << filename_ << "'";
1356 LOG(FATAL, DEFECT_SCAN_AUX) << "Can not allocate memory when processing '" << filename_ << "'";
1399 LOG(FATAL, DEFECT_SCAN_AUX) << "Can not allocate memory when processing '" << filename_ << "'";
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
H A Dabc_file.h146 std::string filename_; member in panda::defect_scan_aux::final

Completed in 9 milliseconds