Home
last modified time | relevance | path

Searched defs:IsInSamePackage (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vtable_builder.cpp23 bool EtsVTableOverridePred::IsInSamePackage(const MethodInfo &info1, const MethodInfo &info2) const in IsInSamePackage() function in ark::ets::EtsVTableOverridePred
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.cpp381 bool EtsClass::IsInSamePackage(std::string_view className1, std::string_view className2) in IsInSamePackage() function in ark::ets::EtsClass
391 bool EtsClass::IsInSamePackage(EtsClass *that) in IsInSamePackage() function in ark::ets::EtsClass
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_class_file_test.cpp704 TEST_F(EtsClassTest, IsInSamePackage) in TEST_F() argument