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.cpp94 auto isExact = runtime->GetClassType(method, typeId) == ClassType::FINAL_CLASS; in VisitLoadObject() local
143 auto isExact = runtime->GetClassType(klass) == ClassType::FINAL_CLASS; in VisitParameter() local
159 auto isExact = runtime->GetClassType(method, typeId) == ClassType::FINAL_CLASS; in ProcessManagedCall() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h231 ObjectTypeInfo(ClassType klass, bool isExact) in ObjectTypeInfo()