Home
last modified time | relevance | path

Searched refs:D (Results 1 – 20 of 20) sorted by relevance

/ark/runtime_core/libpandabase/os/
Ddfx_option.h27 #define DFX_OPTION_ELEM(D, NAME, STR) D(NAME, DfxOptionHandler::DfxOptionId::NAME##_ID, STR) argument
31 #define DFX_OPTION_LIST(D) \ argument
32 DFX_OPTION_ELEM(D, COMPILER_NULLCHECK, "compiler-nullcheck") \
33 DFX_OPTION_ELEM(D, REFERENCE_DUMP, "reference-dump") \
34 DFX_OPTION_ELEM(D, SIGNAL_CATCHER, "signal-catcher") \
35 DFX_OPTION_ELEM(D, SIGNAL_HANDLER, "signal-handler") \
36 DFX_OPTION_ELEM(D, ARK_SIGQUIT, "sigquit") \
37 DFX_OPTION_ELEM(D, ARK_SIGUSR1, "sigusr1") \
38 DFX_OPTION_ELEM(D, ARK_SIGUSR2, "sigusr2") \
39 DFX_OPTION_ELEM(D, MOBILE_LOG, "mobile-log") \
[all …]
Ddfx_option.cpp24 #define D(e, v, str) \ in IsInOptionList() macro
28 DFX_OPTION_LIST(D) in IsInOptionList()
29 #undef D in IsInOptionList()
37 #define D(e, v, str) \ in DfxOptionFromString() macro
41 DFX_OPTION_LIST(D) in DfxOptionFromString()
42 #undef D in DfxOptionFromString()
50 #define D(e, v, str) \ in StringFromDfxOption() macro
54 DFX_OPTION_LIST(D) in StringFromDfxOption()
55 #undef D in StringFromDfxOption()
/ark/runtime_core/libpandabase/utils/
Dlogger.h36 #define LOG_COMPONENT_ELEM(D, NAME, STR) D(NAME, NAME, STR) argument
43 #define LOG_COMPONENT_LIST(D) \ argument
44 LOG_COMPONENT_ELEM(D, ALLOC, "alloc") \
45 LOG_COMPONENT_ELEM(D, ALLOC_OBJECT, "alloc-obj") \
46 LOG_COMPONENT_ELEM(D, ASSEMBLER, "assembler") \
47 LOG_COMPONENT_ELEM(D, CLASS_LINKER, "classlinker") \
48 LOG_COMPONENT_ELEM(D, COMMON, "common") \
49 LOG_COMPONENT_ELEM(D, GC, "gc") \
50 LOG_COMPONENT_ELEM(D, GC_TRIGGER, "gc_trigger") \
51 LOG_COMPONENT_ELEM(D, REF_PROC, "reference_processor") \
[all …]
Dlogger.cpp70 #define D(e, v, str) \ in GetComponentTag() macro
74 LOG_COMPONENT_LIST(D) in GetComponentTag()
75 #undef D in GetComponentTag()
114 #define D(e, v, short_str, str) \ in GetLevelTag() macro
118 LOG_LEVEL_LIST(D) in GetLevelTag()
119 #undef D in GetLevelTag()
234 #define D(e, v, short_str, str) \ in LevelFromString() macro
238 LOG_LEVEL_LIST(D) in LevelFromString()
239 #undef D in LevelFromString()
248 #define D(e, v, str) \ in ComponentMaskFromString() macro
[all …]
Darch.h26 #define ARCH_LIST(D) \ argument
27 D(NONE) \
28 D(AARCH32) \
29 D(AARCH64) \
30 D(X86) \
31 D(X86_64)
/ark/js_runtime/ecmascript/
Ddump.cpp749 void JSTaggedValue::D() const in D() function in panda::ecmascript::JSTaggedValue
756 JSTaggedValue(val).D(); in DV()
971 GetMainFunction().D(); in Dump()
983 GetProtoOrDynClass().D(); in Dump()
986 GetLexicalEnv().D(); in Dump()
989 GetHomeObject().D(); in Dump()
1000 GetFunctionExtraInfo().D(); in Dump()
1003 GetConstantPool().D(); in Dump()
1006 GetProfileTypeInfo().D(); in Dump()
1388 GetViewedArrayBuffer().D(); in Dump()
[all …]
Djs_handle.h126 GetTaggedValue().D(); in Dump()
Djs_tagged_value.h359 void D() const DUMP_API_ATTR;
/ark/ts2abc/test262/
DREADME.md108 07-30 16:56:03.857383 D:>>> command: npm install | dir: /home/share/OpenHarmony2.0_20210604/o…
120 07-30 16:56:06.746184 D:>>> command: npm install | dir: test262/eshost
126 07-30 16:56:08.767037 D:>>> command: npm install | dir: test262/harness
128 07-30 16:56:11.836409 D:>>> command: git checkout -- . | dir: test262/data
129 07-30 16:56:12.012115 D:>>> command: git checkout 9ca13b12728b7e0089c7eb03fa2bd17f8abe297f | …
131 07-30 16:56:12.275768 D:>>> command: git checkout -- . | dir: test262/eshost
132 07-30 16:56:12.280134 D:>>> command: git apply ../eshost.patch | dir: test262/eshost
133 07-30 16:56:12.283263 D:>>> command: git checkout -- . | dir: test262/harness
134 07-30 16:56:12.288134 D:>>> command: git apply ../harness.patch | dir: test262/harness
/ark/runtime_core/verification/type/tests/
Dtype_system_test.cpp199 auto D = type_system.Parametric(sort("D"))(); in TEST_F() local
204 A << D << G; in TEST_F()
216 R = C & D; in TEST_F()
/ark/runtime_core/docs/bc_verification/
Dtypes_n_values.md47 - `(A() | B()) <: (C() | D())` - means `A() <: C()`, `B() <: C()`, `A() <: D()` and `B() <: D()`
/ark/runtime_core/libpandafile/templates/
Dtype.h.erb132 return "D";
162 case 'D':
/ark/js_runtime/ecmascript/tests/
Ddump_test.cpp124 value1.D(); in HWTEST_F_L0()
129 JSTaggedValue::Undefined().D(); in HWTEST_F_L0()
206 dumpHandle.GetTaggedValue().D(); \ in HWTEST_F_L0()
213 object##ClassName.GetTaggedValue().D(); \ in HWTEST_F_L0()
/ark/ts2abc/testTs/
Dtest-case.patch956 @@ -17,4 +17,6 @@ var d: D;
964 +let dd = new D();
1020 class D { }
1021 -var v = class C extends D {};
1023 +var v = class C extends D {};
1024 +let dd = new D()
1201 + getY = (obj: D) => obj.#y;
1205 +let getY: (c: D) => number;
1206 +class D {
1212 + getY = (obj: D) => obj.#y;
[all …]
/ark/js_runtime/ecmascript/compiler/
Doptions.h.erb105 % min, max = op.range.match('(\d+)\D*(\d+)').captures;
/ark/runtime_core/templates/options/
Doptions.h.erb115 % min, max = op.range.match('(\d+)\D*(\d+)').captures;
/ark/runtime_core/verification/gen/templates/
Djob_fill_gen.h.erb91 … cached_class = &cache_api.ResolveByDescriptor(src_lang, utf::CStringAsMutf8("[D"));
/ark/runtime_core/docs/
Druntime-compiled_code-interaction.md112 D +----------------------+
124 D +----------------------+ <- Frame pointer
Dfile_format.md114 PrimitiveType -> 'Z' | 'B' | 'H' | 'S' | 'C' | 'I' | 'U' | 'J' | 'Q' | 'F' | 'D' | 'A'
131 | `f64` | `D` |
222 | `magic` | `uint8_t[8]` | Magic string. Must be 'P' 'A' 'N' 'D' 'A' '\\0' '\\0' …
575 | `record` | `D` |
Dassembly_format.md377 letter_upper := "A" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "I" | "J" | "K" | "L" | "M" | "N…