Searched refs:BlockHookScope (Results 1 – 5 of 5) sorted by relevance
22 class BlockHookScope {24 BlockHookScope();25 ~BlockHookScope();26 NO_COPY_SEMANTIC(BlockHookScope);27 NO_MOVE_SEMANTIC(BlockHookScope);
24 BlockHookScope::BlockHookScope() in BlockHookScope() function in panda::ecmascript::base::BlockHookScope31 BlockHookScope::~BlockHookScope() in ~BlockHookScope()
71 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()
34 using BlockHookScope = base::BlockHookScope; variable
587 BlockHookScope blockScope; in OnAllocateEvent()599 BlockHookScope blockScope; in OnMoveEvent()