Searched defs:aa (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/ |
| D | asm_printer.cpp | 29 AssemblyPrinter<aarch32::Aarch32Encoder>::AssemblyPrinter(ArenaAllocator *aa, aarch32::Aarch32Encod… in AssemblyPrinter() 52 AssemblyPrinter<aarch64::Aarch64Encoder>::AssemblyPrinter(ArenaAllocator *aa, aarch64::Aarch64Encod… in AssemblyPrinter() 74 AssemblyPrinter<amd64::Amd64Encoder>::AssemblyPrinter(ArenaAllocator *aa, amd64::Amd64Encoder *enc) in AssemblyPrinter()
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/lexicalEnv/ |
| D | loop-Env-continue-1.js | 5 function aa() { function
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/parameter/ |
| D | parameter-with-default-value-1.js | 11 let aa = new A(1); variable
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | bounds_analysis.h | 104 explicit BoundsRangeInfo(ArenaAllocator *aa) : aa_(*aa), bounds_range_info_(aa->Adapter()) {} in BoundsRangeInfo()
|
| /arkcompiler/ets_runtime/test/moduletest/assignproxy/ |
| D | assignproxy.js | 30 Object.assign({1:2, "aa":"bb"}, proxy); property
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | registers_description.h | 54 …explicit RegistersDescription(ArenaAllocator *aa, Arch arch) : arena_allocator_(aa), arch_(arch) {} in RegistersDescription()
|
| D | encode.h | 77 explicit Encoder(ArenaAllocator *aa, Arch arch) : Encoder(aa, arch, false) {} in Encoder() 78 Encoder(ArenaAllocator *aa, Arch arch, bool js_number_cast) in Encoder()
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | arena_allocator_test.cpp | 78 ArenaAllocator aa(SpaceType::SPACE_TYPE_INTERNAL); in AllocateWithAlignment() local 106 ArenaAllocator aa(SpaceType::SPACE_TYPE_INTERNAL); in AllocateWithDiffAlignment() local
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/regAllocator/ |
| D | test-spill-fill-with-CFG.js | 5 let aa = undefined; variable
|
| D | test-range-spill-fill-with-CFG.js | 5 let aa = undefined; variable
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property
|