Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.cpp289 bool JSThread::IsStartGlobalLeakCheck() const in IsStartGlobalLeakCheck() function in panda::ecmascript::JSThread
291 return GetEcmaVM()->GetJSOptions().IsStartGlobalLeakCheck(); in IsStartGlobalLeakCheck()
406 bool isStopObjectLeakCheck = EnableGlobalObjectLeakCheck() && !IsStartGlobalLeakCheck() && stackTraceFd_ > 0; in IterateHandleWithCheck()
407 bool isStopPrimitiveLeakCheck = EnableGlobalPrimitiveLeakCheck() && !IsStartGlobalLeakCheck() && stackTraceFd_ > 0; in IterateHandleWithCheck()
H A Decma_global_storage.h122 if (isUsing && thread->IsStartGlobalLeakCheck()) { in Reset()
H A Djs_thread.h878 bool IsStartGlobalLeakCheck() const;
H A Djs_runtime_options.h586 bool IsStartGlobalLeakCheck() const in IsStartGlobalLeakCheck() function in panda::ecmascript::JSRuntimeOptions
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp113 if (options.EnableGlobalLeakCheck() && options.IsStartGlobalLeakCheck()) { in DumpHeapSnapshot()

Completed in 11 milliseconds