Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.cpp406 bool isStopObjectLeakCheck = EnableGlobalObjectLeakCheck() && !IsStartGlobalLeakCheck() && stackTraceFd_ > 0; in IterateHandleWithCheck() local
410 isStopObjectLeakCheck, isStopPrimitiveLeakCheck, &buffer](DebugNode *node) { in IterateHandleWithCheck()
424 if (isStopObjectLeakCheck && node->GetGlobalNumber() > 0 && node->GetMarkCount() > 0) { in IterateHandleWithCheck()
443 if (isStopObjectLeakCheck || isStopPrimitiveLeakCheck) { in IterateHandleWithCheck()

Completed in 3 milliseconds