| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | is_system.h | 23 inline bool IsSystemFile(const panda_file::File &file) in IsSystemFile() 25 const std::string &name = file.GetFilename(); in IsSystemFile() local 40 const auto *file = klass->GetPandaFile(); in IsSystemClass() local
|
| /arkcompiler/ets_frontend/testTs/ |
| D | run_testTs.py | 34 def __init__(self, name): argument 73 def run_test(file, tool, flag=False): argument 193 def compare(file, flag=False): argument
|
| /arkcompiler/runtime_core/static_core/dprof/libstorage/dprof/ |
| D | storage.cpp | 29 std::unique_ptr<AppData> AppData::CreateByParams(const std::string &name, uint64_t hash, uint32_t p… in CreateByParams() 129 std::ofstream file(fileName, std::ios::binary); in SaveAppData() local 189 std::ifstream file(path, std::ios::binary); in ForEachApps() local 210 std::string AppDataStorage::MakeAppPath(const std::string &name, uint64_t hash, uint32_t pid) const in MakeAppPath() argument
|
| /arkcompiler/ets_runtime/test/ |
| D | runtest.py | 92 def match_list_name(list, name): argument 298 def run_test(self, file): argument 412 def run_test_on_device(self, file): argument 437 def judge_test(self, file, out): argument
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/ |
| D | rawheap_translate.cpp | 44 bool RawHeapTranslate::ParseMetaData(std::ifstream &file, uint32_t &offset) in ParseMetaData() 56 bool RawHeapTranslate::ReadMetaDataJson(std::ifstream &file, uint32_t &offset, cJSON **json) in ReadMetaDataJson() 86 bool RawHeapTranslate::ReadSectionInfo(std::ifstream &file, uint32_t endOffset, std::vector<uint32_… in ReadSectionInfo() 107 bool RawHeapTranslate::ReadVersion(std::ifstream &file, uint32_t offset, uint32_t size) in ReadVersion() 117 bool RawHeapTranslate::ReadObjTableBySection(std::ifstream &file, const std::vector<uint32_t> §… in ReadObjTableBySection() 133 bool RawHeapTranslate::ReadObjTable(std::ifstream &file, uint32_t offset, uint32_t size) in ReadObjTable() 177 bool RawHeapTranslate::ReadStringTable(std::ifstream &file, uint32_t offset, uint32_t size) in ReadStringTable() 208 bool RawHeapTranslate::ReadRootTable(std::ifstream &file, uint32_t offset, uint32_t size) in ReadRootTable() 249 bool RawHeapTranslate::ReadFileAtOffset(std::ifstream &file, uint32_t offset, uint32_t size, char *… in ReadFileAtOffset() 316 std::string name = meta_->GetTypeNameFromHClass(hclass); in FillNodes() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | elf_builder.cpp | 267 ElfSecName name = it->second; in GetSegmentNum() local 283 ElfSecName name = it->second; in SetLastSection() local 292 llvm::ELF::Elf64_Word ElfBuilder::FindShName(std::string name, uintptr_t strTabPtr, int strTabSize) in FindShName() 352 void ElfBuilder::MergeTextSections(std::ofstream &file, in MergeTextSections() 391 void ElfBuilder::MergeStrtabSections(std::ofstream &file, in MergeStrtabSections() 411 void ElfBuilder::MergeSymtabSections(std::ofstream &file, in MergeSymtabSections() 452 void ElfBuilder::MergeArkStackMapSections(std::ofstream &file, in MergeArkStackMapSections() 546 void ElfBuilder::PackELFSections(std::ofstream &file) in PackELFSections() 686 void ElfBuilder::PackELFSegment(std::ofstream &file) in PackELFSegment() 724 ElfSecName name = it; in PackELFSegment() local
|
| D | stub_file_info.cpp | 33 std::ofstream file(realPath.c_str(), std::ofstream::binary); in Save() local 184 std::string name = d.GetSecName(s.first); in Dump() local
|
| D | an_file_info.cpp | 35 std::ofstream file(rawPath, std::ofstream::binary); in Save() local 194 std::string name = d.GetSecName(s.first); in Dump() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/snippet_verifier/ |
| D | verify.py | 67 def write_code_meta(expect_cte, frontend_status, expect_subset, file): argument 185 def check_name(names, name, filename, i, correct_tags): argument 270 def parse_file(skiped_names, file, path=""): argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_module.cpp | 248 const std::string &name = GlobalTables::GetStrTable().GetStringFromStrIdx(*it); in DumpGlobals() local 316 std::ofstream file; in Emit() local 336 const std::string &name = mirFunc->GetName(); in DumpFunctionList() local 378 std::ofstream file; in DumpToFile() local 397 const std::string &name = GlobalTables::GetStrTable().GetStringFromStrIdx(*it); in DumpDefType() local 424 std::ofstream file; in DumpInlineCandidateToFile() local 509 … const std::string &name = GlobalTables::GetStrTable().GetStringFromStrIdx(type->GetNameStrIdx()); in DumpToHeaderFile() local 610 const std::string &name = GlobalTables::GetStrTable().GetStringFromStrIdx(it.first); in DumpClassToFile() local
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | disasm_backed_debug_info_extractor.cpp | 20 const panda_file::File &file, in DisasmBackedDebugInfoExtractor() 103 std::ostringstream name; in GetDisassemblySourceName() local
|
| D | disassembler.cpp | 31 auto file = panda_file::File::Open(filenameIn); in Disassemble() local 39 void Disassembler::Disassemble(const panda_file::File &file, const bool quiet, const bool skipStrin… in Disassemble() 45 void Disassembler::Disassemble(std::unique_ptr<const panda_file::File> &file, const bool quiet, con… in Disassemble() 72 void Disassembler::SetFile(std::unique_ptr<const panda_file::File> &file) in SetFile() 78 void Disassembler::SetFile(const panda_file::File &file) in SetFile() 1172 std::string name = StringDataToString(file_->GetStringData(classId)); in GetFullRecordName() local 1261 void Disassembler::Serialize(const std::string &name, const pandasm::LiteralArray &litArray, std::o… in Serialize() argument 1684 std::stringstream name; in IDToString() local
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/runner/ |
| D | runner.rb | 40 def name method in TestRunner.Plugin 71 def self.create_runner(file, id, reporter_factory, root_dir, report_dir) argument
|
| /arkcompiler/runtime_core/tests/cts-generator/runner/ |
| D | runner.rb | 40 def name method in TestRunner.Plugin 71 def self.create_runner(file, id, reporter_factory, root_dir, report_dir) argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | lexer.h | 94 std::string name = ""; // store the name token without the % or $ prefix variable 152 void SetFile(std::ifstream &file) in SetFile()
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | SourceMapMergingUtil.ts | 33 file?: string; property 70 name: string; property 117 let name: string = segment.length === 5 ? this.names[segment[SegmentIndex.NAME_INDEX]] : ''; variable 154 const name = traced.name; constant
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | debug_info_updater-inl.h | 93 std::string name = debug_helpers::GetStringFromConstantPool(GetPandaFile(), nameId); in HandleStartLocal() local 104 std::string name = debug_helpers::GetStringFromConstantPool(GetPandaFile(), nameId); in HandleStartLocalExtended() local 223 std::string name = debug_helpers::GetStringFromConstantPool(GetPandaFile(), nameId); in HandleStartLocal() local 236 std::string name = debug_helpers::GetStringFromConstantPool(GetPandaFile(), nameId); in HandleStartLocalExtended() local 297 explicit DebugInfoUpdater(const File *file) : file_(file) {} in DebugInfoUpdater()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| D | ark_aot_linker.cpp | 112 for (const auto &file : objects_) { in GetLinkedRoDataSections() local 126 llvm::StringRef name = cantFail(section.getName()); in RelocateSections() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_option.cpp | 649 std::ifstream file(fileName); in ParseExclusiveFunc() local 662 std::ifstream file(fileName); in ParseCyclePattern() local 846 bool CGOptions::FuncFilter(const std::string &name) in FuncFilter()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | debug_info_cache.cpp | 25 void DebugInfoCache::AddPandaFile(const panda_file::File &file) in AddPandaFile() 275 PtFrame::RegisterKind kind) { in GetLocals() 348 const panda_file::DebugInfoExtractor &DebugInfoCache::GetDebugInfo(const panda_file::File *file) in GetDebugInfo()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_TypeCreator.cpp | 188 auto file = panda_file::OpenPandaFileFromMemory(data.data(), data.size()); in TypeAPITypeCreatorCtxCommit() local 198 EtsLong TypeAPITypeCreatorCtxClassCreate(EtsLong ctxPtr, EtsString *name, EtsInt attrs) in TypeAPITypeCreatorCtxClassCreate() 217 EtsLong TypeAPITypeCreatorCtxInterfaceCreate(EtsLong ctxPtr, EtsString *name) in TypeAPITypeCreatorCtxInterfaceCreate() 276 …peCreatorCtxMethodAddParam(EtsLong methodPtr, EtsString *paramTd, [[maybe_unused]] EtsString *name, in TypeAPITypeCreatorCtxMethodAddParam() 286 EtsLong TypeAPITypeCreatorCtxMethodCreate(EtsLong containingTypePtr, EtsString *name, EtsInt attrs) in TypeAPITypeCreatorCtxMethodCreate() 568 EtsString *TypeAPITypeCreatorCtxClassAddField(EtsLong classPtr, EtsString *name, EtsString *descr, … in TypeAPITypeCreatorCtxClassAddField()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm_ark_interface.cpp | 84 AotData GetAotDataFromBuilder(const class ark::panda_file::File *file, AotBuilder *aotBuilder) in GetAotDataFromBuilder() 194 std::string name; in GetValueAsString() local 552 auto file = static_cast<panda_file::File *>(runtime_->GetBinaryFileForMethod(methodPtr)); in RememberFunctionOrigin() local 777 std::string name = GetUniqMethodName(method); in GetMethodStackSize() local 784 std::string name = method->getName().str(); in PutMethodStackSize() local
|
| /arkcompiler/ets_runtime/test/regresstest/ |
| D | run_regress_test.py | 275 def __init__(self, args, name): argument 565 def mk_dst_dir(file, src_dir, dist_dir): argument 959 def get_file_source(file): argument
|
| /arkcompiler/runtime_core/static_core/static_linker/tests/ |
| D | linker_test.cpp | 50 std::pair<int, std::string> ExecPanda(const std::string &file) in ExecPanda() 377 auto makeRecord = [](ark::pandasm::Program &prog, const std::string &name) { in TEST()
|
| /arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
| D | paoc.cpp | 439 auto file = vm->OpenPandaFile(fileName); in TryLoadPandaFile() local 706 auto name = runtime_->GetMethodFullName(ctx->method, false); in CompileJit() local 724 auto name = runtime_->GetMethodFullName(ctx->method, false); in CompileOsr() local
|