Home
last modified time | relevance | path

Searched defs:etsMethod (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/native/native_methods/
Dregister_native_methods_test.cpp82 auto *etsMethod = EtsMethod::FromRuntimeMethod(reinterpret_cast<Method *>(method)); in TEST_F() local
110 auto *etsMethod = EtsMethod::FromRuntimeMethod(reinterpret_cast<Method *>(method)); in TEST_F() local
136 auto *etsMethod = EtsMethod::FromRuntimeMethod(reinterpret_cast<Method *>(method)); in TEST_F() local
167 auto *etsMethod = EtsMethod::FromRuntimeMethod(reinterpret_cast<Method *>(method)); in TEST_F() local
196 auto *etsMethod = EtsMethod::FromRuntimeMethod(reinterpret_cast<Method *>(method)); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_method_wrapper.h66 EtsMethod *const etsMethod = etsMethodSet_->GetMethod(parametersNum); in GetMethod() local
Dets_method_wrapper.cpp184 EtsMethod *etsMethod = methodSet->GetMethod(parametersNum); in FindSuitableMethod() local
219 auto etsMethod = std::get<0>(result); in EtsMethodCallHandler() local
Dets_class_wrapper.cpp530 EtsMethod *etsMethod = EtsMethod::FromRuntimeMethod(m); in HasOverloadsMethod() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_class_linker_extension.cpp493 const EtsMethod *etsMethod = EtsMethod::FromRuntimeMethod(method); in CanThrowException() local
503 const EtsMethod *etsMethod = EtsMethod::FromRuntimeMethod(method); in IsNecessarySwitchThreadState() local
513 const EtsMethod *etsMethod = EtsMethod::FromRuntimeMethod(method); in CanNativeMethodUseObjects() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp262 EtsMethod *etsMethod = EtsMethod::FromRuntimeMethod(method); in PrepareArgsOnStack() local
340 EtsMethod *etsMethod = EtsMethod::FromRuntimeMethod(method); in EtsNapiBegin() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_method.h339 static Method *ToRuntimeMethod(EtsMethod *etsMethod) in ToRuntimeMethod()