Home
last modified time | relevance | path

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

/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_frontend/ets2panda/ir/statements/
DforUpdateStatement.h30 … explicit ForUpdateStatement(AstNode *init, Expression *test, Expression *update, Statement *body) in ForUpdateStatement()
/arkcompiler/ets_runtime/test/aottest/calls/
Dcalls.ts55 update (dt: number, dt1: number): void { method in A
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DtupleLowering.cpp36 …ression *ConvertTupleUpdate(checker::ETSChecker *const checker, ir::UpdateExpression *const update) in ConvertTupleUpdate()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_cloner.cpp456 auto update = inst->CastToPhi()->GetPhiInput(unroll_data->backedge); in BuildLoopUnrollDataFlow() local
963 auto update = phi->GetInput(1 - init_idx).GetInst(); in BuildLoopCloneDataFlow() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_cloner.cpp450 auto update = inst->CastToPhi()->GetPhiInput(unrollData->backedge); in BuildLoopUnrollDataFlow() local
986 auto update = phi->GetInput(1 - initIdx).GetInst(); in BuildLoopCloneDataFlow() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_coalescing.cpp65 Inst *update = var->GetPhiInput(var->GetPhiInputBb(1)); in VariableAnalysis() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp418 Label update(env); in UpdateTrackTypeInPropAttr() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Ddebug_info.cpp980 DBGDie *DebugInfo::CreateStructTypeDie(GStrIdx strIdx, const MIRStructType *structtype, bool update) in CreateStructTypeDie()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js10413 oe.update = t => { function
22841 update(t, e) { method in anonymousFunction0278022839900.bl
66228 i.prototype.update = function(t) { method in i
66573 e.prototype.update = function(t) { method in e
66891 i.prototype.update = function(t) { method in i
67291 i.prototype.update = function() { method in i
67599 i.prototype.update = function() { method in i
68793 t.prototype.update = function(t, e) { method in t
68924 e.prototype.update = function(t) { method in e
69108 i.prototype.update = function(e) { method in i
[all …]
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument