/arkcompiler/runtime_core/libpandabase/tests/ |
H A D | expected_test.cpp | 38 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 D | expected_test.cpp | 40 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 D | layout_info_test.cpp | 41 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 D | js_hclass_test.cpp | 230 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 D | target_machine_builder.h | 49 llvm::CodeGenOpt::Level optlevel_ {llvm::CodeGenOpt::Level::Default};
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | shared_builtins.cpp | 420 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 D | class_info_extractor.cpp | 212 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 D | class_info_extractor.h | 204 PropertyAttributes attributes = PropertyAttributes::Default(true, true, false));
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | stub_builder.h | 206 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 D | circuit_builder.h | 642 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 D | async_function_lowering.cpp | 55 auto bit = LoadStoreAccessor::ToValue(MemoryAttribute::Default());
in ProcessJumpTable()
|
H A D | mcr_gate_meta_data.h | 368 static MemoryAttribute Default() in Default() function in panda::ecmascript::kungfu::MemoryAttribute
|
H A D | new_object_stub_builder.h | 112 MemoryAttribute mAttr = MemoryAttribute::Default());
|
/arkcompiler/ets_runtime/test/fuzztest/propertyattribute_fuzzer/ |
H A D | propertyattribute_fuzzer.cpp | 35 PropertyAttribute::Default(); in PropertyAttributeFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | property_attributes.h | 159 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 D | js_hclass.cpp | 1279 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 D | object_factory.cpp | 858 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 D | js_object.cpp | 354 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 D | object_fast_operator-inl.h | 566 PropertyAttributes attr = PropertyAttributes::Default(); in SetPropertyByName() 1185 JSHandle<JSTaggedValue>(thread, value), PropertyAttributes::Default()); in AddPropertyByIndex()
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
H A D | global_ts_type_ref.h | 92 static GlobalTSTypeRef Default() in Default() function in panda::ecmascript::GlobalTSTypeRef
|
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
H A D | ark_inlining.cpp | 49 inlineParams_, llvm::InliningAdvisorMode::Default, {}, // CC-OFF(G.FMT.06-CPP) project code style in run()
|
/arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
H A D | loop_optimization_test.cpp | 194 auto bits = ecmascript::kungfu::LoadStoreAccessor::ToValue(ecmascript::kungfu::MemoryAttribute::Default()); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | profile_type_info.h | 364 PropertyAttributes::Default());
|
H A D | ic_runtime.cpp | 398 PropertyAttributes attr = PropertyAttributes::Default(true, true, false); in StoreMiss()
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
H A D | snapshot_constantpool_data.cpp | 94 PropertyAttributes attributes = PropertyAttributes::Default(); in TryGetHClassFromCached()
|