Searched full:nn (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/docs/ |
| D | aot.md | 60 -NN-24: PLT InitClass Resolver 61 -NN-16: PLT Class Resolver 62 -NN-08: PLT VirtualCall Resolver 64 -NN: address of handler 0, NN = N * 8 82 -NN: address of handler 0, NN = N * 8
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | plt.md | 41 -NN: address of handler 0, NN = N * 8 | 78 -NN: address of handler 0, NN = N * 8 | 130 -NN: address of handler 0, NN = N * 8 |
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.cpp | 1162 for (std::string &nn : starNames) { in SetExportName() 1164 …if (nn != "default" && std::find(exportedNames.begin(), exportedNames.end(), nn) == exportedNames.… in SetExportName() 1167 exportedNames.emplace_back(nn); in SetExportName()
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 65 …of source object. In that case, bNN notation is used, where NN is bit size of result. Therefore, f…
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …nn(e,t){this.flags=e,this.escapedName=t,this.declarations=void 0,this.valueDeclaration=void 0,this… class
|
| /arkcompiler/ets_frontend/testTs/ |
| D | test-case.patch | 1439 + for await (const nn of nums) { 1440 + console.log(nn) 1448 + for await (const nn of nums) { 1449 + console.log(nn)
|