Home
last modified time | relevance | path

Searched defs:DEFAULT (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_options.h45 #define OPTION_BUILDER(NAME, DEFAULT) \ argument
51 #define OPTIONS(NAME, DEFAULT) bool \ argument
54 #define GET_OPTION(NAME, DEFAULT) \ argument
57 #define SET_OPTION(NAME, DEFAULT) \ argument
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_manager.h41 DEFAULT, enumerator
51 DEFAULT, enumerator
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsTupleType.h22 enum class TSTupleKind { NONE, NAMED, DEFAULT }; enumerator
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTupleType.h32 enum class TSTupleKind { NONE, NAMED, DEFAULT }; enumerator
/arkcompiler/runtime_core/static_core/runtime/profiling/
Dprofiling.h40 DEFAULT = 0, enumerator
/arkcompiler/ets_frontend/ets2panda/linter/scripts/
Dupdate-test-results.mjs25 static DEFAULT = 1; field in Mode
/arkcompiler/ets_runtime/ecmascript/base/
Djson_helper.h34 DEFAULT, enumerator
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.h36 DEFAULT = 0, enumerator
/arkcompiler/toolchain/common/
Dlog_wrapper.h54 DEFAULT, enumerator
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h57 DEFAULT = NATIVE, enumerator
60 enum class EdgeType { CONTEXT, ELEMENT, PROPERTY, INTERNAL, HIDDEN, SHORTCUT, WEAK, DEFAULT = PROPE… enumerator
382 …ReferenceType { CONTEXT, ELEMENT, PROPERTY, INTERNAL, HIDDEN, SHORTCUT, WEAK, DEFAULT = PROPERTY }; enumerator
/arkcompiler/ets_frontend/ets2panda/util/
Doptions.h37 DEFAULT = 0U, enumerator
/arkcompiler/ets_frontend/ets2panda/linter/src/
DTestRunner.ts45 DEFAULT, enumerator
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Drawheap_translate.h55 enum class EdgeType { CONTEXT, ELEMENT, PROPERTY, INTERNAL, HIDDEN, SHORTCUT, WEAK, DEFAULT = PROPE… enumerator
/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.h29 enum class IcuCacheType : uint8_t {NOT_CACHE, DEFAULT, DATE, TIME}; enumerator
Djs_runtime_options.h39 DEFAULT = -1, // default value 000'0000'0001'0000'0101'1100 -> 0x105c enumerator
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dtool.py50 DEFAULT = 'default' variable in ToolMode
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dcframe_layout.h89 enum class FrameKind : uint8_t { DEFAULT = 0, OSR = 1, NATIVE = 2, LAST = NATIVE }; enumerator
Dlogger.h58 DEFAULT, enumerator
/arkcompiler/runtime_core/libpandabase/utils/
Dcframe_layout.h89 enum class FrameKind : uint8_t { DEFAULT = 0, OSR = 1, NATIVE = 2, LAST = NATIVE }; enumerator
Dlogger.h72 DEFAULT, enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.h34 enum class AccessLevel { PUBLIC, PROTECTED, DEFAULT, PRIVATE }; enumerator
/arkcompiler/ets_runtime/ecmascript/mem/
Dregion.h93 DEFAULT = 0, enumerator
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js26888 DEFAULT: 1 << 30, property