Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h271 explicit ObjectTypeInfo(ClassType v) : class_(v) {} in ObjectTypeInfo() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h230 ObjectTypeInfo(ClassType klass, bool isExact) in ObjectTypeInfo() function
271 explicit constexpr ObjectTypeInfo(uintptr_t klass) : class_(klass) {} in ObjectTypeInfo() function