Home
last modified time | relevance | path

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

123

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Darray_native_test.cpp96 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/
Dweak_vector.cpp67 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()
Dvtable.cpp45 CVector<JSHandle<JSTaggedValue>> vec {name, type, owner, offset}; in CreateTuple() local
51 CVector<JSHandle<JSTaggedValue>> vec; in GetTuple() local
Dvtable.h45 explicit Tuple(const CVector<JSHandle<JSTaggedValue>> &vec) : items_(std::move(vec)) {} in Tuple()
Ddump.cpp3853 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/
Dcontainer_vector.js45 let vec = vector.clone(); variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.cpp78 std::vector<std::string> vec {}; in SplitString() local
Dcompiler_log.cpp68 std::vector<std::string> vec {}; in spiltString() local
Daot_compiler_preprocessor.cpp84 std::vector<std::string> vec {}; in SplitString() local
412 std::vector<std::string> vec = it->second; in FilterOption() local
Dlexical_env_specialization_pass.cpp207 ChunkVector<GateRef> vec(chunk_); in HasNotdomStLexVarOrCall() local
/arkcompiler/runtime_core/static_core/verification/util/tests/
Dstruct_field_test.cpp54 std::vector<int32_t> vec(5U); in TEST_F() local
/arkcompiler/ets_runtime/tools/ap_file_viewer/native/include/
Dprof_convert_json.h99 cJSON* HandleVariantVector(const ProfileType::VariantVector& vec) const in HandleVariantVector()
/arkcompiler/runtime_core/libpandabase/tests/
Darena_allocator_test.cpp205 ArenaVector<unsigned> vec(aa.Adapter()); variable
228 ArenaVector<ComplexClass> vec(aa.Adapter()); variable
/arkcompiler/ets_frontend/es2panda/util/
DcommonUtil.cpp40 std::string GetStringByVectorElementsWithDelimiter(const std::vector<std::string> &vec, const char … in GetStringByVectorElementsWithDelimiter()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp303 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/
Dstack_like_allocator_test.cpp147 std::vector<std::pair<void *, size_t>> vec; in TEST_F() local
Dframe_allocator_test.cpp134 std::vector<std::pair<void *, size_t>> vec; in CycledAllocateFreeForHugeFramesTest() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dintrinsics_lowering.cpp148 llvm::Value *vec = llvm::UndefValue::get(type); in HandleCall() local
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_analysis_results.cpp45 auto &vec = local_export_slot_external_names_.emplace_back(); in SetLocalExportInfo() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Darena_allocator_test.cpp225 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/
Dtype_type.cpp761 PandaVector<Type> vec; in GetArrayElementType() local
776 PandaVector<Type> vec; in GetArrayElementType() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_vector_test.cpp443 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/
Djit_task.cpp224 std::vector<uint8> vec(len); in DumpJitCode() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/bridges/lib/
DEtsNapiTests.cpp43 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/
Daot_builder.cpp139 … [](size_t sum, const auto &vec) { return vec.GetContainerSizeInBytes() + sum; }); in FillHeader()

123