Home
last modified time | relevance | path

Searched refs:ShrinkHandleStorage (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_handle_scope.cpp45 context->ShrinkHandleStorage(prevHandleStorageIndex_); in ~EcmaHandleScope()
Djs_thread.cpp397 void JSThread::ShrinkHandleStorage(int prevIndex) in ShrinkHandleStorage() function in panda::ecmascript::JSThread
399 GetCurrentEcmaContext()->ShrinkHandleStorage(prevIndex); in ShrinkHandleStorage()
Decma_context.h394 void ShrinkHandleStorage(int prevIndex);
Djs_thread.h189 void PUBLIC_API ShrinkHandleStorage(int prevIndex);
Decma_context.cpp858 void EcmaContext::ShrinkHandleStorage(int prevIndex) in ShrinkHandleStorage() function in panda::ecmascript::EcmaContext
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1501 context->ShrinkHandleStorage(prevHandleStorageIndex_); in ~LocalScope()