| /arkcompiler/ets_runtime/ecmascript/ |
| D | weak_vector.cpp | 61 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()
|
| D | vtable.cpp | 44 CVector<JSHandle<JSTaggedValue>> vec {name, type, owner, offset}; in CreateTuple() local 50 CVector<JSHandle<JSTaggedValue>> vec; in GetTuple() local
|
| D | vtable.h | 43 explicit Tuple(const CVector<JSHandle<JSTaggedValue>> &vec) : items_(std::move(vec)) {} in Tuple()
|
| D | dump.cpp | 3668 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()
|
| D | js_stable_array.cpp | 250 CVector<JSHandle<EcmaString>> vec; in Join() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_path_helper.cpp | 120 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/ |
| D | container_vector.js | 45 let vec = vector.clone(); variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | compilation_driver.cpp | 212 std::vector<std::string> vec {}; in SplitString() local 253 std::vector<std::string> vec = it->second; in FilterOption() local
|
| D | compiler_log.cpp | 68 std::vector<std::string> vec {}; in spiltString() local
|
| D | ts_inline_lowering.cpp | 232 std::vector<GateRef> vec; in ReplaceCallInput() local 266 std::vector<GateRef> vec; in ReplaceAccessorInput() local
|
| D | slowpath_lowering.cpp | 934 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
|
| D | bytecode_circuit_builder.cpp | 940 std::vector<GateRef> vec(numRegs + 1, hole); in NewJSGate() local
|
| D | ts_hcr_lowering.cpp | 1245 std::vector<GateRef> vec; in LowerTypedCallrange() local
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | arena_allocator_test.cpp | 205 ArenaVector<unsigned> vec(aa.Adapter()); variable 228 ArenaVector<ComplexClass> vec(aa.Adapter()); variable
|
| D | bit_table_test.cpp | 375 BitVector<ArenaAllocator> vec(MinimumBitsToStore(value), GetAllocator()); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_parser.h | 227 CVector<uint16_t> vec; in ParseBackslash() local 705 bool ConvertStringUnicode(CVector<uint16_t> &vec) in ConvertStringUnicode()
|
| D | typed_array_helper.cpp | 128 CVector<JSHandle<JSTaggedValue>> vec; in CreateFromOrdinaryObject() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_vector_test.cpp | 442 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/ |
| D | bit_table.h | 636 size_t Add(BitVectorSpan vec) in Add()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_typed_array_test.cpp | 1334 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/ |
| D | builtins_typedarray.cpp | 197 CVector<JSHandle<JSTaggedValue>> vec; in From() local 787 CVector<JSHandle<EcmaString>> vec; in Join() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containersvectorcommon_fuzzer/ |
| D | containersvectorcommon_fuzzer.h | 524 JSHandle<JSAPIVector> vec = CreateJSAPIVector(thread); in ContainersVectorForEachFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_regexp_test.cpp | 652 CVector<CString> vec; in HWTEST_F_L0() local
|