Home
last modified time | relevance | path

Searched defs:typeId1 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_item_container.h295 auto typeId1 = static_cast<size_t>(typeItem1->GetType().GetId()); in operator() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_visitor.cpp880 uint32_t typeId1 = typedInst->GetTypeId1(); in VisitLoadObjectPair() local
909 uint32_t typeId1 = typedInst->GetTypeId1(); in VisitStoreObjectPair() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddump.cpp631 uint32_t typeId1; member in ark::compiler::ObjectPairParams
Dinst.h1963 TypeIdMixin2(uint32_t typeId0, uint32_t typeId1, RuntimeInterface::MethodPtr method) in TypeIdMixin2()