Home
last modified time | relevance | path

Searched refs:GetInvokeInterface (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_invoke_interface.h24 const ETS_InvokeInterface *GetInvokeInterface();
Dets_napi_invoke_interface.cpp80 const ETS_InvokeInterface *GetInvokeInterface() in GetInvokeInterface() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp152 : EtsVM {napi::GetInvokeInterface()}, runtime_(runtime), mm_(mm) in PandaEtsVM()