Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/common_interfaces/objects/
Dreadonly_handle.h25 inline explicit ReadOnlyHandle(uintptr_t slot) : address_(slot) in ReadOnlyHandle() function
30 inline ReadOnlyHandle() : address_(reinterpret_cast<uintptr_t>(nullptr)) {} in ReadOnlyHandle() function
41 explicit ReadOnlyHandle(const ReadOnlyHandle<S> &handle) : address_(handle.GetAddress()) in ReadOnlyHandle() function