Home
last modified time | relevance | path

Searched defs:vec (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_vector.js45 let vec = vector.clone(); variable
/arkcompiler/ets_runtime/ecmascript/base/
Dpath_helper.h175 CVector<CString> vec; in ParseUrl() local
231 CVector<CString> vec; in ParsePrefixBundle() local
347 CVector<CString> vec; in FindOhpmEntryPoint() local
392 CVector<CString> vec; in FindPackageInTopLevelWithNamespace() local
Djson_parser.h217 CVector<uint16_t> vec; in ParseBackslash() local
685 bool ConvertStringUnicode(CVector<uint16_t> &vec) in ConvertStringUnicode()
Dtyped_array_helper.cpp103 CVector<JSHandle<JSTaggedValue>> vec; in CreateFromOrdinaryObject() local
/arkcompiler/runtime_core/verification/util/tests/
Dstruct_field_test.cpp51 std::vector<int32_t> vec(5); in TEST_F() local
Dset_operations_property_test.cpp74 prop("ToSet", [&stat](std::vector<int> &&vec) { in __anon36fc55b10302()
/arkcompiler/runtime_core/libpandabase/tests/
Darena_allocator_test.cpp205 ArenaVector<unsigned> vec(aa.Adapter()); variable
228 ArenaVector<ComplexClass> vec(aa.Adapter()); variable
Dbit_table_test.cpp375 BitVector<ArenaAllocator> vec(MinimumBitsToStore(value), GetAllocator()); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompiler_log.cpp67 std::vector<std::string> vec {}; in spiltString() local
Dts_inline_lowering.cpp193 std::vector<GateRef> vec; in ReplaceCallInput() local
Dslowpath_lowering.cpp1039 std::vector<GateRef> vec; in LowerCallthisrangeImm8Imm8V8() local
1077 std::vector<GateRef> vec {glue_, env, actualArgc, callTarget, newTarget, thisObj}; in LowerWideCallthisrangePrefImm16V8() local
1100 std::vector<GateRef> vec; in LowerCallrangeImm8Imm8V8() local
2056 std::vector<GateRef> vec; in LowerSuperCall() local
2071 std::vector<GateRef> vec; in LowerSuperCallArrow() local
3514 std::vector<GateRef> vec; in LowerWideCallrangePrefImm16V8() local
Dbytecode_circuit_builder.cpp864 std::vector<GateRef> vec(numRegs + 1, hole); in NewJSGate() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_vector_test.cpp442 JSHandle<JSAPIVector> vec = CreateJSAPIVector(); in HWTEST_F_L0() local
563 JSTaggedValue vec = ContainersVector::Clone(callInfo); in HWTEST_F_L0() local
746 JSTaggedValue vec = ContainersVector::SubVector(callInfo); in HWTEST_F_L0() local
/arkcompiler/runtime_core/compiler/aot/aot_builder/
Daot_builder.cpp141 … [](size_t sum, const auto &vec) { return vec.GetContainerSizeInBytes() + sum; }); in FillHeader()
/arkcompiler/runtime_core/runtime/tests/
Dframe_allocator_test.cpp129 std::vector<std::pair<void *, size_t>> vec; in CycledAllocateFreeForHugeFramesTest() local
/arkcompiler/runtime_core/verification/util/
Dint_set.h587 static BitVector VectorToBitVector(const MPandaVector<T> &vec) in VectorToBitVector()
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_table.h636 size_t Add(BitVectorSpan vec) in Add()
/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp3491 std::vector<std::pair<CString, JSTaggedValue>> &vec) in DumpArrayClass()
3504 std::vector<std::pair<CString, JSTaggedValue>> &vec) in DumpConstantPoolClass()
3517 std::vector<std::pair<CString, JSTaggedValue>> &vec) in DumpStringClass()
3523 std::vector<std::pair<CString, JSTaggedValue>> &vec) in DumpClass()
3530 std::vector<std::pair<CString, JSTaggedValue>> &vec, bool isVmMode) in DumpObject()
4011 void JSTaggedValue::DumpForSnapshot(std::vector<std::pair<CString, JSTaggedValue>> &vec, bool isVmM… in DumpForSnapshot()
Djs_stable_array.cpp231 CVector<JSHandle<EcmaString>> vec; in Join() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp1333 CVector<JSTaggedValue> vec = {}; in HWTEST_F_L0() local
1371 CVector<OperationResult> vec = {}; in HWTEST_F_L0() local
1408 CVector<JSTaggedValue> vec = {}; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp184 CVector<JSHandle<JSTaggedValue>> vec; in From() local
769 CVector<JSHandle<EcmaString>> vec; in Join() local
/arkcompiler/ets_runtime/test/fuzztest/containersvectorcommon_fuzzer/
Dcontainersvectorcommon_fuzzer.h523 JSHandle<JSAPIVector> vec = CreateJSAPIVector(thread); in ContainersVectorForEachFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp652 CVector<CString> vec; in HWTEST_F_L0() local