Home
last modified time | relevance | path

Searched refs:SetTypeId (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h640 inst->CastToLoadString()->SetTypeId(type_id); in TypeId()
643 inst->CastToLoadType()->SetTypeId(type_id); in TypeId()
646 inst->CastToUnresolvedLoadType()->SetTypeId(type_id); in TypeId()
649 inst->CastToStoreStatic()->SetTypeId(type_id); in TypeId()
652 inst->CastToUnresolvedStoreStatic()->SetTypeId(type_id); in TypeId()
655 inst->CastToLoadStatic()->SetTypeId(type_id); in TypeId()
658 inst->CastToUnresolvedLoadStatic()->SetTypeId(type_id); in TypeId()
661 inst->CastToLoadObject()->SetTypeId(type_id); in TypeId()
664 inst->CastToUnresolvedLoadObject()->SetTypeId(type_id); in TypeId()
667 inst->CastToStoreObject()->SetTypeId(type_id); in TypeId()
[all …]
Dinst.h1492 void SetTypeId(uint32_t id) in SetTypeId() function
2677 static_cast<LoadFromPool *>(clone)->SetTypeId(GetTypeId()); in Clone()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h36 inst->SetTypeId(type_id); in BuildLoadFromPool()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_obj_layout_info.cpp33 SetTypeId(thread, number, typeIdVal); in AddProperty()
Dts_type.cpp248 layout->SetTypeId(thread, propIdx, JSTaggedValue(newGT.GetType())); in UpdatePropTypeGT()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcodegen_test.cpp292 inst->SetTypeId(2); in __anona44e78530502()
/arkcompiler/runtime_core/compiler/tests/
Ddump_test.cpp660 loadFromPool.SetTypeId(id); in __anon51f1233e0d02()