Searched full:records (Results 1 – 19 of 19) sorted by relevance
| /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…
|
| 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/ets_frontend/test_ecma_bcopt/ |
| D | test_bytecode_optimizer_for_js.txt | 12 # RECORDS
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-program.cpp | 28 ss << ", \"records\": "; in JsonDump()
|
| D | assembly-emitter.cpp | 1291 // Add annotations for records and fields in MakeItemsForSingleProgram()
|
| D | assembly-parser.cpp | 1826 // Some names of records in pandastdlib starts with 'panda.', therefore, in ParseOperandField()
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | pandasm.ts | 126 public records: Array<Record>; property in Program 138 this.records = [];
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | types_n_values.md | 105 #### Objects/Records
|
| /arkcompiler/ets_runtime/docs/ |
| D | overview.md | 26 …s, inline caching that stores hidden classes, and Profiler that analyzes and records runtime types.
|
| D | development-example-zh.md | 109 # RECORDS
|
| D | development-example.md | 94 # RECORDS
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type_parser.h | 24 * Since VM can only record types in GlobalTSTypeRef::MAX_MODULE_ID records and
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | interface_inline_cache.md | 76 Note: Class A records only its own methods, if the implementation of the target method is in the pa…
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | return.obj.yaml | 557 # Records definition to all tests in group. 673 # Records definition to all tests in group. 764 # Records definition to all tests in group.
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | generational-gc-base.cpp | 66 this->GetTiming()->Reset(); // Clear records. in WaitForGC()
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | region_space.h | 270 // we should get the region start address from mmappool which records it in allocator info 378 MarkBitmap *live_bitmap_; // records live objects for old region
|
| /arkcompiler/runtime_core/disassembler/ |
| D | disassembler.cpp | 97 "# RECORDS\n\n"; in Serialize() 100 LOG(DEBUG, DISASSEMBLER) << "[serializing records]"; in Serialize() 364 LOG(DEBUG, DISASSEMBLER) << "\n[getting records]\n"; in GetRecords()
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 55 …can be loaded/stored into records and arrays with corresponding bytecodes. In that case, VM will e…
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …is.metadata=new r}},t.Program=class{constructor(){this.functions=[],this.records=[],this.strings=n… property
|