Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_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
92 friend class HandleScope<T>; variable
Dglobal_handle_storage.h27 class HandleScope; variable
/arkcompiler/jsvm/test/unittest/
Djsvm_utils.h44 explicit HandleScope(JSVM_Env jsvmEnv) : env(jsvmEnv) in HandleScope() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dthread.h59 class HandleScope; variable