Home
last modified time | relevance | path

Searched refs:prevIndex (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp397 void JSThread::ShrinkHandleStorage(int prevIndex) in ShrinkHandleStorage() argument
399 GetCurrentEcmaContext()->ShrinkHandleStorage(prevIndex); in ShrinkHandleStorage()
Decma_context.cpp858 void EcmaContext::ShrinkHandleStorage(int prevIndex) in ShrinkHandleStorage() argument
860 currentHandleStorageIndex_ = prevIndex; in ShrinkHandleStorage()
Decma_context.h394 void ShrinkHandleStorage(int prevIndex);
Djs_thread.h189 void PUBLIC_API ShrinkHandleStorage(int prevIndex);