Home
last modified time | relevance | path

Searched full:nn (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/docs/
Daot.md60 -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/
Dplt.md41 -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/
Djs_module_source_text.cpp1162 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/
Disa.yaml65 …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/
Dindex.js2nn(e,t){this.flags=e,this.escapedName=t,this.declarations=void 0,this.valueDeclaration=void 0,this… class
/arkcompiler/ets_frontend/testTs/
Dtest-case.patch1439 + for await (const nn of nums) {
1440 + console.log(nn)
1448 + for await (const nn of nums) {
1449 + console.log(nn)