/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
H A D | cpu_affinity.cpp | 61 CpuSetType *CpuSet::GetData() in GetData() function in ark::os::CpuSet 66 const CpuSetType *CpuSet::GetData() const in GetData() function in ark::os::CpuSet 73 return CPU_EQUAL(&cpuset_, other.GetData()); in operator ==() 84 CPU_AND(result.GetData(), lhs.GetData(), rhs.GetData()); in And() 90 CPU_OR(result.GetData(), lhs.GetData(), rhs.GetData()); in Or() 96 CPU_XOR(result.GetData(), lh in Xor() [all...] |
/arkcompiler/ets_runtime/ecmascript/ |
H A D | tagged_array-inl.h | 31 Barriers::SetObject<true>(thread, GetData(), offset, value.GetRawData()); in Set() 33 Barriers::SetPrimitive<JSTaggedType>(GetData(), offset, value.GetRawData()); in Set() 38 Barriers::SetObject<true>(thread, GetData(), offset, taggedValue.GetRawData()); in Set() 40 Barriers::SetPrimitive<JSTaggedType>(GetData(), offset, taggedValue.GetRawData()); in Set() 62 return JSTaggedValue(Barriers::GetValue<JSTaggedType>(GetData(), offset)); 75 JSTaggedValue* to = reinterpret_cast<JSTaggedValue*>(ToUintPtr(GetData()) + taggedTypeSize * dstStart); 76 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData()) + taggedTypeSize * srcStart);
|
H A D | element_accessor-inl.h | 53 Barriers::SetObject<true>(thread, elements->GetData(), offset, convertedValue); in Set() 55 Barriers::SetPrimitive<JSTaggedType>(elements->GetData(), offset, convertedValue); in Set() 68 Barriers::SetPrimitive<JSTaggedType>(elements->GetData(), offset, in FastSet() 74 Barriers::SetPrimitive<JSTaggedType>(elements->GetData(), offset, in FastSet() 77 Barriers::SetPrimitive<JSTaggedType>(elements->GetData(), offset, in FastSet() 83 Barriers::SetObject<true>(thread, elements->GetData(), offset, rawValue.GetRawData()); in FastSet() 85 Barriers::SetPrimitive<JSTaggedType>(elements->GetData(), offset, rawValue.GetRawData()); in FastSet()
|
H A D | byte_array.cpp | 23 void *pointer = GetData(); in Set() 31 void *pointer = GetData(); in Get()
|
H A D | element_accessor.cpp | 34 JSTaggedType rawValue = Barriers::GetValue<JSTaggedType>(elements->GetData(), offset); in Get() 50 JSTaggedType rawValue = Barriers::GetValue<JSTaggedType>(elements->GetData(), offset); in Get() 59 JSTaggedType rawValue = Barriers::GetValue<JSTaggedType>(elements->GetData(), offset); in FastGet()
|
H A D | js_native_pointer.cpp | 47 deleter(env, externalPointer, GetData()); in DeleteExternalPointer()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | barrier_test.cpp | 50 JSTaggedValue* to = reinterpret_cast<JSTaggedValue*>(ToUintPtr(dstArray->GetData())); in HWTEST_F_L0() 51 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); in HWTEST_F_L0() 93 JSTaggedValue* to = reinterpret_cast<JSTaggedValue*>(ToUintPtr(dstArray->GetData())); in HWTEST_F_L0() 94 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); in HWTEST_F_L0() 112 JSTaggedValue* to2 = reinterpret_cast<JSTaggedValue*>(ToUintPtr(dstArray2->GetData())); in HWTEST_F_L0() 113 JSTaggedValue* from2 = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); in HWTEST_F_L0() 147 JSTaggedValue* to = reinterpret_cast<JSTaggedValue*>(ToUintPtr(dstArray->GetData())); in HWTEST_F_L0() 148 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); in HWTEST_F_L0() 153 LocalToShareSlot.insert(ToUintPtr(dstArray->GetData() + i)); in HWTEST_F_L0() 163 EXPECT_GE(ToUintPtr(mem), ToUintPtr(dstArray->GetData())); in HWTEST_F_L0() [all...] |
H A D | byte_array_test.cpp | 30 * @tc.name: ComputeSize / GetData 42 EXPECT_EQ(byteArray->GetData(2), reinterpret_cast<void *>(dataPointer)); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | profile_type_info.h | 179 Barriers::SetPrimitive<JSTaggedType>(GetData(), offset, JSTaggedValue::Hole().GetRawData()); in SetPrimitiveOfSlot() 181 Barriers::SetPrimitive<JSTaggedType>(GetData(), offset, initValue.GetRawData()); in SetPrimitiveOfSlot() 202 GetData(), GetIcSlotLength() * JSTaggedValue::TaggedTypeSize(), in InitializeExtraInfoMap() 210 GetData(), (GetIcSlotLength() + 1) * JSTaggedValue::TaggedTypeSize(), in InitializeJitOsr() 248 return JSTaggedValue(Barriers::GetValue<JSTaggedType>(GetData(), GetExtraInfoMapOffset())); in GetExtraInfoMap() 253 Barriers::SetObject<true>(thread, GetData(), GetExtraInfoMapOffset(), in SetExtraInfoMap() 259 return Barriers::GetValue<uint16_t>(GetData(), GetJitHotnessThresholdBitfieldOffset()); in GetJitHotnessThreshold() 264 Barriers::SetPrimitive(GetData(), GetJitHotnessThresholdBitfieldOffset(), count); in SetJitHotnessThreshold() 269 return Barriers::GetValue<uint16_t>(GetData(), GetOsrHotnessThresholdBitfieldOffset()); in GetOsrHotnessThreshold() 274 Barriers::SetPrimitive(GetData(), GetOsrHotnessThresholdBitfieldOffse in SetOsrHotnessThreshold() [all...] |
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
H A D | escompat_ArrayBuffer.cpp | 50 if (UNLIKELY(buf->GetData() == nullptr)) { in EtsArrayBufferFrom() 53 std::copy_n(array->GetData<EtsByte>(), byteLength, buf->GetData()->GetData<EtsByte>()); in EtsArrayBufferFrom()
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
H A D | aot_file_manager.h | 96 Barriers::SetPrimitive(GetData(), GetIhcOffset(), value.GetRawData()); in SetIhc() 101 return JSTaggedValue(Barriers::GetValue<JSTaggedType>(GetData(), GetIhcOffset())); in GetIhc() 106 Barriers::SetPrimitive(GetData(), GetChcOffset(), value.GetRawData()); in SetChc() 111 return JSTaggedValue(Barriers::GetValue<JSTaggedType>(GetData(), GetChcOffset())); in GetChc() 116 Barriers::SetPrimitive(GetData(), GetLiteralTypeOffset(), value.GetRawData()); in SetLiteralType() 121 return JSTaggedValue(Barriers::GetValue<JSTaggedType>(GetData(), GetLiteralTypeOffset())).GetInt(); in GetLiteralType()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
H A D | js_value.h | 130 return GetData<bool>(); in GetBoolean() 136 return GetData<double>(); in GetNumber() 142 return GetData<std::pair<SmallVector<uint64_t, 4U>, int> *>(); in GetBigInt() 148 return JSValueStringStorage::CachedEntry(GetData<std::string const *>()); in GetString() 194 std::enable_if_t<std::is_trivially_copyable_v<T> && std::is_trivially_constructible_v<T>, T> GetData() const in GetData() function in ark::ets::interop::js::JSValue 230 return GetData<napi_ref>(); in GetNapiRef()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | program_object.h | 265 Barriers::SetPrimitive(GetData(), GetUnsharedConstpoolIndexOffset(), index); in SetUnsharedConstpoolIndex() 270 return Barriers::GetValue<JSTaggedValue>(GetData(), GetUnsharedConstpoolIndexOffset()).GetInt(); in GetUnsharedConstpoolIndex() 275 Barriers::SetPrimitive(GetData(), GetSharedConstpoolIdOffset(), index); in SetSharedConstpoolId() 280 return Barriers::GetValue<JSTaggedValue>(GetData(), GetSharedConstpoolIdOffset()); in GetSharedConstpoolId() 307 Barriers::SetPrimitive(GetData(), GetIndexHeaderOffset(), indexHeader); in SetIndexHeader() 312 return Barriers::GetValue<panda_file::File::IndexHeader *>(GetData(), GetIndexHeaderOffset()); in GetIndexHeader() 329 Barriers::SetPrimitive<JSTaggedType>(GetData(), offset, initValue.GetRawData()); in InitializeWithSpecialValue() 355 Barriers::SetPrimitive(GetData(), GetJSPandaFileOffset(), jsPandaFile); in SetJSPandaFile() 360 return Barriers::GetValue<JSPandaFile *>(GetData(), GetJSPandaFileOffset()); in GetJSPandaFile() 379 return JSTaggedValue(Barriers::GetValue<JSTaggedType>(GetData(), GetConstantIndexInfoOffse in GetConstantIndexInfo() [all...] |
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
H A D | ets_array.h | 52 T *GetData() in GetData() function in ark::ets::EtsArray 54 return reinterpret_cast<T *>(GetCoreType()->GetData()); in GetData() 174 Span<uint8_t> srcSpan(GetData<uint8_t>(), count); in CopyDataTo() 175 Span<uint8_t> dstSpan(dst->GetData<uint8_t>(), count); in CopyDataTo() 287 EtsTypedObjectArray<ElementType> *GetData() in GetData() function in ark::ets::EtsArrayObject
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/mem/items_pool/ |
H A D | test_items_pool.cpp | 34 static PaddedItem *GetData(const std::unique_ptr<Pool> &pool) in GetData() function in ark::ets::interop::js::ets_proxy::testing::ItemsPoolTest 63 static ItemsPoolTest::PaddedItem *GetData(const T &pool) in GetData() function 65 return ItemsPoolTest::GetData(pool); in GetData() 85 auto data = GetData(pool); in TEST_F() 116 auto data = GetData(pool); in TEST_F() 291 auto data = GetData(pool); in TEST_F() 402 auto data = GetData(pool); in TEST_F()
|
/arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
H A D | pt_property.h | 25 void *GetData() const in GetData() function in ark::tooling::PtProperty
|
H A D | pt_value.h | 27 uint64_t GetData() const in GetData() function in ark::tooling::PtValueMeta
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | intrinsics.cpp | 407 auto data = reinterpret_cast<uint8_t *>(ark::coretypes::Array::Cast(array)->GetData()); in Memset8() 414 auto data = reinterpret_cast<uint16_t *>(ark::coretypes::Array::Cast(array)->GetData()); in Memset16() 421 auto data = reinterpret_cast<uint32_t *>(ark::coretypes::Array::Cast(array)->GetData()); in Memset32() 428 auto data = reinterpret_cast<uint64_t *>(ark::coretypes::Array::Cast(array)->GetData()); in Memset64() 434 auto data = reinterpret_cast<float *>(ark::coretypes::Array::Cast(array)->GetData()); in Memsetf32() 441 auto data = reinterpret_cast<double *>(ark::coretypes::Array::Cast(array)->GetData()); in Memsetf64()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
H A D | pool_template.h | 71 if (entry.second.GetData() == value) { in GetEntryId() 91 if (JSPandaFile::GetNormalizedFileDesc(entry.second.GetData()) == value) { in GetEntryIdByNormalizedName() 115 TryAdd(entry.second.GetData(), newId); in Merge() 170 abcPool.insert(std::make_pair(DumpJsonUtils::ABC_FILE, entry.second.GetData())); in ProcessToJson()
|
H A D | pgo_profile_type_pool.h | 60 const ProfileType &GetData() const in GetData() function in panda::ecmascript::pgo::PGOProfileTypePool::Entry 169 valueToId[entry.second.GetData()] = entry.first; in Remap()
|
/arkcompiler/runtime_core/static_core/static_linker/ |
H A D | linker_context_misc.cpp | 90 o << "." << name->GetData(); in ReprMethod() 160 o << a.GetName()->GetData() << "="; in ReprAnnotationItem() 169 auto view = std::string_view(str->GetData()); in ReprStringItem() 194 o << "." << j->GetNameItem()->GetData(); in ReprFieldItem()
|
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
H A D | cpu_affinity.cpp | 66 CpuSetType *CpuSet::GetData() in GetData() function in ark::os::CpuSet 71 const CpuSetType *CpuSet::GetData() const in GetData() function in ark::os::CpuSet
|
/arkcompiler/runtime_core/static_core/libpandabase/os/ |
H A D | cpu_affinity.h | 85 [[nodiscard]] CpuSetType *GetData(); 86 [[nodiscard]] const CpuSetType *GetData() const;
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | pgo.cpp | 26 identity = static_cast<ClassItem *>(item.get())->GetNameItem()->GetData(); in GetNameInfo() 32 identity = static_cast<StringItem *>(item.get())->GetData(); in GetNameInfo()
|
/arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedgetdata_fuzzer/ |
H A D | baseptspausedgetdata_fuzzer.cpp | 38 paused.GetData(); in BasePtsPausedGetDataFuzzTest()
|