Home
last modified time | relevance | path

Searched refs:GlobalHandleCollection (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dglobal_handle_collection.h24 class GlobalHandleCollection { class
26 explicit GlobalHandleCollection(JSThread *thread) : thread_(thread) {} in GlobalHandleCollection() function in panda::ecmascript::GlobalHandleCollection
28 ~GlobalHandleCollection() = default;
30 DEFAULT_MOVE_SEMANTIC(GlobalHandleCollection);
31 DEFAULT_COPY_SEMANTIC(GlobalHandleCollection);
H A Djs_handle.h191 friend class GlobalHandleCollection;
H A Decma_context.h577 GlobalHandleCollection gloalHandleCollection(thread_); in ClearPatchModules()
H A Djs_thread.h1637 friend class GlobalHandleCollection;
H A Decma_context.cpp423 GlobalHandleCollection gloalHandleCollection(thread_); in InvokeEcmaEntrypointForHotReload()
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddropframe_manager.cpp198 GlobalHandleCollection globalHandleCollection(thread); in EmplaceLexModifyRecord()
230 GlobalHandleCollection globalHandleCollection(thread); in RemoveLexModifyRecordOfTopFrame()
245 GlobalHandleCollection globalHandleCollection(thread); in MergeLexModifyRecordOfTopFrame()
/arkcompiler/ets_runtime/ecmascript/patch/
H A Dpatch_loader.cpp45 GlobalHandleCollection gloalHandleCollection(thread); in LoadPatchInternal()
172 GlobalHandleCollection gloalHandleCollection(thread); in UnloadPatchInternal()

Completed in 11 milliseconds