Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/mem/
Dvm_handle.h32 inline explicit VMHandle() : HandleBase(reinterpret_cast<uintptr_t>(nullptr)) {} in VMHandle() function
34 explicit VMHandle(ManagedThread *thread, ObjectHeader *object) in VMHandle() function
/arkcompiler/runtime_core/runtime/
Dmonitor.h30 class VMHandle; variable