Home
last modified time | relevance | path

Searched full:records (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/runtime_core/docs/
Dassembly_format.md156 | `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…
D2022-08-18-isa-changelog.md23 …fine-function" opcodes as one opcode, in function we add one field which records the function kind,
/arkcompiler/ets_frontend/test_ecma_bcopt/
Dtest_bytecode_optimizer_for_js.txt12 # RECORDS
/arkcompiler/runtime_core/assembler/
Dassembly-program.cpp28 ss << ", \"records\": "; in JsonDump()
Dassembly-emitter.cpp1291 // Add annotations for records and fields in MakeItemsForSingleProgram()
Dassembly-parser.cpp1826 // Some names of records in pandastdlib starts with 'panda.', therefore, in ParseOperandField()
/arkcompiler/ets_frontend/ts2panda/src/
Dpandasm.ts126 public records: Array<Record>; property in Program
138 this.records = [];
/arkcompiler/runtime_core/docs/bc_verification/
Dtypes_n_values.md105 #### Objects/Records
/arkcompiler/ets_runtime/docs/
Doverview.md26 …s, inline caching that stores hidden classes, and Profiler that analyzes and records runtime types.
Ddevelopment-example-zh.md109 # RECORDS
Ddevelopment-example.md94 # RECORDS
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.h24 * Since VM can only record types in GlobalTSTypeRef::MAX_MODULE_ID records and
/arkcompiler/runtime_core/compiler/docs/
Dinterface_inline_cache.md76 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/
Dreturn.obj.yaml557 # 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/
Dgenerational-gc-base.cpp66 this->GetTiming()->Reset(); // Clear records. in WaitForGC()
/arkcompiler/runtime_core/runtime/mem/
Dregion_space.h270 // 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/
Ddisassembler.cpp97 "# 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/
Disa.yaml55 …can be loaded/stored into records and arrays with corresponding bytecodes. In that case, VM will e…
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …is.metadata=new r}},t.Program=class{constructor(){this.functions=[],this.records=[],this.strings=n… property