Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/
Dhandle_scope-inl.h25 inline HandleScope<T>::HandleScope(ManagedThread *thread) : thread_(thread) in HandleScope() function
38 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
/arkcompiler/runtime_core/runtime/include/
Dthread.h56 class HandleScope; variable