Home
last modified time | relevance | path

Searched refs:KEEP (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc.h111 KEEP = true,
352 * @param keep_buffers specifies whether to clear (=BuffersKeepingFlag::KEEP) or deallocate
/arkcompiler/runtime_core/static_core/runtime/
H A Dthread.cpp921 GetVM()->GetGC()->OnThreadTerminate(this, mem::BuffersKeepingFlag::KEEP); in CleanupInternalResources()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_info_extractor.cpp208 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 Djs_hclass.cpp1274 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 Dobject_factory.h197 enum class GrowMode { KEEP, GROW }; member in panda::ecmascript::GrowMode
H A Dobject_factory.cpp1898 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 Dg1-gc.cpp2109 if (keepBuffers == mem::BuffersKeepingFlag::KEEP) { in OnThreadTerminate()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js16917 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 Decma_module_test.cpp2381 JSHandle<LayoutInfo> layout = objectFactory->CreateLayoutInfo(0, MemSpaceType::OLD_SPACE, GrowMode::KEEP); in HWTEST_F_L0()

Completed in 74 milliseconds