Home
last modified time | relevance | path

Searched defs:change (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dchange_tracker_test.cpp73 TextChange change = {span, retStr}; in TEST_F() local
129 auto &change = std::get<ark::es2panda::lsp::RemoveNode>(changes[c0]); in TEST_F() local
222 for (const auto &change : changes) { in TEST_F() local
263 const auto &change = changes[0]; in TEST_F() local
295 const auto &change = changes[0]; in TEST_F() local
363 const auto &change = std::get<ark::es2panda::lsp::ChangeText>(changeVariant[0]); in TEST_F() local
394 …const auto change = std::get<ark::es2panda::lsp::ReplaceWithSingleNode>(tracker.GetChangeList()[0]… in TEST_F() local
426 const auto &change = std::get<ark::es2panda::lsp::ReplaceWithSingleNode>(changeVariant[0]); in TEST_F() local
469 const auto &change = std::get<ark::es2panda::lsp::ReplaceWithMultipleNodes>(changeVariant[0]); in TEST_F() local
504 const auto &change = std::get<ark::es2panda::lsp::ChangeText>(changeVariant[0]); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_fixshortbranch.cpp114 bool change = false; in FixShortBranches() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/services/text_change/
Dchange_tracker.cpp298 void ChangeTracker::PushRaw(const SourceFile *sourceFile, const FileTextChanges &change) in PushRaw()
417 ChangeText change = {sourceFile, range, ChangeKind::TEXT, text}; in ReplaceRangeWithText() local
802 for (const auto &change : changes) { in GetTextChangesFromChanges() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp632 auto change = GetIdom(phi); in PhiChecker() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dcleanup.cpp785 auto change = GetIdom(phi); in PhiChecker() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.cpp61 bool change = false; in BuildPostOrderList() local
Dprofiler_stub_builder.cpp272 Label change(env); in ProfileCall() local
Dstub_builder.cpp4353 Label change(env); in TransitToElementsKind() local