| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_call_params/sts_to_ts/ |
| H A D | check_apply_function_generic.js | |
| /arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/ |
| H A D | safe_hole6.js | |
| /arkcompiler/ets_runtime/test/moduletest/proxy/ |
| H A D | proxy.js | 22 function add(a, b) { function
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| H A D | mir_compiler.cpp | 25 void InsertingPassManager::add(llvm::Pass *p) in add() function in ark::llvmbackend::InsertingPassManager
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/ |
| H A D | plugins_registry.py | 99 def add(self, runner_name: str, runner: type) -> None: member in PluginsRegistry
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | life_intervals_test.cpp | 182 auto add = &INS(2); in TEST_F() local
|
| H A D | liveness_analyzer_test.cpp | 335 auto add = liveness_analyzer->GetInstLifeIntervals(&INS(9)); in TEST_F() local 479 auto add = liveness_analyzer->GetInstLifeIntervals(&INS(6)); in TEST_F() local 518 auto add = la->GetInstLifeIntervals(&INS(2)); in TEST_F() local
|
| H A D | split_resolver_test.cpp | 131 auto add = la->GetInstLifeIntervals(&INS(1)); in TEST_F() local 474 auto add = la->GetInstLifeIntervals(&INS(8)); in TEST_F() local 582 auto add = la->GetInstLifeIntervals(&INS(4)); in TEST_F() local 679 auto add = la->GetInstLifeIntervals(&INS(4)); in TEST_F() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | life_intervals_test.cpp | 183 auto add = &INS(2U); in IsSameLocationFactories() local
|
| H A D | liveness_analyzer_test.cpp | 312 auto add = livenessAnalyzer->GetInstLifeIntervals(&INS(9U)); in TEST_F() local 456 auto add = livenessAnalyzer->GetInstLifeIntervals(&INS(6U)); in TEST_F() local 495 auto add = la->GetInstLifeIntervals(&INS(2U)); in TEST_F() local
|
| H A D | split_resolver_test.cpp | 134 auto add = la->GetInstLifeIntervals(&INS(1U)); in TEST_F() local 508 auto add = la->GetInstLifeIntervals(&INS(8U)); in TEST_F() local 616 auto add = la->GetInstLifeIntervals(&INS(4U)); in TEST_F() local 722 auto add = la->GetInstLifeIntervals(&INS(4U)); in TEST_F() local [all...] |
| H A D | inst_generator.cpp | 790 auto add = graph->CreateInstAdd(); in GeneratePhiOperation() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/mirrors/ |
| H A D | type_cache.py | 42 def add(self, info: CacheInfo): member in HitStat 78 def add(self, cache: Cache): member in MirrorTypeCaches
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/ |
| H A D | debug_connection.py | 152 async def add(self, *scripts: debugger.ScriptParsed) -> None: member in ScriptsCache
|
| /arkcompiler/runtime_core/static_core/scripts/ |
| H A D | gc_pause_stats.py | 79 def add(self, gc_time: float) -> None: member in StatsInfo 99 def add(self, gc_type_cause: str, ms_time: float) -> None: member in GCTypeStats 128 def add(self, gc_type: str, gc_type_cause: str, gc_time: float) -> None: member in GCStatsTable [all...] |
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| H A D | index.js | [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | optimize_string_concat.cpp | 258 auto add = GetGraph()->CreateInstAdd(DataType::INT32, pc, induction, step); in CreateAppendArgsLoop() local
|
| H A D | lowering.cpp | 294 auto add = graph->CreateInstAdd(inst->GetType(), inst->GetPc(), shr, input0); in ReplaceSignedDivPowerOfTwo() local
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| H A D | result.py | 27 from operator import add namespace
|
| H A D | report.py | 62 def add(self, t, diff) -> None: member in VMBComparison 277 def add(self, t, diff): member in GCComparison 287 def add(self, t, diff): member in AOTStatsComparison 296 def add(self, opt, summary, diff): member in AOTPassesComparison [all...] |
| /arkcompiler/runtime_core/abc2program/tests/cpp_sources/ |
| H A D | hello_world_test.cpp | 39 std::string add = ".#*#add"; member
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| H A D | cocos_worker_test.js | [all...] |
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| H A D | llvm_ir_constructor.cpp | 1851 auto add = builder_.CreateBinOp(llvm::Instruction::Add, round, one); in CreateRoundArm64() local
|