Home
last modified time | relevance | path

Searched defs:IsInstanceOf (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_object.h49 bool IsInstanceOf(EtsClass *klass) const in IsInstanceOf() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dobject_header-inl.h36 inline bool ObjectHeader::IsInstanceOf(const Class *klass) const in IsInstanceOf() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_object_test.cpp165 TEST_F(EtsObjectTest, IsInstanceOf) in TEST_F() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h219 ets_boolean (*IsInstanceOf)(EtsEnv *env, ets_object obj, ets_class cls); member
658 ets_boolean IsInstanceOf(ets_object obj, ets_class cls) in IsInstanceOf() function
Dets_napi_native_interface.cpp2658 NO_UB_SANITIZE static ets_boolean IsInstanceOf(EtsEnv *env, ets_object obj, ets_class cls) in IsInstanceOf() function