| /arkcompiler/ets_frontend/ts2panda/tests/expression/ |
| D | bindingPattern.test.ts | 45 let values = new VReg(); variable 75 let values = new VReg(); variable
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | small_vector_test.cpp | 51 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
|
| D | bit_vector_test.cpp | 102 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
|
| D | bit_table_test.cpp | 130 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/ |
| D | js_api_plain_array.cpp | 73 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
|
| D | js_api_lightweightset.cpp | 182 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/ |
| D | containers_lightweightset_stub_builder.h | 44 GateRef values = Load(VariableType::JS_POINTER(), obj, valuesOffset); in GetValue() local
|
| D | containers_lightweightmap_stub_builder.h | 46 GateRef values = Load(VariableType::JS_POINTER(), obj, valuesOffset); in GetValue() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_array_test.cpp | 135 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/ |
| D | circuit_ir_specification.md | 481 ##### ALLOCA 494 ##### ARG 507 ##### CONSTANT
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/tests/ |
| D | ts_type_test_helper.h | 32 const std::vector<LiteralValueType> &values) in AddLiteral()
|
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | annotation.proto | 49 repeated ScalarValue values = 3; field
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | alias_analysis.cpp | 217 auto values = points_to_.at(p); in Dump() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_handler.cpp | 188 …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/ |
| D | int_set_property_test.cpp | 93 auto values = *rc::gen::container<std::vector<T>>(value_gen); in __anon50e355d80302() local
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | annotationProto.cpp | 264 std::vector<panda::pandasm::ScalarValue> values; in Deserialize() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | bit_table.h | 39 std::array<uint32_t, N> values; in Read() local 509 void SetColumns(Args... values) in SetColumns()
|
| D | small_vector.h | 439 reference emplace_back(_Args &&... values) in emplace_back()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_weak_set_test.cpp | 108 JSHandle<JSArray> values = JSArray::CreateArrayFromList(thread, array); in HWTEST_F_L0() local
|
| D | builtins_weak_map_test.cpp | 112 JSHandle<JSArray> values = JSArray::CreateArrayFromList(thread, array); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/assembler/ |
| D | annotation.h | 510 ArrayValue(Type component_type, std::vector<ScalarValue> values) in ArrayValue()
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_deque.cpp | 291 JSTaggedValue values = JSAPIDeque::GetIteratorObj(thread, JSHandle<JSAPIDeque>::Cast(self)); in GetIteratorObj() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | bcopt_type_adaption_test.cpp | 66 const auto &values = ele->GetAsArray()->GetValues(); in ExtractTypeinfo() local
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | test-schema.json | 219 "values": { object 249 "values": { object
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | humongous_obj_allocator_test.cpp | 125 std::vector<void *> values; in TEST_F() local
|