Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dblock_hook_scope.h22 class BlockHookScope {
24 BlockHookScope();
25 ~BlockHookScope();
26 NO_COPY_SEMANTIC(BlockHookScope);
27 NO_MOVE_SEMANTIC(BlockHookScope);
Dblock_hook_scope.cpp24 BlockHookScope::BlockHookScope() in BlockHookScope() function in panda::ecmascript::base::BlockHookScope
31 BlockHookScope::~BlockHookScope() in ~BlockHookScope()
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp71 ecmascript::base::BlockHookScope blockScope; in DumpHeapSnapshot()
170 ecmascript::base::BlockHookScope blockScope; in StartHeapTracking()
183 ecmascript::base::BlockHookScope blockScope; in UpdateHeapTracking()
209 ecmascript::base::BlockHookScope blockScope; in StopHeapTracking()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap-inl.h34 using BlockHookScope = base::BlockHookScope; variable
Dheap.cpp587 BlockHookScope blockScope; in OnAllocateEvent()
599 BlockHookScope blockScope; in OnMoveEvent()