Home
last modified time | relevance | path

Searched defs:add (Results 1 – 25 of 42) sorted by relevance

12

/arkcompiler/ets_runtime/test/aottest/large_func/
Dlarge_func.ts16 function add(a:number, b:number):number function
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/projects/ts-toplevel-await-project/
Dtest1.ts17 const add = (a: number, b: number): number => { constant
Dtest2-exec.ts18 const {add} = await import('./test1'); constant
/arkcompiler/ets_frontend/arkguard/test/grammar/function_validation/
Danonymous_function.ts18 function add(x, y): any { function
Dfunction_types.ts18 function add(x: number, y: number): number { function
/arkcompiler/ets_runtime/test/aottest/large_func_acc/
Dlarge_func_acc.ts16 function add(a:number, b:number):number function
/arkcompiler/ets_frontend/arkguard/test/grammar/removeComments/
DremoveComments1.d.ts27 function add(a: number, b: number): number; function
/arkcompiler/ets_frontend/arkguard/test/grammar/wildcard_comment/keep_comment1/
Dkeep_comment1.d.ts28 function add(a: number, b: number): number; function
/arkcompiler/ets_runtime/test/aottest/global_value_numbering_ts/
Dglobal_value_numbering_ts.ts71 function add(a: number, b: number): number { function
/arkcompiler/ets_runtime/test/moduletest/module/
Dexportas.js32 const add = (a, b) => { function
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dmir_compiler.cpp25 void InsertingPassManager::add(llvm::Pass *p) in add() function in ark::llvmbackend::InsertingPassManager
/arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/
Dsafe_hole6.js37 Set.prototype.add = () => {}; method in Set
/arkcompiler/ets_frontend/arkguard/test/ut/utils/ScopeAnalyzer/
DanalyzeFunctionLike.ts45 export const add = function(x: number, y: number): number { constant
/arkcompiler/ets_frontend/arkguard/test/grammar/export_namecache/
DnamecacheTest7_export.ts17 export default function add(a: number, b: number): number { function
/arkcompiler/ets_frontend/testTs/instype/
Drecordexport.ts27 export function add(x: number, y: number): number { function
Drecordthis.ts51 function add(x: number, y: number): number { function
/arkcompiler/runtime_core/abc2program/tests/ts/
DHelloWorld.ts76 let add = (a: number, b: number): number => a + b; variable
/arkcompiler/ets_runtime/test/aottest/module/
Dadd.js16 export function add(a, b) function
/arkcompiler/runtime_core/static_core/scripts/
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
/arkcompiler/ets_runtime/test/aottest/elements_kind/
Delements_kind.ts56 add(elm: number):void { method in OrderedCollection
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
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
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Ddebug_info_test.js48 add(o) { method in DataBase
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Dplugins_registry.py99 def add(self, runner_name: str, runner: type) -> None: member in PluginsRegistry
/arkcompiler/runtime_core/compiler/tests/
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
/arkcompiler/runtime_core/static_core/compiler/tests/
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

12