Searched refs:records (Results 1 – 7 of 7) sorted by relevance
126 public records: Array<Record>; property in Program138 this.records = [];
121 …he package, time means the build cost time, All means it records all data, avg means it records th…
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…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…
23 …fine-function" opcodes as one opcode, in function we add one field which records the function kind,
76 Note: Class A records only its own methods, if the implementation of the target method is in the pa…
26 …s, inline caching that stores hidden classes, and Profiler that analyzes and records runtime types.
1653 const auto &records = jsPandaFile->GetJSRecordInfo(); in PrintTypeInfo() local1654 for (const auto &it : records) { in PrintTypeInfo()