Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dsustaining_js_handle.h30 JSHandle<T> NewHandle(JSHandle<T> value) in NewHandle() function
36 JSHandle<T> NewHandle(JSTaggedType value) in NewHandle() function
42 static JSHandle<T> NewHandle(const JitThread *thread, JSTaggedType value) in NewHandle() function
Dglobal_handle_collection.h34 JSHandle<T> NewHandle(JSTaggedType value) in NewHandle() function
Decma_handle_scope.cpp80 uintptr_t EcmaHandleScope::NewHandle(JSThread *thread, JSTaggedType value) in NewHandle() function in panda::ecmascript::EcmaHandleScope
/arkcompiler/runtime_core/static_core/runtime/
Dhandle_scope.cpp22 uintptr_t HandleScope<coretypes::TaggedType>::NewHandle(coretypes::TaggedType value) in NewHandle() function in ark::HandleScope::TaggedType
31 uintptr_t HandleScope<ObjectHeader *>::NewHandle(ObjectHeader *value) in NewHandle() function in ark::HandleScope
Dhandle_storage-inl.h35 inline uintptr_t HandleStorage<T>::NewHandle(T value) in NewHandle() function
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_thread.cpp38 JSHandle<JSTaggedValue> JitThread::NewHandle(JSTaggedValue value) const in NewHandle() function in panda::ecmascript::JitThread