Home
last modified time | relevance | path

Searched defs:DisallowGarbageCollection (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dassert_gc_scope.h66 using DisallowGarbageCollection = AssertGCScopeT<IS_GC_ALLOW_CHECK>; variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dassert_scope.h62 using DisallowGarbageCollection = AssertScopeT<AssertType::GARBAGE_COLLECTION_ASSERT, false, IS_ALL… variable