Searched refs:id1 (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/runtime_core/static_core/libpandafile/tests/ |
H A D | panda_cache_test.cpp | 41 EntityId id1(100); in TEST() 42 ASSERT_EQ(cache.GetMethodFromCache(id1), nullptr); in TEST() 45 cache.SetMethodCache(id1, method1); in TEST() 46 ASSERT_EQ(cache.GetMethodFromCache(id1), method1); in TEST() 59 EntityId id1(100); in TEST() 61 EntityId newId1(id1.GetOffset() << 2U); in TEST() 81 EntityId id1(100); in TEST() 82 ASSERT_EQ(cache.GetClassFromCache(id1), nullptr); in TEST() 85 cache.SetClassCache(id1, class1); in TEST() 86 ASSERT_EQ(cache.GetClassFromCache(id1), class in TEST() [all...] |
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
H A D | opAssignment.cpp | 241 ir::Identifier *id1; in ConstructUpdateResult() local 254 id1 = GetClone(allocator, argument->AsIdentifier()); in ConstructUpdateResult() 259 id1 = GetClone(allocator, object->AsIdentifier()); in ConstructUpdateResult() 261 id1 = Gensym(allocator); in ConstructUpdateResult() 284 newAssignmentStatements, id1, object, objType, id2, property, propType, GetClone(allocator, id1), in ConstructUpdateResult() 285 GetClone(allocator, id2), GetClone(allocator, id1), GetClone(allocator, id2), argument->TsType()); in ConstructUpdateResult() 293 return parser->CreateFormattedExpression(newAssignmentStatements, id1, object, objType, id2, property, propType, in ConstructUpdateResult() 294 id3, GetClone(allocator, id1), GetClone(allocator, id2), in ConstructUpdateResult() 295 argument->TsType(), GetClone(allocator, id1), GetClon in ConstructUpdateResult() [all...] |
/arkcompiler/runtime_core/libpandafile/ |
H A D | proto_data_accessor-inl.h | 102 auto id1 = panda_file_.ResolveClassIndex(proto_id_, helpers::Read<IDX_SIZE>(&sp1)); in IsEqual() local 104 if (panda_file_.GetStringData(id1) != other->panda_file_.GetStringData(id2)) { in IsEqual()
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | proto_data_accessor-inl.h | 104 auto id1 = pandaFile_.ResolveClassIndex(protoId_, helpers::Read<IDX_SIZE>(&sp1)); in IsEqual() local 106 if (pandaFile_.GetStringData(id1) != other->pandaFile_.GetStringData(id2)) { in IsEqual()
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/ |
H A D | IrViewer.js | 147 let id1 = parseInt(n1.ir.id); 151 idx = this.hideNodeIds_.indexOf(id1); 152 sel.add(id1); 154 if (type === 1 && (n2.mask & this.mask_) !== 0 && this.selectPoint_.indexOf(id1) >= 0) { //选中后继
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | dump.cpp | 653 ArenaString id1(IdToString(params.typeId1, allocator), adapter); in DumpObjectPairOpcode() 658 fieldName1 = id1 + space + dot + ArenaString(".Unknown", adapter) + offset1; in DumpObjectPairOpcode() 662 fieldName1 = id1 + space + dot + ArenaString(runtime->GetFieldName(field1), adapter) + offset1; in DumpObjectPairOpcode()
|
Completed in 6 milliseconds