Searched full:records (Results 1 – 25 of 62) sorted by relevance
123
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | typeRelationContext.cpp | 121 auto &records = checker_->PendingConstraintCheckRecords(); in TryCheckConstraints() local 122 for (auto const &[typeParams, substitution, pos] : records) { in TryCheckConstraints() 125 records.clear(); in TryCheckConstraints()
|
| /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-namespace-import.pa | 12 # RECORDS
|
| D | module-regular-import.pa | 12 # RECORDS
|
| D | module-import-file.pa | 14 # RECORDS
|
| D | module-indirect-export.pa | 14 # RECORDS
|
| D | module-start-export.pa | 14 # RECORDS
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-program.cpp | 28 ss << ", \"records\": "; in JsonDump()
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-program.cpp | 28 ss << ", \"records\": "; in JsonDump()
|
| /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/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/arkguard/src/utils/ |
| D | CommonCollections.ts | 16 // This records the collections related to property obfuscation.
|
| D | SourceMapMergingUtil.ts | 111 …// segment[2] records the line number of the code before transform, segment[3] records the column … 112 // segment[4] records the name from the names array.
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/module-record/ |
| D | module-record-field-name-option-expected.txt | 13 # RECORDS
|
| /arkcompiler/ets_frontend/arkguard/src/configs/ |
| D | INameObfuscationOption.ts | 87 …* It records which files cannot be obfuscated (except for file name obfuscation) and their depende…
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe29.md | 18 - Records.
|
| /arkcompiler/ets_frontend/test/scripts/utils/commit_message/ |
| D | get_commit_message.py | 107 print(f"repo {repo_name} no commit records were found within the specified time range") 127 …print(f'The data was successfully obtained, a total of {data_count} commit records were retrieved')
|
| /arkcompiler/runtime_core/docs/changelogs/ |
| D | 2022-08-18-isa-changelog.md | 23 …fine-function" opcodes as one opcode, in function we add one field which records the function kind,
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | assembly_format.md | 125 | `extends` | Used to specify inheritance between records. Value is the name of the base record 389 # Records and types: 396 # Fields of records: 458 - Assembler doesn't guarantee that functions, records and their fields will be located in binary fi…
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_thread_hclass_entries.h | 27 // Records initial HClass of builtin objects.
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | global_type_info.h | 78 // this class records information about definition points related to class and object types.
|
123