Home
last modified time | relevance | path

Searched refs:CallStaticByteMethod (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/native/
Dnative_test_helper.h39 *ret = env_->CallStaticByteMethod(cls, fn, args...); in CallEtsFuntion()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dcalling_methods_test_3.cpp43 EXPECT_DEATH(env_->CallStaticByteMethod(nullptr, nullptr), ""); in TEST_F()
89 EXPECT_DEATH(env_->CallStaticByteMethod(cls, nullptr), ""); in TEST_F()
207 …EXPECT_EQ(env_->CallStaticByteMethod(cls, byteId, static_cast<ets_byte>(1)), static_cast<ets_byte>… in TEST_F()
389 …EXPECT_EQ(env_->CallStaticByteMethod(nullptr, byteId, static_cast<ets_byte>(1)), static_cast<ets_b… in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h319 ets_byte (*CallStaticByteMethod)(EtsEnv *env, ets_class cls, ets_method p_method, ...); member
1067 ets_byte CallStaticByteMethod(ets_class cls, ets_method method_id, ...) in CallStaticByteMethod() function
Dets_napi_native_interface.cpp1577 NO_UB_SANITIZE static ets_byte CallStaticByteMethod(EtsEnv *env, ets_class cls, ets_method methodId… in CallStaticByteMethod() function
2890 CallStaticByteMethod,