| /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_frontend/ets2panda/util/ |
| D | diagnosticEngine.cpp | 53 for (const auto &vec : diagnostics_) { in GetAllDiagnostic() local 59 for (auto &vec : diagnostics_) { in GetAllDiagnostic() local 70 for (const auto &vec : diagnostics_) { in GetErrorDiagnostic() local 78 for (const auto &vec : diagnostics_) { in GetErrorDiagnostic() local 107 for (auto &vec : diagnostics_) { in FlushDiagnostic() local
|
| /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 JSThread *thread, 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()
|
| /arkcompiler/ets_frontend/ets2panda/lsp/include/ |
| D | references.h | 31 void RemoveDuplicates(std::vector<T> &vec, Compare comp) in RemoveDuplicates()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_snapshot.cpp | 278 auto& vec = data->regionRemainSizeVectors_[i]; in ReadDataFromFile() local 343 for (const auto& vec : data->regionRemainSizeVectors_) { in WriteDataToFile() local 449 for (const auto& vec : data->regionRemainSizeVectors_) { in WriteDataToFile() local
|
| D | module_path_helper.cpp | 301 CVector<CString> vec; in ParseUrl() local 336 CVector<CString> vec; in ParsePrefixBundle() local 434 CVector<CString> vec; in FindOhpmEntryPoint() local 484 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 | 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 | 86 std::vector<std::string> vec {}; in SplitString() local 410 std::vector<std::string> vec = it->second; in FilterOption() local
|
| D | ts_inline_lowering.cpp | 287 std::vector<GateRef> vec; in ReplaceCallInput() local 323 std::vector<GateRef> vec; in ReplaceAccessorInput() local 843 std::vector<GateRef> vec; in ReplaceSuperCallInput() 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/taihe/test/ani_test/author/src/ |
| D | ani_test.impl.cpp | 126 std::vector<Foo> vec; in makeFoo() 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
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | commonUtil.cpp | 40 std::string GetStringByVectorElementsWithDelimiter(const std::vector<std::string> &vec, const char … in GetStringByVectorElementsWithDelimiter()
|
| /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/static_core/runtime/tests/ |
| D | stack_like_allocator_test.cpp | 154 std::vector<std::pair<void *, size_t>> vec; in TEST_F() 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/ets_runtime/ecmascript/dfx/hprof/ |
| D | rawheap_dump.cpp | 400 auto vec = strIdMapObjVec_.find(strId); in UpdateStringTable() local 523 auto vec = strIdMapObjVec_.find(strId); in UpdateStringTable() 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 | 444 JSHandle<JSAPIVector> vec = CreateJSAPIVector(); in HWTEST_F_L0() local 565 JSTaggedValue vec = ContainersVector::Clone(callInfo); in HWTEST_F_L0() local 748 JSTaggedValue vec = ContainersVector::SubVector(callInfo); in HWTEST_F_L0() local
|