Searched refs:CallStaticByteMethod (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/native/ |
| D | native_test_helper.h | 39 *ret = env_->CallStaticByteMethod(cls, fn, args...); in CallEtsFuntion()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | calling_methods_test_3.cpp | 43 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/ |
| D | ets_napi.h | 319 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
|
| D | ets_napi_native_interface.cpp | 1577 NO_UB_SANITIZE static ets_byte CallStaticByteMethod(EtsEnv *env, ets_class cls, ets_method methodId… in CallStaticByteMethod() function 2890 CallStaticByteMethod,
|