Searched defs:VMHandle (Results 1 – 4 of 4) sorted by relevance
27 inline VMHandle<T>::VMHandle(const LocalObjectHandle<P> &other) : HandleBase(other.GetAddress()) in VMHandle() function32 inline VMHandle<T>::VMHandle(mem::GlobalObjectStorage *globalStorage, mem::Reference *reference) in VMHandle() function
35 inline explicit VMHandle() : HandleBase(reinterpret_cast<uintptr_t>(nullptr)) {} in VMHandle() function37 explicit VMHandle(ManagedThread *thread, ObjectHeader *object) in VMHandle() function50 inline explicit VMHandle(const VMHandle<P> &other) : HandleBase(other.GetAddress()) in VMHandle() function
31 class VMHandle; variable
27 class VMHandle; variable