Home
last modified time | relevance | path

Searched defs:isExact (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dobject_type_propagation.cpp1251 auto isExact = runtime->GetClassType(method, typeId) == ClassType::FINAL_CLASS; in VisitLoadObject() local
1272 auto isExact = runtime->GetClassType(method, typeId) == ClassType::FINAL_CLASS; in VisitLoadStatic() local
1305 auto isExact = runtime->GetClassType(storedClass) == ClassType::FINAL_CLASS; in VisitRefTypeCheck() local
1331 auto isExact = runtime->GetClassType(klass) == ClassType::FINAL_CLASS; in VisitParameter() local
1351 auto isExact = runtime->GetClassType(method, typeId) == ClassType::FINAL_CLASS; in ProcessManagedCall() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h230 ObjectTypeInfo(ClassType klass, bool isExact) in ObjectTypeInfo()