Home
last modified time | relevance | path

Searched refs:DEFAULT (Results 1 - 25 of 36) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpass_options.h45 #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 Dcoroutine_manager.h41 DEFAULT, member in ark::CoroutineLaunchMode
53 DEFAULT, member in ark::CoroutineSchedulingPolicy
228 CoroutineSchedulingPolicy schedulingPolicy_ = CoroutineSchedulingPolicy::DEFAULT;
H A Dstackful_coroutine_manager.cpp448 * 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 Djson_helper.h38 DEFAULT, member in panda::ecmascript::base::JsonHelper::TransformType::BigIntMode
49 BigIntMode bigIntMode = BigIntMode::DEFAULT;
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_snapshot.h57 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 Dheap_snapshot.cpp600 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 Dprofiling.h40 DEFAULT = 0,
/arkcompiler/ets_frontend/es2panda/aot/
H A Doptions.h36 DEFAULT = 0, member in panda::es2panda::aot::OptionFlags
163 OptionFlags options_ {OptionFlags::DEFAULT};
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsTupleType.h22 enum class TSTupleKind { NONE, NAMED, DEFAULT };
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsTupleType.h32 enum class TSTupleKind { NONE, NAMED, DEFAULT };
/arkcompiler/ets_frontend/ets2panda/util/
H A Doptions.h37 DEFAULT = 0U, member in ark::es2panda::util::OptionFlags
291 OptionFlags options_ {OptionFlags::DEFAULT};
/arkcompiler/toolchain/common/
H A Dlog_wrapper.h54 DEFAULT, member in OHOS::ArkCompiler::Toolchain::LogLevel
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap_region_allocator.cpp32 RegionTypeFlag typeFlag = isFresh ? RegionTypeFlag::FRESH : RegionTypeFlag::DEFAULT; in AllocateAlignedRegion()
H A Dregion.h95 DEFAULT = 0, member in panda::ecmascript::RegionTypeFlag
625 SetRegionTypeFlag(RegionTypeFlag::DEFAULT); in ResetRegionTypeFlag()
884 typeFlag_ = RegionTypeFlag::DEFAULT; in PackedData()
H A Dlinear_space.cpp268 GetRegionFlag(), RegionTypeFlag::DEFAULT); in AllocRegion()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core.cpp130 std::array {CoroutineSchedulingPolicy::DEFAULT, CoroutineSchedulingPolicy::NON_MAIN_WORKER}; in StdSystemSetCoroutineSchedulingPolicy()
H A Dstd_core_Promise.cpp132 auto launchMode = coroManager->IsMainWorker(coro) ? CoroutineLaunchMode::MAIN_WORKER : CoroutineLaunchMode::DEFAULT; in EtsPromiseSubmitCallback()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dlogger.h58 DEFAULT,
H A Dcframe_layout.h89 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 Dets_method.h245 return AccessLevel::DEFAULT; in GetAccessLevel()
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
H A Dtool.py50 DEFAULT = 'default' variable in ToolMode
/arkcompiler/runtime_core/libpandabase/utils/
H A Dcframe_layout.h89 enum class FrameKind : uint8_t { DEFAULT = 0, OSR = 1, NATIVE = 2, LAST = NATIVE }; member in panda::CFrameLayout::FrameKind
H A Dlogger.h72 DEFAULT,
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
H A Dets_napi_invoke_interface.cpp125 case ark::Logger::PandaLog2MobileLog::DEFAULT: in EtsMobileLogPrint()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_date_time_format.h29 enum class IcuCacheType : uint8_t {NOT_CACHE, DEFAULT, DATE, TIME}; member in panda::ecmascript::CalendarOption::IcuCacheType

Completed in 23 milliseconds

12