Searched refs:KEEP (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
H A D | gc.h | 111 KEEP = true, 352 * @param keep_buffers specifies whether to clear (=BuffersKeepingFlag::KEEP) or deallocate
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | thread.cpp | 921 GetVM()->GetGC()->OnThreadTerminate(this, mem::BuffersKeepingFlag::KEEP); in CleanupInternalResources()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | class_info_extractor.cpp | 208 JSHandle<LayoutInfo> layout = factory->CreateLayoutInfo(length, MemSpaceType::OLD_SPACE, GrowMode::KEEP); in CreatePrototypeHClass() 258 JSHandle<LayoutInfo> layout = factory->CreateLayoutInfo(length, MemSpaceType::OLD_SPACE, GrowMode::KEEP); in CreateConstructorHClass()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_hclass.cpp | 1274 JSHandle<LayoutInfo> layout = factory->CreateLayoutInfo(maxNum, MemSpaceType::SEMI_SPACE, GrowMode::KEEP); in CreateRootHClassFromPGO() 1304 JSHandle<LayoutInfo> layout = factory->CreateLayoutInfo(maxNum, MemSpaceType::SEMI_SPACE, GrowMode::KEEP); in CreateRootHClassWithCached()
|
H A D | object_factory.h | 197 enum class GrowMode { KEEP, GROW }; member in panda::ecmascript::GrowMode
|
H A D | object_factory.cpp | 1898 JSHandle<LayoutInfo> layout = CreateLayoutInfo(size, MemSpaceType::OLD_SPACE, GrowMode::KEEP); in CreateDefaultClassPrototypeHClass() 1918 JSHandle<LayoutInfo> layout = CreateLayoutInfo(size, MemSpaceType::OLD_SPACE, GrowMode::KEEP); in CreateDefaultClassConstructorHClass()
|
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
H A D | g1-gc.cpp | 2109 if (keepBuffers == mem::BuffersKeepingFlag::KEEP) { in OnThreadTerminate()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 16917 t[t.KEEP = 1] = "KEEP"; 18799 constructor(t = !0, e = !0, i = Os.LESS, s = !1, n = Os.ALWAYS, r = 65535, o = 65535, a = Ns.KEEP, l = Ns.KEEP, h = Ns.KEEP, c = 1, u = !1, _ = Os.ALWAYS, d = 65535, p = 65535, m = Ns.KEEP, f = Ns.KEEP, g = Ns.KEEP, y = 1) { 18808 this._stencilFailOpFront = Ns.KEEP; 18809 this._stencilZFailOpFront = Ns.KEEP; [all...] |
/arkcompiler/ets_runtime/ecmascript/module/tests/ |
H A D | ecma_module_test.cpp | 2381 JSHandle<LayoutInfo> layout = objectFactory->CreateLayoutInfo(0, MemSpaceType::OLD_SPACE, GrowMode::KEEP); in HWTEST_F_L0()
|
Completed in 74 milliseconds