Home
last modified time | relevance | path

Searched defs:vals (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_dataview_test.cpp188 std::vector<JSTaggedValue> vals{JSTaggedValue(offset), value}; in SetUint8() local
233 std::vector<JSTaggedValue> vals{}; in HWTEST_F_L0() local
255 std::vector<JSTaggedValue> vals{}; in HWTEST_F_L0() local
275 std::vector<JSTaggedValue> vals{}; in HWTEST_F_L0() local
286 …std::vector<JSTaggedValue> vals{JSTaggedValue(0), JSTaggedValue(-1870724872), JSTaggedValue::False… in HWTEST_F_L0() local
300 …std::vector<JSTaggedValue> vals{JSTaggedValue(0), JSTaggedValue(-1870724872), JSTaggedValue::False… in HWTEST_F_L0() local
324 std::vector<JSTaggedValue> vals{JSTaggedValue(0), JSTaggedValue::False()}; in HWTEST_F_L0() local
333 std::vector<JSTaggedValue> vals{JSTaggedValue(0), JSTaggedValue::False()}; in HWTEST_F_L0() local
346 std::vector<JSTaggedValue> vals{JSTaggedValue(0)}; in HWTEST_F_L0() local
359 std::vector<JSTaggedValue> vals{JSTaggedValue(0)}; in HWTEST_F_L0() local
[all …]
Dbuiltins_atomics_test.cpp193 …dValue AtomicsAlgorithm(JSThread *thread, JSHandle<JSTaggedValue>& obj, std::vector<int32_t>& vals, in AtomicsAlgorithm()
246 static JSHandle<TaggedArray> CreateArrayList(JSThread *thread, std::vector<int32_t> vals, size_t ma… in CreateArrayList()
263 std::vector<int32_t> vals{0, 5}; in HWTEST_F_L0() local
274 std::vector<int32_t> vals{0, 2}; in AddCommon() local
293 std::vector<int32_t> vals{0, 2}; in HWTEST_F_L0() local
326 std::vector<int32_t> vals{0, 2}; in HWTEST_F_L0() local
339 std::vector<int32_t> vals{0, 2}; in HWTEST_F_L0() local
355 std::vector<int32_t> vals{0, 5, 2}; in HWTEST_F_L0() local
367 std::vector<int32_t> vals{0, 5, 2}; in HWTEST_F_L0() local
384 std::vector<int32_t> vals{0, 2, 2}; in HWTEST_F_L0() local
[all …]
Dbuiltins_bigint_test.cpp83 std::vector<JSTaggedValue> vals{numericValue.GetTaggedValue()}; in HWTEST_F_L0() local
95 std::vector<JSTaggedValue> vals{numericValue.GetTaggedValue()}; in HWTEST_F_L0() local
106 …std::vector<JSTaggedValue> vals{JSTaggedValue(static_cast<int>(bit)), numericValue.GetTaggedValue(… in HWTEST_F_L0() local
122 …std::vector<JSTaggedValue> vals{JSTaggedValue(static_cast<int>(bit)), numericValue.GetTaggedValue(… in HWTEST_F_L0() local
138 …std::vector<JSTaggedValue> vals{JSTaggedValue(static_cast<int>(bit)), numericValue.GetTaggedValue(… in HWTEST_F_L0() local
155 …std::vector<JSTaggedValue> vals{JSTaggedValue(static_cast<int>(bit)), numericValue.GetTaggedValue(… in HWTEST_F_L0() local
171 std::vector<JSTaggedValue> vals{numericValue.GetTaggedValue()}; in HWTEST_F_L0() local
198 std::vector<JSTaggedValue> vals{numericValue.GetTaggedValue()}; in HWTEST_F_L0() local
220 std::vector<JSTaggedValue> vals{numericValue.GetTaggedValue()}; in HWTEST_F_L0() local
238 std::vector<JSTaggedValue> vals{numericValue.GetTaggedValue()}; in HWTEST_F_L0() local
[all …]
Dbuiltins_date_test.cpp53 …lue DateAlgorithm(JSThread *thread, const JSTaggedValue& thisTag, std::vector<JSTaggedValue>& vals, in DateAlgorithm()
86 std::vector<JSTaggedValue> vals{JSTaggedValue(static_cast<double>(2))}; in HWTEST_F_L0() local
100 std::vector<JSTaggedValue> vals{JSTaggedValue(static_cast<double>(2))}; in HWTEST_F_L0() local
114 std::vector<JSTaggedValue> vals{JSTaggedValue(static_cast<double>(-2))}; in HWTEST_F_L0() local
128 …std::vector<JSTaggedValue> vals{JSTaggedValue(static_cast<double>(2018)), JSTaggedValue(static_cas… in HWTEST_F_L0() local
152 …std::vector<JSTaggedValue> vals{JSTaggedValue(static_cast<double>(2018)), JSTaggedValue(static_cas… in HWTEST_F_L0() local
175 …std::vector<JSTaggedValue> vals{JSTaggedValue(static_cast<double>(-2018)), JSTaggedValue(static_ca… in HWTEST_F_L0() local
196 …std::vector<JSTaggedValue> vals{JSTaggedValue(static_cast<double>(-2018)), JSTaggedValue(static_ca… in HWTEST_F_L0() local
216 …std::vector<JSTaggedValue> vals{JSTaggedValue(static_cast<double>(18)), JSTaggedValue(static_cast<… in HWTEST_F_L0() local
239 …std::vector<JSTaggedValue> vals{JSTaggedValue(static_cast<double>(18)), JSTaggedValue(static_cast<… in HWTEST_F_L0() local
[all …]
Dbuiltins_date_time_format_first_test.cpp72std::vector<JSTaggedValue> vals, uint32_t argLen, AlgorithmType type = AlgorithmType::ALGORITHM_FO… in AtomicsAlgorithm()
109 std::vector<JSTaggedValue> vals{JSTaggedValue::Undefined()}; in FormatCommon() local
153 std::vector<JSTaggedValue> vals{JSTaggedValue::Undefined()}; in HWTEST_F_L0() local
172 std::vector<JSTaggedValue> vals{JSTaggedValue(static_cast<double>(days1)), in HWTEST_F_L0() local
193 std::vector<JSTaggedValue> vals{JSTaggedValue(static_cast<double>(days1)), in HWTEST_F_L0() local
212 std::vector<JSTaggedValue> vals{JSTaggedValue(static_cast<double>(days1)), in HWTEST_F_L0() local
Dbuiltins_collator_test.cpp123 std::vector<JSTaggedValue> vals{localesString.GetTaggedValue(), optionsObj.GetTaggedValue()}; in HWTEST_F_L0() local
135 std::vector<JSTaggedValue> vals{localesString.GetTaggedValue(), JSTaggedValue::Undefined()}; in JSCollatorCreateWithLocaleTest() local
159 std::vector<JSTaggedValue> vals{localesString.GetTaggedValue(), optionsObj.GetTaggedValue()}; in JSCollatorCreateWithLocaleAndOptionsTest() local
173 std::vector<JSTaggedValue> vals{}; in HWTEST_F_L0() local
211 std::vector<JSTaggedValue> vals{}; in HWTEST_F_L0() local
252 std::vector<JSTaggedValue> vals{}; in HWTEST_F_L0() local
280 std::vector<JSTaggedValue> vals{}; in HWTEST_F_L0() local
314 std::vector<JSTaggedValue> vals{locale.GetTaggedValue(), optionsObj.GetTaggedValue()}; in HWTEST_F_L0() local
Dbuiltins_list_format_second_test.cpp40 std::vector<JSHandle<JSTaggedValue>> vals; in CommonTest() local
87 std::vector<std::string> vals{"Apple", "Orange", "Pineapple"}; in HWTEST_F_L0() local
102 std::vector<std::string> vals{"Apple", "Orange", "Pineapple"}; in HWTEST_F_L0() local
119 std::vector<std::string> vals{"中文", "英文"}; in HWTEST_F_L0() local
135 std::vector<std::string> vals{"中文", "英文", "韩文", "葡萄牙语"}; in HWTEST_F_L0() local
Dbuiltins_list_format_first_test.cpp81 …tyCommonTest(JSThread* thread, JSHandle<JSObject>& obj, std::vector<JSHandle<JSTaggedValue>>& vals) in DefineOwnPropertyCommonTest()
99 std::vector<JSHandle<JSTaggedValue>> vals; in CommonTest() local
Dbuiltins_shared_array_test.cpp233 std::vector<int>& vals) in SharedArrayDefineOwnPropertyTest()
245 std::vector<int>& vals) in SharedArrayDefineOwnPropertyTest()
258 std::vector<JSHandle<JSTaggedValue>>& keys, std::vector<int32_t>& vals) in SharedArrayCheckKeyValueCommon()
292 std::vector<int> vals{1, 2, 3, 4, 5}; in HWTEST_F_L0() local
329 std::vector<int> vals{2, 4, 6, 8, 10}; in HWTEST_F_L0() local
423 std::vector<int> vals{100, 400, 6}; in HWTEST_F_L0() local
458 std::vector<int> vals{2, 3, 4}; in HWTEST_F_L0() local
526 std::vector<int32_t> vals{1, 0, 0, 4, 5}; in HWTEST_F_L0() local
544 std::vector<int> vals{1, 102, 3}; in HWTEST_F_L0() local
1841 std::vector<T>& vals) in DefineSharedArrProperty()
[all …]
Dbuiltins_array_test.cpp235 std::vector<int>& vals) in DefineOwnPropertyCommonTest()
247 std::vector<int>& vals) in DefineOwnPropertyCommonTest()
260 std::vector<JSHandle<JSTaggedValue>>& keys, std::vector<int32_t>& vals) in CheckKeyValueCommon()
292 std::vector<int> vals{1, 2, 3, 4, 5}; in HWTEST_F_L0() local
351 std::vector<int> vals{1, 3, 5}; in HWTEST_F_L0() local
434 std::vector<int> vals{4, 5, 3, 4, 5}; in HWTEST_F_L0() local
501 std::vector<int> vals{100, 400, 6}; in HWTEST_F_L0() local
532 std::vector<int> vals{3, 200, 50}; in HWTEST_F_L0() local
566 std::vector<int> vals{3, 200, 50}; in HWTEST_F_L0() local
601 std::vector<int> vals{2, 3, 4}; in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/
DFileRuleMapping.ts126 for (const [key, vals] of overrideFileRulesMap) { constant
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator_test.cpp331 void Generate(Opcode opc, std::pair<ParamType, ParamType> vals) in Generate() argument
366 …aramType calcData, ParamType retData, std::tuple<ParamType, ParamType, ParamType> vals, Inst *inst) in CheckData() argument
390 void Generate(Opcode opc, std::tuple<ParamType, ParamType, ParamType> vals) in Generate() argument
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_shared_array_test.cpp107 std::vector<int> vals{1, 2, 3, 4, 5}; in HWTEST_F_L0() local
Dgc_third_test.cpp80 std::vector<JSTaggedValue> vals{JSTaggedValue(static_cast<double>(2))}; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dcl_option.h320 void FillVal(const T &val, std::vector<std::string> &vals) in FillVal()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp2350 ArenaVector<llvm::Value *> vals(GetGraph()->GetLocalAllocator()->Adapter()); in CreateSaveStateBundle() local
2389 void LLVMIrConstructor::EncodeSaveStateInputs(ArenaVector<llvm::Value *> *vals, SaveStateInst *ss) in EncodeSaveStateInputs()