/arkcompiler/ets_frontend/test/scripts/performance_test/ |
H A D | performance_config.py | 160 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 D | performance_build.py | 446 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 D | gc_task.cpp | 96 case GCCollectionType::FULL: in operator <<() 97 os << "FULL"; in operator <<()
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | gc_task.h | 49 enum class GCCollectionType : uint8_t { NONE = 0, YOUNG, MIXED, TENURED, FULL };
|
/arkcompiler/runtime_core/static_core/runtime/mem/gc/stw-gc/ |
H A D | stw-gc.cpp | 74 task.collectionType = GCCollectionType::FULL; in RunPhasesImpl()
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | gc_log_test.cpp | 126 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 D | js_date_time_format.h | 24 enum class DateTimeStyleOption : uint8_t { FULL = 0x01, LONG, MEDIUM, SHORT, UNDEFINED, EXCEPTION }; member in panda::ecmascript::CalendarOption::DateTimeStyleOption
|
H A D | js_date_time_format.cpp | 201 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 D | encode.h | 78 enum Order { ACQUIRE, RELEASE, FULL }; enumerator
|
H A D | codegen.cpp | 333 GetEncoder()->EncodeMemoryBarrier(memory_order::FULL); in CreateIrtocIntrinsic()
|
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/ |
H A D | gen-gc.cpp | 421 task.collectionType = GCCollectionType::FULL; in RunFullGC()
|
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
H A D | g1-gc.cpp | 705 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 D | llvm_ir_constructor.cpp | 721 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 D | encode.cpp | 1238 case memory_order::FULL: { in EncodeMemoryBarrier()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
H A D | encode.cpp | 2957 if (order == memory_order::FULL) { in EncodeMemoryBarrier()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
H A D | encode.cpp | 2585 case memory_order::FULL: { in EncodeMemoryBarrier()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 17118 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...] |