Searched refs:CallByteMethod (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | calling_methods_test_1.cpp | 42 EXPECT_DEATH(env_->CallByteMethod(nullptr, nullptr), ""); in TEST_F() 88 EXPECT_DEATH(env_->CallByteMethod(obj, nullptr), ""); in TEST_F()
|
| D | calling_methods_test_4.cpp | 67 …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()
|
| D | calling_methods_test_6.cpp | 315 …EXPECT_EQ(env->CallByteMethod(obj, byte_id, static_cast<ets_byte>(1), static_cast<ets_int>(121_I)), in TEST_F()
|
| D | calling_methods_test_2.cpp | 124 …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/ |
| D | ets_napi.h | 219 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
|
| D | ets_napi_native_interface.cpp | 789 NO_UB_SANITIZE static ets_byte CallByteMethod(EtsEnv *env, ets_object obj, ets_method methodId, ...) in CallByteMethod() function 2810 CallByteMethod,
|