Home
last modified time | relevance | path

Searched defs:add (Results 1 - 23 of 23) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_call_params/sts_to_ts/
H A Dcheck_apply_function_generic.js
/arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/
H A Dsafe_hole6.js
/arkcompiler/ets_runtime/test/moduletest/proxy/
H A Dproxy.js22 function add(a, b) { function
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dmir_compiler.cpp25 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 Dplugins_registry.py99 def add(self, runner_name: str, runner: type) -> None: member in PluginsRegistry
/arkcompiler/runtime_core/compiler/tests/
H A Dlife_intervals_test.cpp182 auto add = &INS(2); in TEST_F() local
H A Dliveness_analyzer_test.cpp335 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 Dsplit_resolver_test.cpp131 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 Dlife_intervals_test.cpp183 auto add = &INS(2U); in IsSameLocationFactories() local
H A Dliveness_analyzer_test.cpp312 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 Dsplit_resolver_test.cpp134 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 Dinst_generator.cpp790 auto add = graph->CreateInstAdd(); in GeneratePhiOperation() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/mirrors/
H A Dtype_cache.py42 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 Ddebug_connection.py152 async def add(self, *scripts: debugger.ScriptParsed) -> None: member in ScriptsCache
/arkcompiler/runtime_core/static_core/scripts/
H A Dgc_pause_stats.py79 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 Dindex.js[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Doptimize_string_concat.cpp258 auto add = GetGraph()->CreateInstAdd(DataType::INT32, pc, induction, step); in CreateAppendArgsLoop() local
H A Dlowering.cpp294 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 Dresult.py27 from operator import add namespace
H A Dreport.py62 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 Dhello_world_test.cpp39 std::string add = ".#*#add"; member
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp1851 auto add = builder_.CreateBinOp(llvm::Instruction::Add, round, one); in CreateRoundArm64() local

Completed in 36 milliseconds