Searched full:about (Results 1 – 25 of 68) sorted by relevance
123
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/declFileMethods/ |
| D | declFileMethods_0.ts | 26 public fooWithParameters(/** this is comment about a*/a: string, 54 private privateFooWithParameters(/** this is comment about a*/a: string, 81 static staticFooWithParameters(/** this is comment about a*/a: string, 108 private static privateStaticFooWithParameters(/** this is comment about a*/a: string, 136 fooWithParameters(/** this is comment about a*/a: string,
|
| D | declFileMethods_1.ts | 26 public fooWithParameters(/** this is comment about a*/a: string, 54 private privateFooWithParameters(/** this is comment about a*/a: string, 81 static staticFooWithParameters(/** this is comment about a*/a: string, 108 private static privateStaticFooWithParameters(/** this is comment about a*/a: string, 136 fooWithParameters(/** this is comment about a*/a: string,
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | reg_alloc_graph_coloring_doc.md | 26 …ith call-site. They will be split later, to let algorithm make a decision about caller/callee regi… 38 …ble, and gives an ability to make decision on coloring having information about neighbors and spec… 49 …ot colored yet ones. Additionally based on bias-array it is made decision about offset for search … 61 Meantime information about call-site convention-registers is not passed to allocator. When it is av…
|
| /arkcompiler/runtime_core/docs/ |
| D | ir_format.md | 7 * Compiler overhead about 100000 native instructions per a bytecode instruction(standard for JIT co… 93 The goal is overhead about 100000 native instructions per guest (standard for JIT compilers) 112 * Information about the method for which transformations are made 115 * Information about the current status(constructerd or not RPO, DomTree e.t.c) 127 * Information about DomTree 178 **Inst** is a base class with main information about an instruction. 191 …rits from **Inst** for instruction with predicate. It contain information about type of conditiona… 276 - additional info about input:
|
| D | design-of-interpreter.md | 52 is the main form of program representation, information about it is needed in many components of 83 about types, etc. 190 managed application have to think about this limitation, which contradicts the idea of
|
| D | runtime-debug-api.md | 9 1. Runtime doesn't patch apps' bytecode on the fly. Instead of it notification about changing bytec…
|
| D | 2022-08-18-isa-changelog.md | 18 6. We adjust the format of some opcodes (about immediate number and accumulator), so that the bytec…
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/declFileFunctions/ |
| D | declFileFunctions_0.ts | 25 export function fooWithParameters(/** this is comment about a*/a: string, 75 function nonExportedFooWithParameters(/** this is comment about a*/a: string,
|
| D | declFileFunctions_1.ts | 25 function globalfooWithParameters(/** this is comment about a*/a: string,
|
| /arkcompiler/ets_frontend/arkguard/ |
| D | tsconfig.base.json | 2 /* Visit https://aka.ms/tsconfig.json to read more about this file */
|
| /arkcompiler/runtime_core/isa/ |
| D | README | 6 The main file that contains the whole data about Panda Bytecode.
|
| /arkcompiler/runtime_core/libziparchive/ |
| D | zip_archive.h | 101 * Write info about the ZipFile in the *gstat structure. 123 * Get Info about the current file within ZipFile and write info into the *entry structure.
|
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | config.yaml | 25 # descriptions about test haps list 40 # -description: description about the hap, this attribute is not used yet.
|
| /arkcompiler/ets_runtime/docs/ |
| D | environment-setup-and-compilation.md | 5 Use Ubuntu 18.04 or 20.04. For details about how to set up the environment, see:
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/declFileCallSignatures/ |
| D | declFileCallSignatures_1.ts | 29 (/** this is comment about a*/a: string,
|
| D | declFileCallSignatures_0.ts | 29 (/** this is comment about a*/a: string,
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/declFileConstructSignatures/ |
| D | declFileConstructSignatures_0.ts | 29 new (/** this is comment about a*/a: string,
|
| D | declFileConstructSignatures_1.ts | 29 new (/** this is comment about a*/a: string,
|
| /arkcompiler/runtime_core/scripts/ |
| D | memdump.py | 27 * detailed information about each allocation point: 60 """Contains information about all allocated memory"""
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_decoder.cpp | 211 // For merge scene, we only care about the ap capability which is in the version field. in InitMergeData() 227 // For merge scene, we only care about the ap capability which is in the version field. in Merge()
|
| /arkcompiler/runtime_core/cmake/toolchain/ |
| D | common.cmake | 39 # Caveats about the code below:
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/declFileConstructors/ |
| D | declFileConstructors_1.ts | 28 constructor(/** this is comment about a*/a: string,
|
| D | declFileConstructors_0.ts | 28 constructor(/** this is comment about a*/a: string,
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | commentsCommentParsing.ts | 168 * @param { string} b about b 179 *@param { number | } b this is about b
|
| /arkcompiler/ets_runtime/ |
| D | README.md | 60 For details about how to generate JS bytecodes, see [Using the Toolchain](docs/using-the-toolchain.…
|
123