Home
last modified time | relevance | path

Searched refs:ExpandHandleStorage (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_handle_scope.cpp71 result = reinterpret_cast<JSTaggedType *>(context->ExpandHandleStorage()); in NewHandle()
Djs_thread.cpp392 uintptr_t *JSThread::ExpandHandleStorage() in ExpandHandleStorage() function in panda::ecmascript::JSThread
394 return GetCurrentEcmaContext()->ExpandHandleStorage(); in ExpandHandleStorage()
Decma_context.h393 uintptr_t *ExpandHandleStorage();
Djs_thread.h188 uintptr_t* PUBLIC_API ExpandHandleStorage();
Decma_context.cpp838 uintptr_t *EcmaContext::ExpandHandleStorage() in ExpandHandleStorage() function in panda::ecmascript::EcmaContext