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/
H A Dcountable_loop_parser.h32 Inst *update; member
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DforUpdateStatementBuilder.h47 ForUpdateStatementBuilder &SetUpdate(Expression *update) in SetUpdate() argument
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DforUpdateStatement.h30 explicit ForUpdateStatement(AstNode *init, Expression *test, Expression *update, Statement *body) in ForUpdateStatement() argument
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DforUpdateStatement.h40 explicit ForUpdateStatement(binder::LoopScope *scope, AstNode *init, Expression *test, Expression *update, in ForUpdateStatement() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DtupleLowering.cpp33 TupleUpdateConverter(checker::ETSChecker *const checker, ir::UpdateExpression *const update) in TupleUpdateConverter() argument
162 static ir::Expression *ConvertTupleUpdate(checker::ETSChecker *const checker, ir::UpdateExpression *const update) in ConvertTupleUpdate() argument
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_manager.cpp223 void PGOTypeManager::RecordHClass(ProfileType rootType, ProfileType childType, JSTaggedType hclass, bool update) in RecordHClass() argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph_cloner.cpp459 auto update = inst->CastToPhi()->GetPhiInput(unroll_data->backedge); in BuildLoopUnrollDataFlow() local
974 auto update = phi->GetInput(1 - init_idx).GetInst(); in BuildLoopCloneDataFlow() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph_cloner.cpp466 auto update = inst->CastToPhi()->GetPhiInput(unrollData->backedge); in BuildLoopUnrollDataFlow() local
1006 auto update = phi->GetInput(1 - initIdx).GetInst(); in BuildLoopCloneDataFlow() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dmemory_coalescing.cpp66 Inst *update = var->GetPhiInput(var->GetPhiInputBb(1)); in VariableAnalysis() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp448 BRANCH(Int32Equal(oldTrackType, *newTrackType), &exit, &update); in UpdateTrackTypeInPropAttr() local
H A Dstub_builder.cpp2793 BRANCH(Equal(oldHandler, Hole()), &handerInfoNotJSArray, &update); in ICStoreElement() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 32 milliseconds