Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dassert_gc_scope.h66 using DisallowGarbageCollection = AssertGCScopeT<IS_GC_ALLOW_CHECK>; variable
70 #define DISALLOW_GARGABE_COLLECTION [[maybe_unused]] DisallowGarbageCollection no_gc
/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.cpp85 [[maybe_unused]] DisallowGarbageCollection noGc; in Update()
Djs_map_iterator.cpp92 [[maybe_unused]] DisallowGarbageCollection noGc; in Update()
Dobject_fast_operator-inl.h52 [[maybe_unused]] DisallowGarbageCollection noGc; in HasOwnProperty()
Djs_object.cpp2664 [[maybe_unused]] DisallowGarbageCollection noGc; in UpdatePropertyInDictionary()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp149 [[maybe_unused]] DisallowGarbageCollection noGc; in IsNotHoleProperty()
168 [[maybe_unused]] DisallowGarbageCollection noGc; in HiddenStackSourceFile()
Dbuiltins_regexp.cpp62 [[maybe_unused]] DisallowGarbageCollection noGc; in RegExpConstructor()
104 [[maybe_unused]] DisallowGarbageCollection noGc; in RegExpConstructor()