Home
last modified time | relevance | path

Searched refs:Default (Results 1 - 25 of 39) sorted by relevance

12

/arkcompiler/runtime_core/libpandabase/tests/
H A Dexpected_test.cpp38 struct Default { struct
76 // Default constructor is only enabled if T is default constructible. in TEST()
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/
H A Dexpected_test.cpp40 struct Default { struct
78 // Default constructor is only enabled if T is default constructible. in TEST()
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/
H A Dlayout_info_test.cpp41 PropertyAttributes defaultAttr = PropertyAttributes::Default(); in HWTEST_F_L0()
56 PropertyAttributes defaultAttr = PropertyAttributes::Default(); in HWTEST_F_L0()
75 PropertyAttributes defaultAttr = PropertyAttributes::Default(); in HWTEST_F_L0()
117 PropertyAttributes defaultAttr = PropertyAttributes::Default(); in GetAllKeysCommon()
H A Djs_hclass_test.cpp230 PropertyAttributes attr = PropertyAttributes::Default(); in HWTEST_F_L0()
259 PropertyAttributes attr = PropertyAttributes::Default(); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dtarget_machine_builder.h49 llvm::CodeGenOpt::Level optlevel_ {llvm::CodeGenOpt::Level::Default};
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dshared_builtins.cpp420 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSObjectFunctionHClass()
446 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSObjectPrototypeHClass()
468 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSFunctionHClass()
492 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSArrayBufferFunctionHClass()
521 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSSetFunctionHClass()
550 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSMapFunctionHClass()
579 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSFunctionPrototypeHClass()
607 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSArrayBufferPrototypeHClass()
636 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSSetPrototypeHClass()
667 PropertyAttributes attributes = PropertyAttributes::Default(fals in CreateSMapPrototypeHClass()
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_info_extractor.cpp212 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); // non-enumerable in CreatePrototypeHClass()
265 attributes = PropertyAttributes::Default(false, false, true); in CreateConstructorHClass()
269 attributes = PropertyAttributes::Default(false, false, true); in CreateConstructorHClass()
272 attributes = PropertyAttributes::Default(true, false, true); in CreateConstructorHClass()
279 attributes = PropertyAttributes::Default(true, false, true); in CreateConstructorHClass()
354 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSendableHClass()
616 attributes = PropertyAttributes::Default(false, false, true); in BuildDictionaryProperties()
620 attributes = PropertyAttributes::Default(false, false, true); in BuildDictionaryProperties()
623 attributes = PropertyAttributes::Default(true, false, true); in BuildDictionaryProperties()
630 attributes = PropertyAttributes::Default(tru in BuildDictionaryProperties()
[all...]
H A Dclass_info_extractor.h204 PropertyAttributes attributes = PropertyAttributes::Default(true, true, false));
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.h206 MemoryAttribute mAttr = MemoryAttribute::Default());
371 MemoryAttribute mAttr = MemoryAttribute::Default());
375 MemoryAttribute mAttr = MemoryAttribute::Default());
542 MemoryAttribute mAttr = MemoryAttribute::Default());
552 MemoryAttribute mAttr = MemoryAttribute::Default());
597 MemoryAttribute mAttr = MemoryAttribute::Default());
783 MemoryAttribute mAttr = MemoryAttribute::Default());
785 MemoryAttribute mAttr = MemoryAttribute::Default());
787 MemoryAttribute mAttr = MemoryAttribute::Default());
789 MemoryAttribute mAttr = MemoryAttribute::Default());
[all...]
H A Dcircuit_builder.h642 MemoryAttribute mAttr = MemoryAttribute::Default());
648 MemoryAttribute mAttr = MemoryAttribute::Default());
846 GateRef Load(VariableType type, GateRef base, GateRef offset, MemoryAttribute mAttr = MemoryAttribute::Default());
848 MemoryAttribute mAttr = MemoryAttribute::Default());
849 GateRef Load(VariableType type, GateRef addr, MemoryAttribute mAttr = MemoryAttribute::Default());
851 MemoryAttribute mAttr = MemoryAttribute::Default());
853 MemoryAttribute mAttr = MemoryAttribute::Default());
H A Dasync_function_lowering.cpp55 auto bit = LoadStoreAccessor::ToValue(MemoryAttribute::Default()); in ProcessJumpTable()
H A Dmcr_gate_meta_data.h368 static MemoryAttribute Default() in Default() function in panda::ecmascript::kungfu::MemoryAttribute
H A Dnew_object_stub_builder.h112 MemoryAttribute mAttr = MemoryAttribute::Default());
/arkcompiler/ets_runtime/test/fuzztest/propertyattribute_fuzzer/
H A Dpropertyattribute_fuzzer.cpp35 PropertyAttribute::Default(); in PropertyAttributeFuzzTest()
/arkcompiler/ets_runtime/ecmascript/
H A Dproperty_attributes.h159 static PropertyAttributes Default() in Default() function in panda::ecmascript::TrackType::PropertyAttributes
164 static PropertyAttributes Default(bool w, bool e, bool c, bool isAccessor = false) in Default() function in panda::ecmascript::TrackType::PropertyAttributes
H A Djs_hclass.cpp1279 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateRootHClassFromPGO()
1312 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateRootHClassWithCached()
1354 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateChildHClassFromPGO()
1570 PropertyAttributes::Default(descs[i].IsWritable(), descs[i].IsEnumerable(), descs[i].IsConfigurable()); in CreateSInlinedLayout()
1631 PropertyAttributes::Default(descs[i].IsWritable(), descs[i].IsEnumerable(), descs[i].IsConfigurable()); in CreateSDictLayout()
H A Dobject_factory.cpp858 PropertyAttributes attributes = PropertyAttributes::Default(true, false, false); in CreateJSRegExpInstanceClass()
910 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); in CreateJSArguments()
920 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); in CreateJSArguments()
930 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateJSArguments()
941 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateJSArguments()
1899 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); // non-enumerable in CreateDefaultClassPrototypeHClass()
1929 attributes = PropertyAttributes::Default(false, false, true); in CreateDefaultClassConstructorHClass()
3886 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateObjectClass()
3918 PropertyAttributes attributes = PropertyAttributes::Default(); in SetLayoutInObjHClass()
4794 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateIteratorResultInstanceClass()
[all...]
H A Djs_object.cpp354 PropertyAttributes::Default(descs[i].IsWritable(), descs[i].IsEnumerable(), descs[i].IsConfigurable()); in SetSProperties()
814 PropertyAttributes attr = PropertyAttributes::Default(true, true, false); in GlobalSetProperty()
992 return op->AddProperty(JSHandle<JSObject>(receiver), value, PropertyAttributes::Default()); in SetPropertyForDataDescriptor()
994 return op->AddProperty(JSHandle<JSObject>(receiver), value, PropertyAttributes::Default()); in SetPropertyForDataDescriptor()
2518 // Default value of Get and Set is undefined. in CompletePropertyDescriptor()
2667 PropertyAttributes attr = useForClass ? PropertyAttributes::Default(true, false, true) in DefinePropertyByLiteral()
2668 : PropertyAttributes::Default(); in DefinePropertyByLiteral()
2745 PropertyAttributes attr = PropertyAttributes::Default(); in CreateObjectFromProperties()
2892 // Default is 0 in GetHash()
H A Dobject_fast_operator-inl.h566 PropertyAttributes attr = PropertyAttributes::Default(); in SetPropertyByName()
1185 JSHandle<JSTaggedValue>(thread, value), PropertyAttributes::Default()); in AddPropertyByIndex()
/arkcompiler/ets_runtime/ecmascript/ts_types/
H A Dglobal_ts_type_ref.h92 static GlobalTSTypeRef Default() in Default() function in panda::ecmascript::GlobalTSTypeRef
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dark_inlining.cpp49 inlineParams_, llvm::InliningAdvisorMode::Default, {}, // CC-OFF(G.FMT.06-CPP) project code style in run()
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Dloop_optimization_test.cpp194 auto bits = ecmascript::kungfu::LoadStoreAccessor::ToValue(ecmascript::kungfu::MemoryAttribute::Default()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dprofile_type_info.h364 PropertyAttributes::Default());
H A Dic_runtime.cpp398 PropertyAttributes attr = PropertyAttributes::Default(true, true, false); in StoreMiss()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Dsnapshot_constantpool_data.cpp94 PropertyAttributes attributes = PropertyAttributes::Default(); in TryGetHClassFromCached()

Completed in 36 milliseconds

12