Home
last modified time | relevance | path

Searched refs:FULL (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_frontend/test/scripts/performance_test/
H A Dperformance_config.py160 FULL = 0 variable in LogType
186 LogType.FULL: os.path.join(mail_data_path, 'debug_full_time.csv'),
192 LogType.FULL: os.path.join(mail_data_path, 'release_full_time.csv'),
201 LogType.FULL: os.path.join(mail_data_path, 'debug_full_time.jpg'),
207 LogType.FULL: os.path.join(mail_data_path, 'release_full_time.jpg'),
216 LogType.FULL: 'Debug Full Build',
222 LogType.FULL: 'Release Full Build',
H A Dperformance_build.py446 log_type_str = 'full_build' if log_type == performance_config.LogType.FULL else 'incremental_build'
454 log_type = performance_config.LogType.FULL
462 log_type = performance_config.LogType.FULL
/arkcompiler/runtime_core/static_core/runtime/
H A Dgc_task.cpp96 case GCCollectionType::FULL: in operator <<()
97 os << "FULL"; in operator <<()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dgc_task.h49 enum class GCCollectionType : uint8_t { NONE = 0, YOUNG, MIXED, TENURED, FULL };
/arkcompiler/runtime_core/static_core/runtime/mem/gc/stw-gc/
H A Dstw-gc.cpp74 task.collectionType = GCCollectionType::FULL; in RunPhasesImpl()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dgc_log_test.cpp126 expectedLog_ = isStw ? "[FULL (Young)]" : "[YOUNG (Young)]"; in FullLogTest()
133 expectedLog_ = isStw ? "[FULL (Threshold)]" : "[TENURED (Threshold)]"; in FullLogTest()
140 expectedLog_ = "[FULL (OOM)]"; in FullLogTest()
149 static_assert(GCCollectionType::TENURED < GCCollectionType::FULL);
194 expectedLog_ = "[FULL (Young)]";
/arkcompiler/ets_runtime/ecmascript/
H A Djs_date_time_format.h24 enum class DateTimeStyleOption : uint8_t { FULL = 0x01, LONG, MEDIUM, SHORT, UNDEFINED, EXCEPTION }; member in panda::ecmascript::CalendarOption::DateTimeStyleOption
H A Djs_date_time_format.cpp201 case DateTimeStyleOption::FULL: { in DateTimeStyleToEStyle()
572 {DateTimeStyleOption::FULL, DateTimeStyleOption::LONG, DateTimeStyleOption::MEDIUM, DateTimeStyleOption::SHORT}, in InitializeDateTimeFormat()
581 {DateTimeStyleOption::FULL, DateTimeStyleOption::LONG, DateTimeStyleOption::MEDIUM, DateTimeStyleOption::SHORT}, in InitializeDateTimeFormat()
1072 case DateTimeStyleOption::FULL: in ToDateTimeStyleEcmaString()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode.h78 enum Order { ACQUIRE, RELEASE, FULL }; enumerator
H A Dcodegen.cpp333 GetEncoder()->EncodeMemoryBarrier(memory_order::FULL); in CreateIrtocIntrinsic()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/
H A Dgen-gc.cpp421 task.collectionType = GCCollectionType::FULL; in RunFullGC()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-gc.cpp705 task.collectionType = GCCollectionType::FULL; in RunPhasesImpl()
1613 // Currently lock for RemSet too much influences for pause, so don't use workers on FULL-GC in UpdateRefsToMovedObjects()
1657 // process references on FULL-GC in OnPauseMark()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp721 CreateMemoryFence(memory_order::FULL); in EmitMemoryFenceFull()
2198 case memory_order::FULL: in CreateMemoryFence()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp1238 case memory_order::FULL: { in EncodeMemoryBarrier()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
H A Dencode.cpp2957 if (order == memory_order::FULL) { in EncodeMemoryBarrier()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A Dencode.cpp2585 case memory_order::FULL: { in EncodeMemoryBarrier()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js17118 t[t.FULL = 0] = "FULL";
17867 constructor(t = zs.NONE, e = zs.NONE, i = sn.FULL) {
17880 constructor(t = zs.NONE, e = zs.NONE, i = sn.FULL, s = 0, n = 1, r = 0, o = 1, a = !1, l = null, h = null) {
17907 constructor(t = zs.NONE, e = zs.NONE, i = sn.FULL, s = 0, n = 0, r = !1, o = null, a = null) {
[all...]

Completed in 72 milliseconds