Home
last modified time | relevance | path

Searched refs:GetObjectRefType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dstack_reference_check_test.cpp65 …return env->GetObjectRefType(static_cast<ets_object>(ets_str)) == ETS_LOCAL_REF_TYPE ? ETS_TRUE : … in StrCheck()
101 bool res1 = env->GetObjectRefType(static_cast<ets_object>(ets_str1)) == ETS_LOCAL_REF_TYPE; in MultiStrCheck()
102 bool res2 = env->GetObjectRefType(static_cast<ets_object>(ets_str2)) == ETS_LOCAL_REF_TYPE; in MultiStrCheck()
103 bool res3 = env->GetObjectRefType(static_cast<ets_object>(ets_str3)) == ETS_LOCAL_REF_TYPE; in MultiStrCheck()
104 bool res4 = env->GetObjectRefType(static_cast<ets_object>(ets_str4)) == ETS_LOCAL_REF_TYPE; in MultiStrCheck()
151 … bool invalidRef = env->GetObjectRefType(reinterpret_cast<ets_string>(&a)) == ETS_INVALID_REF_TYPE; in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h430 ets_objectRefType (*GetObjectRefType)(EtsEnv *env, ets_object obj); member
1516 ets_objectRefType GetObjectRefType(ets_object obj) in GetObjectRefType() function
1518 return native_interface->GetObjectRefType(this, obj); in GetObjectRefType()
Dets_napi_native_interface.cpp2670 NO_UB_SANITIZE static ets_objectRefType GetObjectRefType(EtsEnv *env, ets_object obj) in GetObjectRefType() function
2996 GetObjectRefType,