Home
last modified time | relevance | path

Searched refs:records (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/
Dpandasm.ts126 public records: Array<Record>; property in Program
138 this.records = [];
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dreadme.md121 …he package, time means the build cost time, All means it records all data, avg means it records th…
/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…
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/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/ets_runtime/docs/
Doverview.md26 …s, inline caching that stores hidden classes, and Profiler that analyzes and records runtime types.
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1653 const auto &records = jsPandaFile->GetJSRecordInfo(); in PrintTypeInfo() local
1654 for (const auto &it : records) { in PrintTypeInfo()