Home
last modified time | relevance | path

Searched defs:update (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/pgo_aot_newobj/
Dpgo_aot_newobj.ts85 update (): void { method in A
116 update (dt: number, dt1: number): void { method in B
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DforUpdateStatementBuilder.h47 ForUpdateStatementBuilder &SetUpdate(Expression *update) in SetUpdate()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DforUpdateStatement.h30 … explicit ForUpdateStatement(AstNode *init, Expression *test, Expression *update, Statement *body) in ForUpdateStatement()
DforUpdateStatement.cpp140 ir::Expression *update = nullptr; in Clone() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dcountable_loop_parser.h32 Inst *update; member
/arkcompiler/ets_frontend/es2panda/ir/statements/
DforUpdateStatement.h40 …t ForUpdateStatement(binder::LoopScope *scope, AstNode *init, Expression *test, Expression *update, in ForUpdateStatement()
/arkcompiler/ets_runtime/test/aottest/calls/
Dcalls.ts55 update (dt: number, dt1: number): void { method in A
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_cloner.cpp459 auto update = inst->CastToPhi()->GetPhiInput(unroll_data->backedge); in BuildLoopUnrollDataFlow() local
975 auto update = phi->GetInput(1 - init_idx).GetInst(); in BuildLoopCloneDataFlow() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_cloner.cpp562 auto update = inst->CastToPhi()->GetPhiInput(unrollData->backedge); in BuildLoopUnrollDataFlow() local
1109 auto update = phi->GetInput(1 - initIdx).GetInst(); in BuildLoopCloneDataFlow() local
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_manager.cpp250 …anager::RecordHClass(ProfileType rootType, ProfileType childType, JSTaggedType hclass, bool update) in RecordHClass()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_coalescing.cpp66 Inst *update = var->GetPhiInput(var->GetPhiInputBb(1)); in VariableAnalysis() local
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp1017 ir::Expression *update; member
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts3147 let update: string | undefined; variable
3308 const update = ts.factory.createBinaryExpression( constant
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp432 Label update(env); in UpdateTrackTypeInPropAttr() local
Dstub_builder.cpp3150 Label update(env); in ICStoreElement() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js10413 oe.update = t => { function
22841 update(t, e) { method in anonymousFunction63e674a939400.bl
27635 update(t) { method in anonymousFunction63e674a939400.Ag
27830 update(t) {} method in anonymousFunction63e674a939400.Tg
27979 update(t) { method in anonymousFunction63e674a939400.wg
28064 update(t) { method in anonymousFunction63e674a939400.Rg
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument