/arkcompiler/ets_frontend/es2panda/aot/ |
D | options.h | 35 DEFAULT = 0, enumerator 137 OptionFlags options_ {OptionFlags::DEFAULT};
|
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
D | tsTupleType.h | 32 enum class TSTupleKind { NONE, NAMED, DEFAULT }; enumerator
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | pass_manager.h | 157 #define DECL_OPTION(NAME, DEFAULT) \ argument 165 bool enable##NAME##_ {DEFAULT};
|
/arkcompiler/toolchain/inspector/ |
D | log_wrapper.h | 43 DEFAULT, enumerator
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_snapshot.h | 47 enum class EdgeType { CONTEXT, ELEMENT, PROPERTY, INTERNAL, HIDDEN, SHORTCUT, WEAK, DEFAULT = PROPE… enumerator 196 EdgeType edgeType_ {EdgeType::DEFAULT}; 530 DEFAULT = NATIVE, /* kDefault */ enumerator
|
D | heap_snapshot.cpp | 938 Edge *edge = Edge::NewEdge(chunk_, edgeCount_, EdgeType::DEFAULT, in FillEdges() 965 …Edge *edge = Edge::NewEdge(chunk_, edgeCount_, EdgeType::DEFAULT, (*iter), (*iter), GetString(valu… in FillPrimitiveEdge() 1156 FrontType fType = FrontType::DEFAULT; in Convert() 1166 fType = FrontType::DEFAULT; in Convert() 1168 fType = FrontType::DEFAULT; in Convert() 1170 fType = FrontType::DEFAULT; in Convert() 1180 fType = FrontType::DEFAULT; in Convert()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_runtime_options.h | 31 DEFAULT = -1, // default value 1000001011100 -> 0x105c enumerator 294 if (prop != ArkProperties::DEFAULT) { in SetArkProperties()
|
D | js_date_time_format.h | 28 enum class IcuCacheType : uint8_t {NOT_CACHE, DEFAULT, DATE, TIME}; enumerator
|
D | js_date_time_format.cpp | 463 case IcuCacheType::DEFAULT: in InitializeDateTimeFormat()
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | cframe_layout.h | 89 enum class FrameKind : uint8_t { DEFAULT = 0, OSR = 1, NATIVE = 2, LAST = NATIVE }; enumerator
|
D | logger.h | 60 DEFAULT, enumerator
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_date.cpp | 272 IcuCacheType type = cacheable ? IcuCacheType::DEFAULT : IcuCacheType::NOT_CACHE; in ToLocaleString()
|
/arkcompiler/ets_frontend/es2panda/parser/ |
D | parserImpl.cpp | 904 if (*kind == ir::TSTupleKind::DEFAULT) { in ParseTsTupleElement() 940 *kind = ir::TSTupleKind::DEFAULT; in ParseTsTupleElement()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 1924 case e.DEFAULT: 26888 DEFAULT: 1 << 30, property 26957 t[t.DEFAULT = 100] = "DEFAULT"; 26965 t[t.DEFAULT = 128] = "DEFAULT"; 29767 this._sharedUint32Arr[1] = mm.Enum.DEFAULT; 29873 t[t.DEFAULT = -1] = "DEFAULT"; 30448 return Ry.DEFAULT; 32163 t[t.DEFAULT = 0] = "DEFAULT"; 36206 return this._layoutGraph.addVertex(Kx, fm.DEFAULT, t, l); 45365 t[t.DEFAULT = 1] = "DEFAULT"; [all …]
|