Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp48 GlobalHandleCollection gloalHandleCollection(thread); in LoadPatchInternal() local
53 gloalHandleCollection.NewHandle<JSTaggedValue>(constpool.GetRawData()); in LoadPatchInternal()
194 GlobalHandleCollection gloalHandleCollection(thread); in UnloadPatchInternal() local
196 gloalHandleCollection.Dispose(item); in UnloadPatchInternal()