Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/aottest/large_func/
Dlarge_func.ts1 function add(a:number, b:number):number function
/arkcompiler/ets_runtime/test/aottest/large_func_acc/
Dlarge_func_acc.ts1 function add(a:number, b:number):number function
/arkcompiler/ets_runtime/test/aottest/module/
Dadd.js16 export function add(a, b) function
/arkcompiler/ets_frontend/ts2panda/tests/strictmode/
Dglobal.js19 function add(a,b) { function
Dfunction_nest2.js18 function add(a,b) { function
Dfunction_nest1.js19 function add(a,b) { function
Dfunction.js16 function add(a,b) { function
/arkcompiler/ets_frontend/ts2panda/src/
Dscope.ts103 …abstract add(decl: Decl | string, declKind: VarDeclarationKind, status?: InitStatus): Variable | u… method in Scope
405add(decl: Decl | string, declKind: VarDeclarationKind, status?: InitStatus): Variable | undefined { method in GlobalScope
439add(decl: Decl | string, declKind: VarDeclarationKind, status?: InitStatus): Variable | undefined { method in ModuleScope
493add(decl: Decl | string, declKind: VarDeclarationKind, status?: InitStatus): Variable | undefined { method in FunctionScope
520add(decl: Decl | string, declKind: VarDeclarationKind, status?: InitStatus): Variable | undefined { method in LocalScope
Dpandagen.ts1519 private add(node: ts.Node | NodeKind, ...insns: IRNode[]): void { method in PandaGen
/arkcompiler/ets_runtime/test/moduletest/proxy/
Dproxy.js22 function add(a, b) { function
/arkcompiler/ets_frontend/testTs/instype/
Drecordexport.ts12 export function add(x: number, y: number) { function
Drecordthis.ts51 function add(x: number, y: number): number { function
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Ddebug_info_test.js48 add(o) { method in DataBase
/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
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
Dlife_intervals_test.cpp182 auto add = &INS(2); in TEST_F() local
Dinst_generator.cpp697 auto add = graph->CreateInstAdd(); in GeneratePhiOperation() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dcircuit_optimizer_tests.cpp330 auto add = circuit.NewGate(circuit.Add(), in HWTEST_F_L0() local
423 auto add = circuit.NewGate(circuit.Add(), in HWTEST_F_L0() local
439 auto add = circuit.NewGate(circuit.Add(), MachineType::I64, in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/regAllocator/
Dtest-spill-fill-with-CFG.js69 let add = undefined; variable
Dtest-range-spill-fill-with-CFG.js69 let add = undefined; variable
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property