Searched defs:update (Results 1 - 12 of 12) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | countable_loop_parser.h | 32 Inst *update; member
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | forUpdateStatementBuilder.h | 47 ForUpdateStatementBuilder &SetUpdate(Expression *update) in SetUpdate() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| H A D | forUpdateStatement.h | 30 explicit ForUpdateStatement(AstNode *init, Expression *test, Expression *update, Statement *body) in ForUpdateStatement() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| H A D | forUpdateStatement.h | 40 explicit ForUpdateStatement(binder::LoopScope *scope, AstNode *init, Expression *test, Expression *update, in ForUpdateStatement() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | tupleLowering.cpp | 33 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 D | pgo_type_manager.cpp | 223 void PGOTypeManager::RecordHClass(ProfileType rootType, ProfileType childType, JSTaggedType hclass, bool update) in RecordHClass() argument
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| H A D | graph_cloner.cpp | 459 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 D | graph_cloner.cpp | 466 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 D | memory_coalescing.cpp | 66 Inst *update = var->GetPhiInput(var->GetPhiInputBb(1)); in VariableAnalysis() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | profiler_stub_builder.cpp | 448 BRANCH(Int32Equal(oldTrackType, *newTrackType), &exit, &update); in UpdateTrackTypeInPropAttr() local
|
| H A D | stub_builder.cpp | 2793 BRANCH(Equal(oldHandler, Hole()), &handerInfoNotJSArray, &update); in ICStoreElement() local
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| H A D | cocos_worker_test.js | [all...] |
Completed in 32 milliseconds