/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | pass_options.h | 45 #define OPTION_BUILDER(NAME, DEFAULT) \ 51 #define OPTIONS(NAME, DEFAULT) bool \ 52 enable##NAME##_{DEFAULT}; 54 #define GET_OPTION(NAME, DEFAULT) \ 57 #define SET_OPTION(NAME, DEFAULT) \
|
/arkcompiler/runtime_core/static_core/runtime/coroutines/ |
H A D | coroutine_manager.h | 41 DEFAULT, member in ark::CoroutineLaunchMode 53 DEFAULT, member in ark::CoroutineSchedulingPolicy 228 CoroutineSchedulingPolicy schedulingPolicy_ = CoroutineSchedulingPolicy::DEFAULT;
|
H A D | stackful_coroutine_manager.cpp | 448 * launch mode \ policy DEFAULT NON_MAIN in CalcAffinityMaskFromLaunchMode() 449 * DEFAULT ->least busy, allow migration ->least busy, allow migration, disallow <main> in CalcAffinityMaskFromLaunchMode() 468 ASSERT(mode == CoroutineLaunchMode::DEFAULT); in CalcAffinityMaskFromLaunchMode() 477 case CoroutineSchedulingPolicy::DEFAULT: in CalcAffinityMaskFromLaunchMode()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
H A D | json_helper.h | 38 DEFAULT, member in panda::ecmascript::base::JsonHelper::TransformType::BigIntMode 49 BigIntMode bigIntMode = BigIntMode::DEFAULT;
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
H A D | heap_snapshot.h | 57 DEFAULT = NATIVE, member in panda::ecmascript::NodeType 60 enum class EdgeType { CONTEXT, ELEMENT, PROPERTY, INTERNAL, HIDDEN, SHORTCUT, WEAK, DEFAULT = PROPERTY }; member in panda::ecmascript::EdgeType 166 NodeType type_ {NodeType::DEFAULT}; 222 EdgeType edgeType_ {EdgeType::DEFAULT}; 382 enum class ReferenceType { CONTEXT, ELEMENT, PROPERTY, INTERNAL, HIDDEN, SHORTCUT, WEAK, DEFAULT = PROPERTY }; member in panda::ecmascript::EdgeType::Reference::ReferenceType 391 ReferenceType type_ {ReferenceType::DEFAULT};
|
H A D | heap_snapshot.cpp | 600 NodeType nodeType = NodeType::DEFAULT; in GenerateNodeType() 607 nodeType = NodeType::DEFAULT; in GenerateNodeType() 617 nodeType = NodeType::DEFAULT; in GenerateNodeType() 619 nodeType = NodeType::DEFAULT; in GenerateNodeType() 629 nodeType = NodeType::DEFAULT; in GenerateNodeType()
|
/arkcompiler/runtime_core/static_core/runtime/profiling/ |
H A D | profiling.h | 40 DEFAULT = 0,
|
/arkcompiler/ets_frontend/es2panda/aot/ |
H A D | options.h | 36 DEFAULT = 0, member in panda::es2panda::aot::OptionFlags 163 OptionFlags options_ {OptionFlags::DEFAULT};
|
/arkcompiler/ets_frontend/ets2panda/ir/ts/ |
H A D | tsTupleType.h | 22 enum class TSTupleKind { NONE, NAMED, DEFAULT };
|
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
H A D | tsTupleType.h | 32 enum class TSTupleKind { NONE, NAMED, DEFAULT };
|
/arkcompiler/ets_frontend/ets2panda/util/ |
H A D | options.h | 37 DEFAULT = 0U, member in ark::es2panda::util::OptionFlags 291 OptionFlags options_ {OptionFlags::DEFAULT};
|
/arkcompiler/toolchain/common/ |
H A D | log_wrapper.h | 54 DEFAULT, member in OHOS::ArkCompiler::Toolchain::LogLevel
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | heap_region_allocator.cpp | 32 RegionTypeFlag typeFlag = isFresh ? RegionTypeFlag::FRESH : RegionTypeFlag::DEFAULT; in AllocateAlignedRegion()
|
H A D | region.h | 95 DEFAULT = 0, member in panda::ecmascript::RegionTypeFlag 625 SetRegionTypeFlag(RegionTypeFlag::DEFAULT); in ResetRegionTypeFlag() 884 typeFlag_ = RegionTypeFlag::DEFAULT; in PackedData()
|
H A D | linear_space.cpp | 268 GetRegionFlag(), RegionTypeFlag::DEFAULT); in AllocRegion()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
H A D | std_core.cpp | 130 std::array {CoroutineSchedulingPolicy::DEFAULT, CoroutineSchedulingPolicy::NON_MAIN_WORKER}; in StdSystemSetCoroutineSchedulingPolicy()
|
H A D | std_core_Promise.cpp | 132 auto launchMode = coroManager->IsMainWorker(coro) ? CoroutineLaunchMode::MAIN_WORKER : CoroutineLaunchMode::DEFAULT; in EtsPromiseSubmitCallback()
|
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
H A D | logger.h | 58 DEFAULT,
|
H A D | cframe_layout.h | 89 enum class FrameKind : uint8_t { DEFAULT = 0, OSR = 1, NATIVE = 2, LAST = NATIVE }; member in ark::CFrameLayout::FrameKind
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
H A D | ets_method.h | 245 return AccessLevel::DEFAULT; in GetAccessLevel()
|
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
H A D | tool.py | 50 DEFAULT = 'default' variable in ToolMode
|
/arkcompiler/runtime_core/libpandabase/utils/ |
H A D | cframe_layout.h | 89 enum class FrameKind : uint8_t { DEFAULT = 0, OSR = 1, NATIVE = 2, LAST = NATIVE }; member in panda::CFrameLayout::FrameKind
|
H A D | logger.h | 72 DEFAULT,
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
H A D | ets_napi_invoke_interface.cpp | 125 case ark::Logger::PandaLog2MobileLog::DEFAULT: in EtsMobileLogPrint()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_date_time_format.h | 29 enum class IcuCacheType : uint8_t {NOT_CACHE, DEFAULT, DATE, TIME}; member in panda::ecmascript::CalendarOption::IcuCacheType
|