Home
last modified time | relevance | path

Searched defs:vec (Results 1 - 25 of 34) sorted by relevance

12

/arkcompiler/runtime_core/static_core/verification/util/tests/
H A Dset_operations_property_test.cpp52 RC_GTEST_PROP(OperationsOverSets0, ConversionToSet, (std::vector<int> && vec)) in RC_GTEST_PROP() argument
/arkcompiler/ets_runtime/ecmascript/
H A Dweak_vector.cpp67 JSHandle<WeakVector> WeakVector::Append(const JSThread *thread, const JSHandle<WeakVector> &vec, in Append() argument
79 JSHandle<WeakVector> WeakVector::FillOrAppend(const JSThread *thread, const JSHandle<WeakVector> &vec, in FillOrAppend() argument
99 AppendToFullVec(const JSThread *thread, const JSHandle<WeakVector> &vec, const JSHandle<JSTaggedValue> &value, ElementType type) AppendToFullVec() argument
122 Copy(const JSThread *thread, const JSHandle<WeakVector> &vec, bool needExtend) Copy() argument
136 CheckHole(const JSHandle<WeakVector> &vec) CheckHole() argument
[all...]
H A Dvtable.h45 explicit Tuple(const CVector<JSHandle<JSTaggedValue>> &vec) : items_(std::move(vec)) {} in Tuple() argument
H A Dvtable.cpp51 CVector<JSHandle<JSTaggedValue>> vec; in GetTuple() local
H A Djs_stable_array.cpp449 JoinUseTreeString(const JSThread* thread, const JSHandle<JSTaggedValue> receiverValue, const JSHandle<EcmaString> sepStringHandle, const int sep, CVector<JSHandle<EcmaString>>& vec) JoinUseTreeString() argument
518 CVector<JSHandle<EcmaString>> vec; Join() local
[all...]
H A Dshared_object_factory.cpp421 NewSJsonFixedArray(size_t start, size_t length, const std::vector<JSHandle<JSTaggedValue>> &vec) NewSJsonFixedArray() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dstack_like_allocator_test.cpp147 std::vector<std::pair<void *, size_t>> vec; in TEST_F() local
H A Dframe_allocator_test.cpp134 std::vector<std::pair<void *, size_t>> vec; in CycledAllocateFreeForHugeFramesTest() local
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dbytecode_analysis_results.cpp47 auto &vec = local_export_slot_external_names_.emplace_back(); in SetLocalExportInfo() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dintrinsics_lowering.cpp148 llvm::Value *vec = llvm::UndefValue::get(type); in HandleCall() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_regexp_test.cpp588 CVector<CString> vec; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
H A 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/test/fuzztest/containersvectorcommon_fuzzer/
H A Dcontainersvectorcommon_fuzzer.h545 JSHandle<JSAPIVector> vec = CreateJSAPIVector(thread); in ContainersVectorForEachFuzzTest() local
/arkcompiler/ets_frontend/ets2panda/public/
H A Des2panda_lib.cpp586 auto *vec = allocator->New<ArenaVector<ExternalSourceEntry *>>(allocator->Adapter()); in ProgramExternalSources() local
/arkcompiler/ets_frontend/ets2panda/util/
H A Doptions.cpp68 std::vector<std::string> vec = SplitToStringVector(str); in SplitToStringSet() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/tests/
H A Djs_stackinfo_test.cpp250 CVector<MethodInfo> vec = { in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap-inl.h1025 static void SwapBackAndPop(CVector<JSNativePointer*>& vec, CVector<JSNativePointer*>::iterator& iter) in SwapBackAndPop() argument
1036 static void ShrinkWithFactor(CVector<JSNativePointer*>& vec) in ShrinkWithFactor() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_typed_array_test.cpp1297 CVector<JSTaggedValue> vec = {}; in HWTEST_F_L0() local
1326 CVector<OperationResult> vec = {}; in HWTEST_F_L0() local
1354 CVector<JSTaggedValue> vec = {}; in HWTEST_F_L0() local
[all...]
/arkcompiler/runtime_core/static_core/verification/type/
H A Dtype_type.cpp761 PandaVector<Type> vec; in GetArrayElementType() local
776 PandaVector<Type> vec; in GetArrayElementType() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daot_compiler_preprocessor.cpp415 std::vector<std::string> vec = it->second; in FilterOption() local
H A Dts_inline_lowering.cpp274 std::vector<GateRef> vec; in ReplaceCallInput() local
310 std::vector<GateRef> vec; in ReplaceAccessorInput() local
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.cpp553 std::optional<CodeInfo> JSStackTrace::TranslateByteCodePc(uintptr_t realPc, const CVector<MethodInfo> &vec) in TranslateByteCodePc() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_path_helper.cpp302 CVector<CString> vec; in ParseUrl() local
337 CVector<CString> vec; in ParsePrefixBundle() local
461 CVector<CString> vec; FindOhpmEntryPoint() local
507 CVector<CString> vec; FindPackageInTopLevelWithNamespace() local
[all...]
/arkcompiler/ets_runtime/ecmascript/base/
H A Dtyped_array_helper.cpp356 CVector<JSHandle<JSTaggedValue>> vec; in CreateFromOrdinaryObject() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_shared_typedarray.cpp181 CVector<JSHandle<JSTaggedValue>> vec; in From() local
790 CVector<JSHandle<EcmaString>> vec; in Join() local

Completed in 31 milliseconds

12