| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | array_native_test.cpp | 96 std::vector<ets_boolean> vec(length); in TEST_F() local 103 std::vector<ets_boolean> vec(length - half); in TEST_F() local 135 std::vector<ets_byte> vec(length); in TEST_F() local 142 std::vector<ets_byte> vec(length - half); in TEST_F() local 174 std::vector<ets_char> vec(length); in TEST_F() local 181 std::vector<ets_char> vec(length - half); in TEST_F() local 213 std::vector<ets_short> vec(length); in TEST_F() local 220 std::vector<ets_short> vec(length - half); in TEST_F() local 252 std::vector<ets_int> vec(length); in TEST_F() local 259 std::vector<ets_int> vec(length - half); in TEST_F() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | weak_vector.cpp | 67 JSHandle<WeakVector> WeakVector::Append(const JSThread *thread, const JSHandle<WeakVector> &vec, in Append() 79 …andle<WeakVector> WeakVector::FillOrAppend(const JSThread *thread, const JSHandle<WeakVector> &vec, in FillOrAppend() 99 …le<WeakVector> WeakVector::AppendToFullVec(const JSThread *thread, const JSHandle<WeakVector> &vec, in AppendToFullVec() 122 JSHandle<WeakVector> WeakVector::Copy(const JSThread *thread, const JSHandle<WeakVector> &vec, in Copy() 136 uint32_t WeakVector::CheckHole(const JSHandle<WeakVector> &vec) in CheckHole()
|
| D | vtable.cpp | 45 CVector<JSHandle<JSTaggedValue>> vec {name, type, owner, offset}; in CreateTuple() local 51 CVector<JSHandle<JSTaggedValue>> vec; in GetTuple() local
|
| D | vtable.h | 45 explicit Tuple(const CVector<JSHandle<JSTaggedValue>> &vec) : items_(std::move(vec)) {} in Tuple()
|
| D | dump.cpp | 3853 static void DumpArrayClass(const TaggedArray *arr, std::vector<Reference> &vec) in DumpArrayClass() 3865 static void DumpMutantTaggedArrayClass(const MutantTaggedArray *arr, std::vector<Reference> &vec) in DumpMutantTaggedArrayClass() 3877 …ic void DumpCOWMutantTaggedArrayClass(const COWMutantTaggedArray *arr, std::vector<Reference> &vec) in DumpCOWMutantTaggedArrayClass() 3889 static void DumpElementClass(const TaggedArray *arr, std::vector<Reference> &vec) in DumpElementClass() 3900 static void DumpConstantPoolClass(const ConstantPool *arr, std::vector<Reference> &vec) in DumpConstantPoolClass() 3912 …mpStringClass([[maybe_unused]] const EcmaString *str, [[maybe_unused]] std::vector<Reference> &vec) in DumpStringClass() 3918 static void DumpObject(TaggedObject *obj, std::vector<Reference> &vec, bool isVmMode) in DumpObject() 4504 void JSTaggedValue::DumpForSnapshot(std::vector<Reference> &vec, bool isVmMode) const in DumpForSnapshot() 4611 void DumpForSnapshotTaggedTreeEntry(T tree, int index, std::vector<Reference> &vec, bool isMap = fa… in DumpForSnapshotTaggedTreeEntry()
|
| /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 | 78 std::vector<std::string> vec {}; in SplitString() local
|
| D | compiler_log.cpp | 68 std::vector<std::string> vec {}; in spiltString() local
|
| D | aot_compiler_preprocessor.cpp | 84 std::vector<std::string> vec {}; in SplitString() local 412 std::vector<std::string> vec = it->second; in FilterOption() local
|
| D | lexical_env_specialization_pass.cpp | 207 ChunkVector<GateRef> vec(chunk_); in HasNotdomStLexVarOrCall() local
|
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| D | struct_field_test.cpp | 54 std::vector<int32_t> vec(5U); in TEST_F() local
|
| /arkcompiler/ets_runtime/tools/ap_file_viewer/native/include/ |
| D | prof_convert_json.h | 99 cJSON* HandleVariantVector(const ProfileType::VariantVector& vec) const in HandleVariantVector()
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | arena_allocator_test.cpp | 205 ArenaVector<unsigned> vec(aa.Adapter()); variable 228 ArenaVector<ComplexClass> vec(aa.Adapter()); variable
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | commonUtil.cpp | 40 std::string GetStringByVectorElementsWithDelimiter(const std::vector<std::string> &vec, const char … in GetStringByVectorElementsWithDelimiter()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_path_helper.cpp | 303 CVector<CString> vec; in ParseUrl() local 338 CVector<CString> vec; in ParsePrefixBundle() local 436 CVector<CString> vec; in FindOhpmEntryPoint() local 486 CVector<CString> vec; in FindPackageInTopLevelWithNamespace() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | stack_like_allocator_test.cpp | 147 std::vector<std::pair<void *, size_t>> vec; in TEST_F() local
|
| D | frame_allocator_test.cpp | 134 std::vector<std::pair<void *, size_t>> vec; in CycledAllocateFreeForHugeFramesTest() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | intrinsics_lowering.cpp | 148 llvm::Value *vec = llvm::UndefValue::get(type); in HandleCall() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | bytecode_analysis_results.cpp | 45 auto &vec = local_export_slot_external_names_.emplace_back(); in SetLocalExportInfo() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | arena_allocator_test.cpp | 225 ArenaVector<unsigned> vec(aa.Adapter()); in TEST_F() local 248 ArenaVector<ComplexClass> vec(aa.Adapter()); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/verification/type/ |
| D | type_type.cpp | 761 PandaVector<Type> vec; in GetArrayElementType() local 776 PandaVector<Type> vec; in GetArrayElementType() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_vector_test.cpp | 443 JSHandle<JSAPIVector> vec = CreateJSAPIVector(); in HWTEST_F_L0() local 564 JSTaggedValue vec = ContainersVector::Clone(callInfo); in HWTEST_F_L0() local 747 JSTaggedValue vec = ContainersVector::SubVector(callInfo); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_task.cpp | 224 std::vector<uint8> vec(len); in DumpJitCode() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/bridges/lib/ |
| D | EtsNapiTests.cpp | 43 std::vector<ValueType> vec; in EtsArrToVec() local 1066 auto vec = EtsArrToVec<ets_byte>(buf, len); in ETS_EtsNapiTests_printByteArr() local 1080 auto vec = EtsArrToVec<ets_char>(buf, len); in ETS_EtsNapiTests_printCharArr() local 1094 auto vec = EtsArrToVec<ets_short>(buf, len); in ETS_EtsNapiTests_printShortArr() local 1108 auto vec = EtsArrToVec<ets_int>(buf, len); in ETS_EtsNapiTests_printIntArr() local 1122 auto vec = EtsArrToVec<ets_long>(buf, len); in ETS_EtsNapiTests_printLongArr() local 1136 auto vec = EtsArrToVec<ets_float>(buf, len); in ETS_EtsNapiTests_printFloatArr() local 1150 auto vec = EtsArrToVec<ets_double>(buf, len); in ETS_EtsNapiTests_printDoubleArr() local 1164 auto vec = EtsArrToVec<ets_boolean>(buf, len); in ETS_EtsNapiTests_printBoolArr() local
|
| /arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
| D | aot_builder.cpp | 139 … [](size_t sum, const auto &vec) { return vec.GetContainerSizeInBytes() + sum; }); in FillHeader()
|