Home
last modified time | relevance | path

Searched refs:Default (Results 1 – 25 of 102) sorted by relevance

12345

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type.cpp58 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/
Dexpected_test.cpp38 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/
Dexpected_test.cpp40 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/
Dlayout_info_test.cpp65 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/
Dts_hclass_generator.cpp132 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/
Dpanda_test_asan.ld36 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/
Dpanda_test_asan.ld36 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/
Dpaoc.md21 Default is `true`.
36 Default is `out.an`.
54 Default is `false`.
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/
Dentrypoints_bridge_asm_macro.inl.erb26 // 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/
Dentrypoints_bridge_asm_macro.inl.erb25 // 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/
Dpaoc.md24 Default is `true`.
40 Default is `out.an`.
49 Default is `false`.
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dtarget_machine_builder.h49 llvm::CodeGenOpt::Level optlevel_ {llvm::CodeGenOpt::Level::Default};
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/
DREADME.md18 --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/
DREADME.md18 --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/
Dclass_info_extractor.cpp190 … 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/
Ddefault_export_variable.ets17 desc: Default exported variable.
Ddefault_export_function.ets17 desc: Default exported function.
Ddefault_export_class.ets17 desc: Default exported class with a method and a member.
Ddefault_export_struct.ets17 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/
Ddefault_value_for_nullable_types.ets17 desc: Default values for nullable type
Ddefault_value_for_reference_types.ets17 desc: Default values for reference type
Ddefault_value_for_primitive_types.ets19 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/
Ddefault_import.ets17 desc: 13.04 Default Import
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/annotations/
Dannotation_@Entry.ets17 desc: 02.02.03 Default page entry component @Entry
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/
Ddefault_access_modifiers.ets18 desc: Default access modifiers.

12345