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