/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | ts_type.cpp | 58 GlobalTSTypeRef propTypeGT = GlobalTSTypeRef::Default(); in GetPropTypeGT() 69 return GlobalTSTypeRef::Default(); in GetPropTypeGT() 83 GlobalTSTypeRef propTypeGT = GlobalTSTypeRef::Default(); in GetSuperPropTypeGT() 102 return GlobalTSTypeRef::Default(); in GetSuperPropTypeGT() 134 return GlobalTSTypeRef::Default(); in GetNonStaticPropTypeGT() 183 return GlobalTSTypeRef::Default(); in GetPropTypeGT() 203 return GlobalTSTypeRef::Default(); in GetIndexSignType() 207 return GlobalTSTypeRef::Default(); in GetIndexSignType() 215 return GlobalTSTypeRef::Default(); in GetIndexSignType() 234 return GlobalTSTypeRef::Default(); in GetPropTypeGT() [all …]
|
/arkcompiler/runtime_core/libpandabase/tests/ |
D | expected_test.cpp | 38 struct Default { struct 94 auto d = Default {1}; in TEST() 95 Expected<Default, ErrorCode> t = d; in TEST() 96 t.Value() = Default {2}; in TEST()
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
D | expected_test.cpp | 40 struct Default { struct 96 auto d = Default {1U}; in TEST() 97 Expected<Default, ErrorCode> t = d; in TEST() 98 t.Value() = Default {2U}; in TEST()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | layout_info_test.cpp | 65 PropertyAttributes defaultAttr = PropertyAttributes::Default(); in HWTEST_F_L0() 80 PropertyAttributes defaultAttr = PropertyAttributes::Default(); in HWTEST_F_L0() 99 PropertyAttributes defaultAttr = PropertyAttributes::Default(); in HWTEST_F_L0() 141 PropertyAttributes defaultAttr = PropertyAttributes::Default(); in HWTEST_F_L0() 170 PropertyAttributes defaultAttr = PropertyAttributes::Default(); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | ts_hclass_generator.cpp | 132 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateIHClass() 202 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); in CreatePHClass() 248 attributes = PropertyAttributes::Default(false, false, true); in CreateCHClass() 253 attributes = PropertyAttributes::Default(false, false, true); in CreateCHClass() 263 attributes = PropertyAttributes::Default(true, false, true); in CreateCHClass() 285 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateCHClass()
|
/arkcompiler/runtime_core/ldscripts/ |
D | panda_test_asan.ld | 36 Default Linux/i386 mapping on x86_64 machine: 43 Default Linux/i386 mapping on i386 machine 52 Default Linux/MIPS32 mapping: 59 Default Linux/MIPS64 mapping: 66 Default Linux/AArch64 (39-bit VMA) mapping: 73 Default Linux/AArch64 (42-bit VMA) mapping: 80 Default Linux/S390 mapping: 87 Default Linux/SystemZ mapping: 115 Default Windows/i386 mapping:
|
/arkcompiler/runtime_core/static_core/ldscripts/ |
D | panda_test_asan.ld | 36 Default Linux/i386 mapping on x86_64 machine: 43 Default Linux/i386 mapping on i386 machine 52 Default Linux/MIPS32 mapping: 59 Default Linux/MIPS64 mapping: 66 Default Linux/AArch64 (39-bit VMA) mapping: 73 Default Linux/AArch64 (42-bit VMA) mapping: 80 Default Linux/S390 mapping: 87 Default Linux/SystemZ mapping: 115 Default Windows/i386 mapping:
|
/arkcompiler/runtime_core/compiler/docs/ |
D | paoc.md | 21 Default is `true`. 36 Default is `out.an`. 54 Default is `false`.
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/ |
D | entrypoints_bridge_asm_macro.inl.erb | 26 // Default intrinsic implementation with runtime_call which is called by Codegen::CallIntrinsic 28 // Default implementation for virtually called intrinsics from compiled frame
|
/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/ |
D | entrypoints_bridge_asm_macro.inl.erb | 25 // Default intrinsic implementation with runtime_call which is called by Codegen::CallIntrinsic 27 // Default implementation for virtually called intrinsics from compiled frame
|
/arkcompiler/runtime_core/static_core/compiler/docs/ |
D | paoc.md | 24 Default is `true`. 40 Default is `out.an`. 49 Default is `false`.
|
/arkcompiler/runtime_core/static_core/libllvmbackend/ |
D | target_machine_builder.h | 49 llvm::CodeGenOpt::Level optlevel_ {llvm::CodeGenOpt::Level::Default};
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/ |
D | README.md | 18 --testdir TESTDIR Directory with tests (*.class or *.pa). Default: 20 --bindir BINDIR Directory with compiled binaries (eg.: c2p). Default: './build/bin' 22 Type of the test input. Default: 'class'
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/ |
D | README.md | 18 --testdir TESTDIR Directory with tests (*.class or *.pa). Default: 20 --bindir BINDIR Directory with compiled binaries (eg.: c2p). Default: './build/bin' 22 Type of the test input. Default: 'class'
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | class_info_extractor.cpp | 190 … PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); // non-enumerable in CreatePrototypeHClass() 243 attributes = PropertyAttributes::Default(false, false, true); in CreateConstructorHClass() 247 attributes = PropertyAttributes::Default(false, false, true); in CreateConstructorHClass() 250 attributes = PropertyAttributes::Default(true, false, true); in CreateConstructorHClass() 257 attributes = PropertyAttributes::Default(true, false, true); in CreateConstructorHClass() 335 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSendableHClass() 575 attributes = PropertyAttributes::Default(false, false, true); in BuildDictionaryProperties() 579 attributes = PropertyAttributes::Default(false, false, true); in BuildDictionaryProperties() 582 attributes = PropertyAttributes::Default(true, false, true); in BuildDictionaryProperties() 589 attributes = PropertyAttributes::Default(true, false, true); in BuildDictionaryProperties() [all …]
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.modules_and_compilation_units/06.top_level_declarations/01.exported_declarations/default_exported_declarations/ |
D | default_export_variable.ets | 17 desc: Default exported variable.
|
D | default_export_function.ets | 17 desc: Default exported function.
|
D | default_export_class.ets | 17 desc: Default exported class with a method and a member.
|
D | default_export_struct.ets | 17 desc: Default exported struct with a method and a member.
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/09.default_values_for_types/ |
D | default_value_for_nullable_types.ets | 17 desc: Default values for nullable type
|
D | default_value_for_reference_types.ets | 17 desc: Default values for reference type
|
D | default_value_for_primitive_types.ets | 19 desc: Default values for primitive type {{i.type}}
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/import_export/04.default_import/ |
D | default_import.ets | 17 desc: 13.04 Default Import
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/annotations/ |
D | annotation_@Entry.ets | 17 desc: 02.02.03 Default page entry component @Entry
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/ |
D | default_access_modifiers.ets | 18 desc: Default access modifiers.
|