/ark/runtime_core/libpandabase/os/ |
D | dfx_option.h | 27 #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 …]
|
D | dfx_option.cpp | 24 #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/ |
D | logger.h | 36 #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 …]
|
D | logger.cpp | 70 #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 …]
|
D | arch.h | 26 #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/ |
D | dump.cpp | 749 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 …]
|
D | js_handle.h | 126 GetTaggedValue().D(); in Dump()
|
D | js_tagged_value.h | 359 void D() const DUMP_API_ATTR;
|
/ark/ts2abc/test262/ |
D | README.md | 108 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/ |
D | type_system_test.cpp | 199 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/ |
D | types_n_values.md | 47 - `(A() | B()) <: (C() | D())` - means `A() <: C()`, `B() <: C()`, `A() <: D()` and `B() <: D()`
|
/ark/runtime_core/libpandafile/templates/ |
D | type.h.erb | 132 return "D"; 162 case 'D':
|
/ark/js_runtime/ecmascript/tests/ |
D | dump_test.cpp | 124 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/ |
D | test-case.patch | 956 @@ -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/ |
D | options.h.erb | 105 % min, max = op.range.match('(\d+)\D*(\d+)').captures;
|
/ark/runtime_core/templates/options/ |
D | options.h.erb | 115 % min, max = op.range.match('(\d+)\D*(\d+)').captures;
|
/ark/runtime_core/verification/gen/templates/ |
D | job_fill_gen.h.erb | 91 … cached_class = &cache_api.ResolveByDescriptor(src_lang, utf::CStringAsMutf8("[D"));
|
/ark/runtime_core/docs/ |
D | runtime-compiled_code-interaction.md | 112 D +----------------------+ 124 D +----------------------+ <- Frame pointer
|
D | file_format.md | 114 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` |
|
D | assembly_format.md | 377 letter_upper := "A" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "I" | "J" | "K" | "L" | "M" | "N…
|