Searched refs:SetNativePointerToFunctionFromMethod (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 2108 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(function), method); in SetupJSFunctionByHClass() 2333 void ObjectFactory::SetNativePointerToFunctionFromMethod(const JSHandle<JSFunctionBase> &func, in SetNativePointerToFunctionFromMethod() function in panda::ecmascript::ObjectFactory 2366 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(bundleFunction), method); in NewJSBoundFunction() 2383 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(function), method); in NewJSIntlBoundFunction() 2407 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(function), method); in NewJSProxyRevocFunction() 2428 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(awaitFunction), method); in NewJSAsyncAwaitStatusFunction() 3859 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(reactionsFunction), method); in CreateJSPromiseReactionsFunction() 3875 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(executorFunction), method); in CreateJSPromiseExecutorFunction() 3891 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(fulfilledFunction), method); in CreateJSAsyncModuleFulfilledFunction() 3907 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(rejectedFunction), method); in CreateJSAsyncModuleRejectedFunction() [all …]
|
| D | shared_object_factory.cpp | 293 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(function), method); in NewSFunctionByHClass()
|
| D | object_factory.h | 973 …void SetNativePointerToFunctionFromMethod(const JSHandle<JSFunctionBase> &func, const JSHandle<Met…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_function_stub_builder.cpp | 719 SetNativePointerToFunctionFromMethod(glue, func, method); in InitializeFunctionWithMethod()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.h | 927 void SetNativePointerToFunctionFromMethod(GateRef glue, GateRef function, GateRef value);
|
| D | new_object_stub_builder.cpp | 1361 SetNativePointerToFunctionFromMethod(glue, *result, method); in NewJSBoundFunction()
|
| D | stub_builder-inl.h | 3570 inline void StubBuilder::SetNativePointerToFunctionFromMethod(GateRef glue, GateRef function, GateR… in SetNativePointerToFunctionFromMethod() function
|