Home
last modified time | relevance | path

Searched refs:GetComponentDescriptor (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vtable_builder.cpp33 desc1 = ClassHelper::GetComponentDescriptor(desc1); in IsInSamePackage()
37 desc2 = ClassHelper::GetComponentDescriptor(desc2); in IsInSamePackage()
180 RefTypeLink subComp(ClassHelper::GetComponentDescriptor(sub.GetDescriptor())); in RefIsAssignableToImpl()
181 RefTypeLink superComp(ClassHelper::GetComponentDescriptor(super.GetDescriptor())); in RefIsAssignableToImpl()
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass_helper.h71 static const uint8_t *GetComponentDescriptor(const uint8_t *descriptor) in GetComponentDescriptor() function