Searched defs:NewHandle (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/ | ||
| D | handle_scope.cpp | 22 uintptr_t HandleScope<coretypes::TaggedType>::NewHandle(coretypes::TaggedType value) in NewHandle() function in panda::HandleScope::TaggedType |
| D | handle_storage-inl.h | 34 inline uintptr_t HandleStorage<T>::NewHandle(T value) in NewHandle() function |
| /arkcompiler/ets_runtime/ecmascript/ | ||
| D | global_handle_collection.h | 34 JSHandle<T> NewHandle(JSTaggedType value) in NewHandle() function |
| D | ecma_handle_scope.cpp | 49 uintptr_t EcmaHandleScope::NewHandle(JSThread *thread, JSTaggedType value) in NewHandle() function in panda::ecmascript::EcmaHandleScope |