Home
last modified time | relevance | path

Searched refs:CallByteMethod (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dcalling_methods_test_1.cpp42 EXPECT_DEATH(env_->CallByteMethod(nullptr, nullptr), ""); in TEST_F()
88 EXPECT_DEATH(env_->CallByteMethod(obj, nullptr), ""); in TEST_F()
Dcalling_methods_test_4.cpp67 …EXPECT_DEATH(env_->CallByteMethod(nullptr, byteId, static_cast<ets_byte>(1), static_cast<ets_int>(… in TEST_F()
80 EXPECT_DEATH(env_->CallByteMethod(nullptr, byteId), ""); in TEST_F()
Dcalling_methods_test_6.cpp315 …EXPECT_EQ(env->CallByteMethod(obj, byte_id, static_cast<ets_byte>(1), static_cast<ets_int>(121_I)), in TEST_F()
Dcalling_methods_test_2.cpp124 …EXPECT_EQ(env_->CallByteMethod(obj, byteId, static_cast<ets_byte>(1), static_cast<ets_int>(121_I)), in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h219 ets_byte (*CallByteMethod)(EtsEnv *env, ets_object obj, ets_method p_method, ...); member
666 ets_byte CallByteMethod(ets_object obj, ets_method method_id, ...) in CallByteMethod() function
Dets_napi_native_interface.cpp789 NO_UB_SANITIZE static ets_byte CallByteMethod(EtsEnv *env, ets_object obj, ets_method methodId, ...) in CallByteMethod() function
2810 CallByteMethod,