Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/
Dlocal_object_handle.h29 …explicit LocalObjectHandle(ManagedThread *thread, ObjectHeader *object) : root_(object), thread_(t… in LocalObjectHandle() function
36 explicit LocalObjectHandle(ManagedThread *thread, T *object) in LocalObjectHandle() function
Dvm_handle.h29 class LocalObjectHandle; variable