Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_handle.h29 inline explicit EtsHandle() : VMHandle<T>() {} in EtsHandle() function
30 explicit EtsHandle(EtsCoroutine *coroutine, T *etsObj) in EtsHandle() function
36 inline explicit EtsHandle(const VMHandle<P> &other) : VMHandle<T>(other) in EtsHandle() function