Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/
Dhandle_scope-inl.h24 inline HandleScope<T>::HandleScope(ManagedThread *thread) : thread_(thread) in HandleScope() function
34 inline HandleScope<T>::HandleScope(ManagedThread *thread, T value) : thread_(thread) in HandleScope() function
Dhandle_storage.h28 class HandleScope; variable
77 friend class HandleScope<T>; variable
Dglobal_handle_storage.h27 class HandleScope; variable
/ark/runtime_core/runtime/include/
Dthread.h63 class HandleScope; variable