Home
last modified time | relevance | path

Searched refs:DisallowGarbageCollection (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dassert_scope.h93 using DisallowGarbageCollection = AssertScopeT<AssertType::GARBAGE_COLLECTION_ASSERT, false, IS_ALL… variable
100 #define DISALLOW_GARBAGE_COLLECTION [[maybe_unused]] DisallowGarbageCollection noGc
/arkcompiler/ets_runtime/ecmascript/tests/
Dassert_scope_test.cpp45 [[maybe_unused]] DisallowGarbageCollection noGc; // set dis-allow gc in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_set_iterator.cpp81 [[maybe_unused]] DisallowGarbageCollection noGc; in Update()
Djs_map_iterator.cpp87 [[maybe_unused]] DisallowGarbageCollection noGc; in Update()
Djs_object.cpp2194 [[maybe_unused]] DisallowGarbageCollection noGc; in UpdatePropertyInDictionary()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp132 [[maybe_unused]] DisallowGarbageCollection noGc; in IsNotHoleProperty()
Dbuiltins_regexp.cpp62 [[maybe_unused]] DisallowGarbageCollection noGc; in RegExpConstructor()
104 [[maybe_unused]] DisallowGarbageCollection noGc; in RegExpConstructor()