Home
last modified time | relevance | path

Searched refs:fileName_ (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/toolchain/tooling/base/
Dpt_script.h47 return fileName_; in GetFileName()
52 fileName_ = fileName; in SetFileName()
110 std::string fileName_ {}; // binary file name, such as xx.bin
Dpt_script.cpp23 fileName_(fileName), in PtScript()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.h46 : vm_(vm), objXRay_(vm), fileName_(fileName) {} in vm_()
146 const CString &fileName_; variable
Dsnapshot_processor.cpp1427 …vm_->GetJSThread()->GetCurrentEcmaContext()->GetAOTFileManager()->AddConstantPool(fileName_, item); in HandleRootObject()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp104 fileName_ = absoluteFilePath; in StartCpuProfilerForFile()
105 if (fileName_.empty()) { in StartCpuProfilerForFile()
110 generator_->SetFileName(fileName_); in StartCpuProfilerForFile()
111 generator_->fileHandle_.open(fileName_.c_str()); in StartCpuProfilerForFile()
Dcpu_profiler.h111 std::string fileName_ = ""; variable
Dsamples_record.h203 std::string fileName_ = ""; variable
Dsamples_record.cpp501 fileName_ = fileName; in SetFileName()
506 return fileName_; in GetFileName()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.cpp38 fileName_(fileName), in CompilationDriver()
68 return IsCurModuleFull() ? fileGenerator_->AddModule(fileName_, triple_, *lOptions_, outputAsm_) in GetModule()
Dcompilation_driver.h355 std::string fileName_ {};
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DIrViewer.js33 this.fileName_ = fn;