| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| D | debugInfoStorage.cpp | 132 const auto &records = LazyLoadRecords(iter->second); in FindClass() local 134 auto classIter = records.find(className); in FindClass() 135 return classIter == records.end() ? panda_file::File::EntityId() : classIter->second; in FindClass() 181 if (info->records.has_value()) { in LazyLoadRecords() 182 return *info->records; in LazyLoadRecords() 185 info->records.emplace(allocator_->Adapter()); in LazyLoadRecords() 186 auto &records = *info->records; in LazyLoadRecords() local 202 if (!records.emplace(recordNameView, classId).second) { in LazyLoadRecords() 203 LOG(FATAL, ES2PANDA) << "Failed to emplace class '" << recordNameView << "' in records." in LazyLoadRecords() 208 return records; in LazyLoadRecords()
|
| /arkcompiler/runtime_core/abc2program/ |
| D | abc2program_compiler.cpp | 105 …* Currently, only imported custom annotations will generate external records in the abc files. Bef… in CheckClassId() 106 …* the annotation feature, when compiling abc files in parallel, external records were skipped, whi… in CheckClassId() 107 …* the inability to find matching records for the corresponding annotation usage, causing errors. T… in CheckClassId() 108 * compiling abc in parallel, do not skip external records anymore. in CheckClassId()
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | ETSBinder.cpp | 754 void ETSBinder::AddImportNamespaceSpecifiersToTopBindings(Span<parser::Program *const> records, in AddImportNamespaceSpecifiersToTopBindings() argument 758 const parser::Program *const importProgram = records[0]; in AddImportNamespaceSpecifiersToTopBindings() 784 Span<parser::Program *const> records) in FindImportSpecifiersVariable() argument 788 …const auto &staticMethodBindings = records[0]->GlobalClassScope()->StaticMethodScope()->Bindings(); in FindImportSpecifiersVariable() 794 for (auto res : records) { in FindImportSpecifiersVariable() 865 const auto records = GetExternalProgram(import->ImportMetadata().resolvedSource, importPath); in FindImportDeclInNamedExports() local 866 if (records.empty()) { in FindImportDeclInNamedExports() 869 auto currProgram = records[0]; in FindImportDeclInNamedExports() 923 …const auto records = GetExternalProgram(item->GetETSImportDeclarations()->ResolvedSource(), import… in FindImportDeclInReExports() local 924 if (records.empty()) { in FindImportDeclInReExports() [all …]
|
| D | ETSBinder.h | 171 void AddImportNamespaceSpecifiersToTopBindings(Span<parser::Program *const> records, 174 …bool AddImportSpecifiersToTopBindings(Span<parser::Program *const> records, ir::ImportSpecifier *i… 176 void AddImportDefaultSpecifiersToTopBindings(Span<parser::Program *const> records, 184 …Variable *FindStaticBinding(Span<parser::Program *const> records, const ir::StringLiteral *importP…
|
| /arkcompiler/runtime_core/panda_guard/obfuscate/ |
| D | file_path.cpp | 65 …// here determines if this records need to be processed as external dependence, including the foll… in DeterminePathType() 80 // scene 2: records that are not code files in DeterminePathType() 88 // scene 3: records whose package names are in the skip list or in remote har pkg list in DeterminePathType()
|
| /arkcompiler/ets_frontend/test_ecma_bcopt/ |
| D | test_bytecode_optimizer_for_js.txt | 12 # RECORDS
|
| /arkcompiler/runtime_core/disassembler/tests/expected/ |
| D | script-variable.pa | 10 # RECORDS
|
| D | script-dynamic-import.pa | 10 # RECORDS
|
| D | script-export.pa | 11 # RECORDS
|
| D | module-local-export.pa | 11 # RECORDS
|
| D | module-regular-import.pa | 12 # RECORDS
|
| D | module-namespace-import.pa | 12 # RECORDS
|
| /arkcompiler/runtime_core/panda_guard/configs/ |
| D | guard_graph_context.cpp | 37 auto records = file_.GetClasses(); in Init() local 38 for (auto id : records) { in Init()
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-program.cpp | 25 ss << ", \"records\": "; in JsonDump()
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-program.cpp | 29 ss << ", \"records\": "; in JsonDump()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | typeRelationContext.cpp | 153 auto &records = checker_->PendingConstraintCheckRecords(); in TryCheckConstraints() local 154 for (auto const &[typeParams, substitution, pos] : records) { in TryCheckConstraints() 157 records.clear(); in TryCheckConstraints()
|
| /arkcompiler/ets_frontend/test/scripts/performance_test/ |
| D | readme.md | 124 …he package, time means the build cost time, All means it records all data, avg means it records th…
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | timers.cpp | 187 // Print incomplete records in PrintTxt() 189 ss << formattedEvent << ", Incomplete records:" << std::endl; in PrintTxt() 241 … std::cerr << "Event " << event << " not found in records, skip record end time!" << std::endl; in TimerEndImpl() 248 " start timer not found in records, skip record end time!" << std::endl; in TimerEndImpl()
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | CommonCollections.ts | 18 // This records the collections related to property obfuscation. 42 // This records the collections related to whitelists
|
| D | SourceMapMergingUtil.ts | 116 …// segment[2] records the line number of the code before transform, segment[3] records the column … 117 // segment[4] records the name from the names array.
|
| /arkcompiler/runtime_core/docs/ |
| D | assembly_format.md | 156 | `java.extends` | Used to specify inheritance between records. Value is the name of the base recor… 157 | `java.implements` | Used to specify interface inheritance between records. Value is the name of t… 436 # Records and types: 443 # Fields of records: 494 - Assembler doesn't guarantee that functions, records and their fields will be located in binary fi… 499 # External records and functions: 533 …er!) can be additionally processed during linkage to "bind" functions to records making them "true…
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/module-record/ |
| D | module-record-field-name-option-expected.txt | 13 # RECORDS
|
| /arkcompiler/runtime_core/static_core/abc2program/ |
| D | abc_file_utils.h | 33 constexpr std::string_view DUMP_TITLE_RECORDS = "# RECORDS";
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe29.md | 18 - Records.
|
| /arkcompiler/ets_frontend/arkguard/src/configs/ |
| D | INameObfuscationOption.ts | 91 …* It records which files cannot be obfuscated (except for file name obfuscation) and their depende…
|