| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| H A D | set_operations_property_test.cpp | 52 RC_GTEST_PROP(OperationsOverSets0, ConversionToSet, (std::vector<int> && vec)) in RC_GTEST_PROP() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | weak_vector.cpp | 67 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 D | vtable.h | 45 explicit Tuple(const CVector<JSHandle<JSTaggedValue>> &vec) : items_(std::move(vec)) {} in Tuple() argument
|
| H A D | vtable.cpp | 51 CVector<JSHandle<JSTaggedValue>> vec; in GetTuple() local
|
| H A D | js_stable_array.cpp | 449 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 D | shared_object_factory.cpp | 421 NewSJsonFixedArray(size_t start, size_t length, const std::vector<JSHandle<JSTaggedValue>> &vec) NewSJsonFixedArray() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | stack_like_allocator_test.cpp | 147 std::vector<std::pair<void *, size_t>> vec; in TEST_F() local
|
| H A D | frame_allocator_test.cpp | 134 std::vector<std::pair<void *, size_t>> vec; in CycledAllocateFreeForHugeFramesTest() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| H A D | bytecode_analysis_results.cpp | 47 auto &vec = local_export_slot_external_names_.emplace_back(); in SetLocalExportInfo() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| H A D | intrinsics_lowering.cpp | 148 llvm::Value *vec = llvm::UndefValue::get(type); in HandleCall() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_regexp_test.cpp | 588 CVector<CString> vec; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| H A 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/test/fuzztest/containersvectorcommon_fuzzer/ |
| H A D | containersvectorcommon_fuzzer.h | 545 JSHandle<JSAPIVector> vec = CreateJSAPIVector(thread);
in ContainersVectorForEachFuzzTest() local
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| H A D | es2panda_lib.cpp | 586 auto *vec = allocator->New<ArenaVector<ExternalSourceEntry *>>(allocator->Adapter()); in ProgramExternalSources() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| H A D | options.cpp | 68 std::vector<std::string> vec = SplitToStringVector(str); in SplitToStringSet() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/tests/ |
| H A D | js_stackinfo_test.cpp | 250 CVector<MethodInfo> vec = { in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | heap-inl.h | 1025 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 D | js_typed_array_test.cpp | 1297 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 D | type_type.cpp | 761 PandaVector<Type> vec; in GetArrayElementType() local 776 PandaVector<Type> vec; in GetArrayElementType() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | aot_compiler_preprocessor.cpp | 415 std::vector<std::string> vec = it->second; in FilterOption() local
|
| H A D | ts_inline_lowering.cpp | 274 std::vector<GateRef> vec; in ReplaceCallInput() local 310 std::vector<GateRef> vec; in ReplaceAccessorInput() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| H A D | js_stackinfo.cpp | 553 std::optional<CodeInfo> JSStackTrace::TranslateByteCodePc(uintptr_t realPc, const CVector<MethodInfo> &vec) in TranslateByteCodePc() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | module_path_helper.cpp | 302 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 D | typed_array_helper.cpp | 356 CVector<JSHandle<JSTaggedValue>> vec; in CreateFromOrdinaryObject() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_shared_typedarray.cpp | 181 CVector<JSHandle<JSTaggedValue>> vec; in From() local 790 CVector<JSHandle<EcmaString>> vec; in Join() local
|