Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/
Dhandle_scope.cpp22 uintptr_t HandleScope<coretypes::TaggedType>::NewHandle(coretypes::TaggedType value) in NewHandle() function in panda::HandleScope::TaggedType
31 uintptr_t HandleScope<ObjectHeader *>::NewHandle(ObjectHeader *value) in NewHandle() function in panda::HandleScope
Dhandle_storage-inl.h34 inline uintptr_t HandleStorage<T>::NewHandle(T value) in NewHandle() function
/arkcompiler/ets_runtime/ecmascript/
Dglobal_handle_collection.h34 JSHandle<T> NewHandle(JSTaggedType value) in NewHandle() function
Decma_handle_scope.h59 static inline uintptr_t PUBLIC_API NewHandle(JSThread *thread, JSTaggedType value) in NewHandle() function