Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/
Dvm_handle-inl.h27 inline VMHandle<T>::VMHandle(const LocalObjectHandle<P> &other) : HandleBase(other.GetAddress()) in VMHandle() function
32 inline VMHandle<T>::VMHandle(mem::GlobalObjectStorage *globalStorage, mem::Reference *reference) in VMHandle() function
Dvm_handle.h35 inline explicit VMHandle() : HandleBase(reinterpret_cast<uintptr_t>(nullptr)) {} in VMHandle() function
37 explicit VMHandle(ManagedThread *thread, ObjectHeader *object) in VMHandle() function
50 inline explicit VMHandle(const VMHandle<P> &other) : HandleBase(other.GetAddress()) in VMHandle() function
/arkcompiler/runtime_core/static_core/runtime/
Dmonitor.h31 class VMHandle; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_typeapi_create.h27 class VMHandle; variable