Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp380 void JSThread::ShrinkHandleStorage(int prevIndex) in ShrinkHandleStorage() argument
382 GetCurrentEcmaContext()->ShrinkHandleStorage(prevIndex); in ShrinkHandleStorage()
Decma_context.h333 void ShrinkHandleStorage(int prevIndex);
Decma_context.cpp723 void EcmaContext::ShrinkHandleStorage(int prevIndex) in ShrinkHandleStorage() argument
725 currentHandleStorageIndex_ = prevIndex; in ShrinkHandleStorage()
Djs_thread.h293 void PUBLIC_API ShrinkHandleStorage(int prevIndex);