Searched refs:filename_ (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | abc_buffer_cache.h | 80 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 D | trace_dumper.h | 101 : TraceDumper(modulesMap, methodsMap), filename_(filename), buildColdGraph_(buildColdGraph) in MultipleCSVDumper() 112 std::string filename_; member in ark::tooling::sampler::final
|
H A D | trace_dumper.cpp | 111 std::string filenameWithThreadId = AddThreadIdToFilename(filename_, sample.threadInfo.threadId); in ResolveStream()
|
/arkcompiler/runtime_core/static_core/libllvmbackend/ |
H A D | llvm_irtoc_compiler.cpp | 54 filename_(std::move(filename)), in LLVMIrtocCompiler() 79 debugData_ = std::make_unique<DebugDataBuilder>(module_.get(), filename_); in LLVMIrtocCompiler()
|
H A D | llvm_irtoc_compiler.h | 83 std::string filename_; member in ark::ark::llvmbackend::final
|
H A D | llvm_aot_compiler.h | 143 std::string filename_; member in ark::ark::llvmbackend::final
|
H A D | llvm_aot_compiler.cpp | 458 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 D | file.cpp | 409 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 D | file.h | 324 return filename_; in GetFilename() 392 const std::string filename_; member in ark::panda_file::File
|
/arkcompiler/runtime_core/libark_defect_scan_aux/ |
H A D | abc_file.cpp | 40 : 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 D | abc_file.h | 146 std::string filename_; member in panda::defect_scan_aux::final
|
Completed in 8 milliseconds