Home
last modified time | relevance | path

Searched refs:id2 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dpanda_cache_test.cpp49 EntityId id2(10000); in TEST() local
51 cache.SetMethodCache(id2, method2); in TEST()
52 ASSERT_EQ(cache.GetMethodFromCache(id2), method2); in TEST()
69 EntityId id2(10000); in TEST() local
71 EntityId newId2(id2.GetOffset() << 2U); in TEST()
89 EntityId id2(10000); in TEST() local
91 cache.SetClassCache(id2, class2); in TEST()
92 ASSERT_EQ(cache.GetClassFromCache(id2), class2); in TEST()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DopAssignment.cpp233 ir::Identifier *id2 = nullptr; in ConstructUpdateResult() local
258 id2 = GetClone(allocator, property->AsIdentifier()); in ConstructUpdateResult()
260 id2 = Gensym(allocator); in ConstructUpdateResult()
275 … newAssignmentStatements, id1, object, objType, id2, property, propType, GetClone(allocator, id1), in ConstructUpdateResult()
276 … GetClone(allocator, id2), GetClone(allocator, id1), GetClone(allocator, id2), argument->TsType()); in ConstructUpdateResult()
284 …return parser->CreateFormattedExpression(newAssignmentStatements, id1, object, objType, id2, prope… in ConstructUpdateResult()
285 … id3, GetClone(allocator, id1), GetClone(allocator, id2), in ConstructUpdateResult()
286 … argument->TsType(), GetClone(allocator, id1), GetClone(allocator, id2), in ConstructUpdateResult()
/arkcompiler/runtime_core/libpandafile/
Dproto_data_accessor-inl.h103 … auto id2 = other->panda_file_.ResolveClassIndex(other->proto_id_, helpers::Read<IDX_SIZE>(&sp2)); in IsEqual() local
104 if (panda_file_.GetStringData(id1) != other->panda_file_.GetStringData(id2)) { in IsEqual()
/arkcompiler/runtime_core/static_core/libpandafile/
Dproto_data_accessor-inl.h103 … auto id2 = other->pandaFile_.ResolveClassIndex(other->protoId_, helpers::Read<IDX_SIZE>(&sp2)); in IsEqual() local
104 if (pandaFile_.GetStringData(id1) != other->pandaFile_.GetStringData(id2)) { in IsEqual()
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/extension_function_tests/
Dextension_function_shadowed_by_different_return_type_interface_function.sts36 function Banana.foo(id2: int, k2: String): int {
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DIrViewer.js148 let id2 = parseInt(n2.ir.id);
150 … if (type === 0 && (n1.mask & this.mask_) !== 0 && this.selectPoint_.indexOf(id2) >= 0) { //选中前继
155 idx = this.hideNodeIds_.indexOf(id2);
156 sel.add(id2);