Home
last modified time | relevance | path

Searched defs:values (Results 1 – 25 of 51) sorted by relevance

123

/arkcompiler/ets_frontend/ts2panda/tests/expression/
DbindingPattern.test.ts45 let values = new VReg(); variable
75 let values = new VReg(); variable
/arkcompiler/runtime_core/libpandabase/tests/
Dsmall_vector_test.cpp51 std::array values = {10, 20, 30, 40, 50, 60, 70, 80, 90, 100}; in TestVectorGrow() local
97 std::array values = {10, 20, 30, 40, 50, 60, 70, 80, 90, 100}; in TestVectorIteration() local
247 std::array values = {Item(1, 1.2), Item(2, 2.3), Item(3, 3.4)}; in TEST_F() local
298 std::array values = {Item(1, 1.2), Item(2, 2.3), Item(3, 3.4)}; in TEST_F() local
323 std::array values = {0, 1, 2, 3, 4, 5, 6, 7}; in TEST_F() local
Dbit_vector_test.cpp102 std::vector<bool> values = {false, true, false, true, false, true, false, true, false, true}; variable
232 std::vector<bool> values = {false, true, false, true, false, true, false, true, false, true}; in TestModification() local
Dbit_table_test.cpp130 std::array<std::array<uint32_t, 10>, 5> values = { in TEST_F() local
234 std::array<std::array<uint32_t, 2>, 10> values = { in TEST_F() local
349 std::array<Entry, 3> values = {Entry {1}, Entry {2}, Entry {3}}; in TEST_F() local
371 ArenaVector<std::pair<uint32_t, uint64_t>> values(GetAllocator()->Adapter()); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_plain_array.cpp73 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in AdjustForward() local
128 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in Clear() local
258 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in Get() local
350 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in GetIndexOfValue() local
391 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in GetValueAt() local
403 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in Remove() local
416 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in RemoveAt() local
433 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in SetValueAt() local
Djs_api_lightweightset.cpp182 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in GetValueAt() local
192 TaggedArray *values = TaggedArray::Cast(GetHashes().GetTaggedObject()); in GetHashAt() local
274 JSTaggedValue values = srcHashes->Get(i); in Equal() local
416 JSMutableHandle<JSTaggedValue> values(thread, JSTaggedValue::Undefined()); in ToString() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_lightweightset_stub_builder.h44 GateRef values = Load(VariableType::JS_POINTER(), obj, valuesOffset); in GetValue() local
Dcontainers_lightweightmap_stub_builder.h46 GateRef values = Load(VariableType::JS_POINTER(), obj, valuesOffset); in GetValue() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_array_test.cpp135 JSHandle<TaggedArray> values(factory->NewTaggedArray(5)); in HWTEST_F_L0() local
156 JSHandle<TaggedArray> values(factory->NewTaggedArray(5)); in HWTEST_F_L0() local
194 JSHandle<TaggedArray> values(factory->NewTaggedArray(5)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md481 ##### ALLOCA
494 ##### ARG
507 ##### CONSTANT
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_test_helper.h32 const std::vector<LiteralValueType> &values) in AddLiteral()
/arkcompiler/ets_frontend/merge_abc/protos/
Dannotation.proto49 repeated ScalarValue values = 3; field
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dalias_analysis.cpp217 auto values = points_to_.at(p); in Dump() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp188 …JSHandle<PromiseRecord> values = JSHandle<PromiseRecord>::Cast(JSHandle<JSTaggedValue>(thread, fun… in ResolveElementFunction() local
395 JSHandle<PromiseRecord> values = in AllSettledResolveElementFunction() local
457 JSHandle<PromiseRecord> values = in AllSettledRejectElementFunction() local
/arkcompiler/runtime_core/verification/util/tests/
Dint_set_property_test.cpp93 auto values = *rc::gen::container<std::vector<T>>(value_gen); in __anon50e355d80302() local
/arkcompiler/ets_frontend/merge_abc/src/
DannotationProto.cpp264 std::vector<panda::pandasm::ScalarValue> values; in Deserialize() local
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_table.h39 std::array<uint32_t, N> values; in Read() local
509 void SetColumns(Args... values) in SetColumns()
Dsmall_vector.h439 reference emplace_back(_Args &&... values) in emplace_back()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_weak_set_test.cpp108 JSHandle<JSArray> values = JSArray::CreateArrayFromList(thread, array); in HWTEST_F_L0() local
Dbuiltins_weak_map_test.cpp112 JSHandle<JSArray> values = JSArray::CreateArrayFromList(thread, array); in HWTEST_F_L0() local
/arkcompiler/runtime_core/assembler/
Dannotation.h510 ArrayValue(Type component_type, std::vector<ScalarValue> values) in ArrayValue()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_deque.cpp291 JSTaggedValue values = JSAPIDeque::GetIteratorObj(thread, JSHandle<JSAPIDeque>::Cast(self)); in GetIteratorObj() local
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dbcopt_type_adaption_test.cpp66 const auto &values = ele->GetAsArray()->GetValues(); in ExtractTypeinfo() local
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dtest-schema.json219 "values": { object
249 "values": { object
/arkcompiler/runtime_core/runtime/tests/
Dhumongous_obj_allocator_test.cpp125 std::vector<void *> values; in TEST_F() local

123