Home
last modified time | relevance | path

Searched defs:D (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_meta_data_builder.h58 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument
74 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument
83 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument
95 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
100 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
105 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
Dgate_meta_data.cpp50 #define GATE_NAME_MAP(NAME, OP, R, S, D, V) { OpCode::OP, #OP }, in Str() argument
175 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
183 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
207 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ in GATE_META_DATA_LIST_WITH_SIZE() argument
231 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
Dbc_call_signature.h63 #define ASM_INTERPRETER_BC_STUB_LIST(V, T, D) \ argument
288 #define ASM_INTERPRETER_DEPRECATED_STUB_LIST(V, T, D) \ argument
338 #define ASM_INTERPRETER_WIDE_STUB_LIST(V, T, D) \ argument
361 #define ASM_INTERPRETER_THROW_STUB_LIST(V, T, D) \ argument
374 #define ASM_INTERPRETER_CALLRUNTIME_STUB_LIST(V, T, D) \ argument
Dcircuit.h93 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
101 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
109 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ in GATE_META_DATA_LIST_WITH_SIZE() argument
Dgate_meta_data.h266 #define DECLARE_GATE_OPCODE(NAME, OP, R, S, D, V) OP, argument
/arkcompiler/ets_runtime/test/moduletest/module/
DD.js24 export class D { class
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-definiton22.ts21 class D<T> extends C<T> { class
Dtest-enum-declaration.ts21 D = B | C, enumerator
Dtest-enum-declaration6.ts21 D = C << B, enumerator
Dtest-intersection.ts20 type D = string; alias
/arkcompiler/runtime_core/libpandabase/utils/
Darch.h27 #define ARCH_LIST(D) \ argument
Dlogger.h38 #define LOG_COMPONENT_ELEM(D, NAME, STR) D(NAME, NAME, STR) argument
/arkcompiler/ets_runtime/test/aottest/aot_type_test/typenewsuper/
Dtypenewsuper.ts22 class D extends C { class
/arkcompiler/ets_runtime/test/aottest/class_method_signature/
Dclass_method_signature.ts33 class D { class
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DinterfaceAssignment3.ts29 interface D extends B, C { interface
/arkcompiler/runtime_core/compiler/tests/
Drpo_test.cpp105 auto D = &BB(5); in TEST_F() local
231 auto D = &BB(5); in TEST_F() local
Ddom_tree_test.cpp138 auto D = &BB(5); in TEST_F() local
289 auto D = &BB(6); in TEST_F() local
/arkcompiler/ets_runtime/test/moduletest/class/
Dclass.js55 class D extends C { class
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64_constants.h70 D = 3, enumerator
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property
/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp1108 void JSTaggedValue::D() const in D() function in panda::ecmascript::JSTaggedValue