Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dweak_vector.cpp61 JSHandle<WeakVector> WeakVector::Append(const JSThread *thread, const JSHandle<WeakVector> &vec, in Append()
73 …andle<WeakVector> WeakVector::FillOrAppend(const JSThread *thread, const JSHandle<WeakVector> &vec, in FillOrAppend()
93 …le<WeakVector> WeakVector::AppendToFullVec(const JSThread *thread, const JSHandle<WeakVector> &vec, in AppendToFullVec()
116 JSHandle<WeakVector> WeakVector::Copy(const JSThread *thread, const JSHandle<WeakVector> &vec, in Copy()
130 uint32_t WeakVector::CheckHole(const JSHandle<WeakVector> &vec) in CheckHole()
Dvtable.cpp44 CVector<JSHandle<JSTaggedValue>> vec {name, type, owner, offset}; in CreateTuple() local
50 CVector<JSHandle<JSTaggedValue>> vec; in GetTuple() local
Dvtable.h43 explicit Tuple(const CVector<JSHandle<JSTaggedValue>> &vec) : items_(std::move(vec)) {} in Tuple()
Ddump.cpp3668 std::vector<std::pair<CString, JSTaggedValue>> &vec) in DumpArrayClass()
3681 std::vector<std::pair<CString, JSTaggedValue>> &vec) in DumpConstantPoolClass()
3694 std::vector<std::pair<CString, JSTaggedValue>> &vec) in DumpStringClass()
3699 static void DumpClass(TaggedObject *obj, std::vector<std::pair<CString, JSTaggedValue>> &vec) in DumpClass()
3705 static void DumpObject(TaggedObject *obj, std::vector<std::pair<CString, JSTaggedValue>> &vec, bool… in DumpObject()
4205 void JSTaggedValue::DumpForSnapshot(std::vector<std::pair<CString, JSTaggedValue>> &vec, bool isVmM… in DumpForSnapshot()
Djs_stable_array.cpp250 CVector<JSHandle<EcmaString>> vec; in Join() local
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp120 CVector<CString> vec; in ParseUrl() local
155 CVector<CString> vec; in ParsePrefixBundle() local
258 CVector<CString> vec; in FindOhpmEntryPoint() local
306 CVector<CString> vec; in FindPackageInTopLevelWithNamespace() local
/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_vector.js45 let vec = vector.clone(); variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.cpp212 std::vector<std::string> vec {}; in SplitString() local
253 std::vector<std::string> vec = it->second; in FilterOption() local
Dcompiler_log.cpp68 std::vector<std::string> vec {}; in spiltString() local
Dts_inline_lowering.cpp232 std::vector<GateRef> vec; in ReplaceCallInput() local
266 std::vector<GateRef> vec; in ReplaceAccessorInput() local
Dslowpath_lowering.cpp934 std::vector<GateRef> vec { glue_, actualArgc, callTarget, newTarget, thisObj }; in LowerCallthisrangeImm8Imm8V8() local
959 std::vector<GateRef> vec {glue_, actualArgc, callTarget, newTarget, thisObj}; in LowerWideCallthisrangePrefImm16V8() local
993 std::vector<GateRef> vec {glue_, actualArgc, callTarget, newTarget, thisObj}; in LowerCallrangeImm8Imm8V8() local
1601 std::vector<GateRef> vec { func, newTarget }; in LowerSuperCall() local
1617 std::vector<GateRef> vec { func, newTarget }; in LowerSuperCallArrow() local
2853 std::vector<GateRef> vec; in LowerWideCallrangePrefImm16V8() local
Dbytecode_circuit_builder.cpp940 std::vector<GateRef> vec(numRegs + 1, hole); in NewJSGate() local
Dts_hcr_lowering.cpp1245 std::vector<GateRef> vec; in LowerTypedCallrange() local
/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/base/
Djson_parser.h227 CVector<uint16_t> vec; in ParseBackslash() local
705 bool ConvertStringUnicode(CVector<uint16_t> &vec) in ConvertStringUnicode()
Dtyped_array_helper.cpp128 CVector<JSHandle<JSTaggedValue>> vec; in CreateFromOrdinaryObject() 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/libpandabase/utils/
Dbit_table.h636 size_t Add(BitVectorSpan vec) in Add()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp1334 CVector<JSTaggedValue> vec = {}; in HWTEST_F_L0() local
1372 CVector<OperationResult> vec = {}; in HWTEST_F_L0() local
1409 CVector<JSTaggedValue> vec = {}; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp197 CVector<JSHandle<JSTaggedValue>> vec; in From() local
787 CVector<JSHandle<EcmaString>> vec; in Join() local
/arkcompiler/ets_runtime/test/fuzztest/containersvectorcommon_fuzzer/
Dcontainersvectorcommon_fuzzer.h524 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