| /arkcompiler/toolchain/tooling/base/ |
| D | pt_returns.cpp | 21 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 30 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 47 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 63 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 77 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 93 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 105 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 121 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 137 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 148 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local [all …]
|
| D | pt_events.cpp | 21 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 35 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 67 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 78 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 92 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 118 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 159 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 203 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 216 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 236 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | const_folding_test.cpp | 40 void CmpTest(T l, T r, int64_t result, DataType::Type srcType, bool fcmpg = false) in CmpTest() 95 …CheckCompareEqualInputs(DataType::Type paramType, ConditionCode cc, std::optional<uint64_t> result) in CheckCompareEqualInputs() 118 ConditionCode cc, uint64_t result) in CheckCompareLoadImmediate() 154 int result = 1U; in TEST_F() local 173 int32_t result = -1L; in TEST_F() local 193 int32_t result = -1L; in TEST_F() local 212 float result = -12.0F; in TEST_F() local 231 double result = -12.0_D; in TEST_F() local 250 int64_t result = 1U; in TEST_F() local 270 int64_t result = 1U; in TEST_F() local [all …]
|
| D | move_constants_test.cpp | 88 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 163 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 260 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 333 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 408 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 469 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 572 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 629 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 694 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 723 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local
|
| D | reg_alloc_verifier_test.cpp | 58 auto result = GetGraph()->RunPass<RegAllocLinearScan>(); in TEST_F() local 97 auto result = GetGraph()->RunPass<RegAllocLinearScan>(); in TEST_F() local 133 auto result = GetGraph()->RunPass<RegAllocLinearScan>(); in TEST_F() local 163 auto result = GetGraph()->RunPass<RegAllocLinearScan>(); in TEST_F() local 191 auto result = GetGraph()->RunPass<RegAllocLinearScan>(); in TEST_F() local 213 auto result = GetGraph()->RunPass<RegAllocLinearScan>(); in TEST_F() local 239 auto result = GetGraph()->RunPass<RegAllocLinearScan>(); in TEST_F() local 264 auto result = GetGraph()->RunPass<RegAllocLinearScan>(); in TEST_F() local 320 auto result = GetGraph()->RunPass<RegAllocLinearScan>(); in TEST_F() local 409 auto result = GetGraph()->RunPass<RegAllocLinearScan>(); in TEST_F() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_math_test.cpp | 62 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 77 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 92 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 107 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 124 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 140 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 156 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 172 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 188 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 204 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local [all …]
|
| D | builtins_atomics_test.cpp | 79 JSTaggedValue result = TypedArray::Int8ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArray() local 94 JSTaggedValue result = JSTaggedValue::Hole(); in CreateTypedArray() local 215 …JSTaggedValue result = BuiltinsSharedArrayBuffer::SharedArrayBufferConstructor(ecmaRuntimeCallInfo… in CreateSharedArrayBuffer() local 234 JSTaggedValue result = TypedArray::Int32ArrayConstructor(ecmaRuntimeCallInfo1); in CreateInt32TypedArray() local 260 JSTaggedValue result = BuiltinsAtomics::Add(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 280 JSTaggedValue result = BuiltinsAtomics::Add(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 301 JSTaggedValue result = BuiltinsAtomics::Add(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 359 JSTaggedValue result = BuiltinsAtomics::Add(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 383 JSTaggedValue result = BuiltinsAtomics::And(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 418 JSTaggedValue result = BuiltinsAtomics::CompareExchange(ecmaRuntimeCallInfo); in HWTEST_F_L0() local [all …]
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | move_constants_test.cpp | 88 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 163 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 260 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 333 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 408 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 469 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 572 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 629 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 694 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 723 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_treeset_test.cpp | 84 int result = EcmaStringAccessor::Compare(thread->GetEcmaVM(), xHandle, yHandle); in TestCompareFunction() local 128 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializeTreeSetConstructor() local 145 JSTaggedValue result = ContainersTreeSet::TreeSetConstructor(objCallInfo); in CreateJSAPITreeSet() local 165 JSTaggedValue result = ContainersTreeSet::TreeSetConstructor(objCallInfo); in HWTEST_F_L0() local 195 JSTaggedValue result = ContainersTreeSet::Add(callInfo); in HWTEST_F_L0() local 216 JSTaggedValue result = ContainersTreeSet::Add(callInfo); in HWTEST_F_L0() local 230 JSTaggedValue result = ContainersTreeSet::Has(callInfo); in HWTEST_F_L0() local 244 JSTaggedValue result = ContainersTreeSet::Has(callInfo); in HWTEST_F_L0() local 263 JSTaggedValue result = ContainersTreeSet::Add(callInfo); in HWTEST_F_L0() local 289 JSTaggedValue result = ContainersTreeSet::Has(callInfo); in HWTEST_F_L0() local [all …]
|
| D | containers_plainarray_test.cpp | 92 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializePlainArrayConstructor() local 108 JSTaggedValue result = ContainersPlainArray::PlainArrayConstructor(objCallInfo); in CreateJSAPIPlainArray() local 124 JSTaggedValue result = ContainersPlainArray::Add(callInfo); in PlainArrayAdd() local 140 JSTaggedValue result = ContainersPlainArray::RemoveRangeFrom(callInfo); in PlainArrayRemoveRangeFrom() local 157 JSTaggedValue result = ContainersPlainArray::PlainArrayConstructor(objCallInfo); in HWTEST_F_L0() local 187 JSTaggedValue result = ContainersPlainArray::Add(callInfo); in HWTEST_F_L0() local 202 JSTaggedValue result = ContainersPlainArray::Has(callInfo); in HWTEST_F_L0() local 226 JSTaggedValue result = ContainersPlainArray::Add(callInfo); in HWTEST_F_L0() local 244 JSTaggedValue result = ContainersPlainArray::Get(callInfo); in HWTEST_F_L0() local 263 JSTaggedValue result = ContainersPlainArray::Add(callInfo); in HWTEST_F_L0() local [all …]
|
| D | containers_vector_test.cpp | 71 JSTaggedValue result = elements->Get(key->GetInt()); in TestForEachFunc() local 110 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializeVectorConstructor() local 127 JSTaggedValue result = ContainersVector::VectorConstructor(objCallInfo); in CreateJSAPIVector() local 147 JSTaggedValue result = ContainersVector::VectorConstructor(objCallInfo); in HWTEST_F_L0() local 175 JSTaggedValue result = ContainersVector::Add(callInfo); in HWTEST_F_L0() local 196 JSTaggedValue result = ContainersVector::Add(callInfo); in HWTEST_F_L0() local 224 JSTaggedValue result = ContainersVector::Has(callInfo); in HWTEST_F_L0() local 238 JSTaggedValue result = ContainersVector::Has(callInfo); in HWTEST_F_L0() local 256 JSTaggedValue result = ContainersVector::Add(callInfo); in HWTEST_F_L0() local 275 JSTaggedValue result = ContainersVector::GetIndexOf(callInfo); in HWTEST_F_L0() local [all …]
|
| D | containers_treemap_test.cpp | 87 int result = EcmaStringAccessor::Compare(thread->GetEcmaVM(), xHandle, yHandle); in TestCompareFunction() local 131 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializeTreeMapConstructor() local 148 JSTaggedValue result = ContainersTreeMap::TreeMapConstructor(objCallInfo); in CreateJSAPITreeMap() local 169 JSTaggedValue result = ContainersTreeMap::TreeMapConstructor(objCallInfo); in HWTEST_F_L0() local 200 JSTaggedValue result = ContainersTreeMap::Set(callInfo); in HWTEST_F_L0() local 224 JSTaggedValue result = ContainersTreeMap::Set(callInfo); in HWTEST_F_L0() local 237 JSTaggedValue result = ContainersTreeMap::Get(callInfo); in HWTEST_F_L0() local 253 JSTaggedValue result = ContainersTreeMap::Get(callInfo); in HWTEST_F_L0() local 273 JSTaggedValue result = ContainersTreeMap::Set(callInfo); in HWTEST_F_L0() local 299 JSTaggedValue result = ContainersTreeMap::Get(callInfo); in HWTEST_F_L0() local [all …]
|
| D | containers_lightweightset_test.cpp | 88 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializeLightWeightSetConstructor() local 104 JSTaggedValue result = ContainersLightWeightSet::LightWeightSetConstructor(objCallInfo); in CreateJSAPILightWeightSet() local 122 JSTaggedValue result = ContainersLightWeightSet::LightWeightSetConstructor(objCallInfo); in HWTEST_F_L0() local 150 JSTaggedValue result = ContainersLightWeightSet::Add(callInfo); in HWTEST_F_L0() local 170 JSTaggedValue result = ContainersLightWeightSet::Add(callInfo); in HWTEST_F_L0() local 191 JSTaggedValue result = ContainersLightWeightSet::Add(callInfo); in HWTEST_F_L0() local 208 JSTaggedValue result = ContainersLightWeightSet::Add(callInfo); in HWTEST_F_L0() local 223 JSTaggedValue result = ContainersLightWeightSet::AddAll(callInfo); in HWTEST_F_L0() local 244 JSTaggedValue result = ContainersLightWeightSet::Add(callInfo); in HWTEST_F_L0() local 261 JSTaggedValue result = ContainersLightWeightSet::Add(callInfo); in HWTEST_F_L0() local [all …]
|
| D | containers_hashmap_test.cpp | 94 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializeHashMapConstructor() local 109 JSTaggedValue result = ContainersHashMap::HashMapConstructor(objCallInfo); in CreateJSAPIHashMap() local 128 JSTaggedValue result = ContainersHashMap::HashMapConstructor(objCallInfo); in HWTEST_F_L0() local 157 JSTaggedValue result = ContainersHashMap::Set(callInfo); in HWTEST_F_L0() local 170 JSTaggedValue result = ContainersHashMap::Get(callInfo); in HWTEST_F_L0() local 189 JSTaggedValue result = ContainersHashMap::Set(callInfo); in HWTEST_F_L0() local 204 JSTaggedValue result = ContainersHashMap::HasKey(callInfo); in HWTEST_F_L0() local 216 JSTaggedValue result = ContainersHashMap::HasValue(callInfo); in HWTEST_F_L0() local 240 JSTaggedValue result = ContainersHashMap::Set(callInfo); in HWTEST_F_L0() local 257 JSTaggedValue result = ContainersHashMap::HasKey(callInfo); in HWTEST_F_L0() local [all …]
|
| D | containers_arraylist_test.cpp | 70 JSTaggedValue result = elements->Get(value->GetInt()); in TestForEachFunc() local 93 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializeArrayListConstructor() local 109 JSTaggedValue result = ContainersArrayList::ArrayListConstructor(objCallInfo); in CreateJSAPIArrayList() local 124 JSTaggedValue result = ContainersArrayList::Add(callInfo); in ArrayListAdd() local 140 JSTaggedValue result = ContainersArrayList::RemoveByRange(callInfo); in ArrayListRemoveByRange() local 156 JSTaggedValue result = ContainersArrayList::SubArrayList(callInfo); in ArrayListSubArrayList() local 173 JSTaggedValue result = ContainersArrayList::ArrayListConstructor(objCallInfo); in HWTEST_F_L0() local 194 JSTaggedValue result = ArrayListAdd(arrayList, JSTaggedValue(i)); in HWTEST_F_L0() local 201 … JSTaggedValue result = ArrayListRemoveByRange(arrayList, JSTaggedValue(1), JSTaggedValue(3)); in HWTEST_F_L0() local 215 …JSTaggedValue result = ArrayListRemoveByRange(arrayList, JSTaggedValue::Undefined(), JSTaggedValue… in HWTEST_F_L0() local [all …]
|
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| D | set_operations_property_test.cpp | 65 Set result = ToSet<Set>(vec); variable 74 Set result; variable 90 Set result; variable 104 Set result; variable 114 Set result; variable 133 Set result; variable 151 Set result; variable
|
| D | bit_vector_property_test.cpp | 327 StdSet result; variable 338 StdSet result; variable 353 auto result = ContainerOf<StdSet>(bset.bits.LazyIndicesOf<1>(from, to)); variable 368 auto result = ContainerOf<StdSet>(bset.bits.LazyIndicesOf<0>(from)); variable 381 auto result = BitVector::PowerOfAnd(bset1.bits, bset2.bits); variable 390 auto result = BitVector::PowerOfAnd(bset1.bits, bset2.bits, bset3.bits); variable 398 auto result = BitVector::PowerOfOr(bset1.bits, bset2.bits); variable 409 auto result = BitVector::PowerOfOr(bset1.bits, bset2.bits, bset3.bits); variable 419 auto result = BitVector::PowerOfXor(bset1.bits, bset2.bits); variable 432 auto result = BitVector::PowerOfXor(bset1.bits, bset2.bits, bset3.bits); variable [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | constant_folding.cpp | 57 GateRef result = Circuit::NullGate(); in VisitZEXT() local 84 GateRef result = Circuit::NullGate(); in VisitSMOD() local 103 GateRef result = Circuit::NullGate(); in VisitUMOD() local 122 GateRef result = Circuit::NullGate(); in VisitADD() local 139 GateRef result = Circuit::NullGate(); in VisitSUB() local 156 GateRef result = Circuit::NullGate(); in VisitMUL() local 168 GateRef result = builder_.Int32(val); in Int32Constant() local 175 GateRef result = builder_.Int64(val); in Int64Constant() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_math.cpp | 58 double result = base::NAN_VALUE; in Acos() local 77 double result = base::NAN_VALUE; in Acosh() local 95 double result = base::NAN_VALUE; in Asin() local 113 double result = base::NAN_VALUE; in Asinh() local 132 double result = base::NAN_VALUE; in Atan() local 151 double result = base::NAN_VALUE; in Atanh() local 167 double result = base::NAN_VALUE; in Atan2() local 200 double result = base::NAN_VALUE; in Cbrt() local 219 double result = base::NAN_VALUE; in Ceil() local 245 auto result = numberValue.ToUint32(); in Clz32() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | instruction_combine_test.cpp | 85 auto result = instcombie.VisitGate(builder.Int64Add(const_i64_1, const_i64_2)); in HWTEST_F_L0() local 92 auto result = instcombie.VisitGate(builder.Int64Add(const_i64_max, const_i64_1)); in HWTEST_F_L0() local 103 …auto result = instcombie.VisitGate(builder.Int64Add(builder.Int64Add(y, const_i64_max), const_i64_… in HWTEST_F_L0() local 116 auto result = instcombie.VisitGate(builder.Int64Add(z_add_1, const_i64_2)); in HWTEST_F_L0() local 146 auto result = instcombie.VisitGate(builder.Int32Add(const_i32_1, const_i32_2)); in HWTEST_F_L0() local 154 auto result = instcombie.VisitGate(builder.Int32Add(const_i32_max, const_i32_1)); in HWTEST_F_L0() local 166 auto result = instcombie.VisitGate(builder.Int32Add(builder.Int32Sub(zero, x), y)); in HWTEST_F_L0() local 177 auto result = instcombie.VisitGate(builder.Int32Add(y, builder.Int32Sub(zero, x))); in HWTEST_F_L0() local 189 auto result = instcombie.VisitGate(builder.Int32Add(builder.Int32Add(y, const_1), const_2)); in HWTEST_F_L0() local 200 auto result = instcombie.VisitGate(builder.Int32Add(builder.Int32Add(y, const_1), const_2)); in HWTEST_F_L0() local [all …]
|
| /arkcompiler/toolchain/tooling/test/ |
| D | pt_params_test.cpp | 57 std::unique_ptr<EnableParams> result = EnableParams::Create(*ptJson); in HWTEST_F_L0() local 71 std::unique_ptr<EvaluateOnCallFrameParams> result = EvaluateOnCallFrameParams::Create(*ptJson); in HWTEST_F_L0() local 84 …std::unique_ptr<GetPossibleBreakpointsParams> result = GetPossibleBreakpointsParams::Create(*ptJso… in HWTEST_F_L0() local 98 std::unique_ptr<ResumeParams> result = ResumeParams::Create(*ptJson); in HWTEST_F_L0() local 113 std::unique_ptr<SetBlackboxPatternsParams> result = SetBlackboxPatternsParams::Create(*ptJson); in HWTEST_F_L0() local 130 std::unique_ptr<StepIntoParams> result = StepIntoParams::Create(*ptJson); in HWTEST_F_L0() local 149 std::unique_ptr<StepOverParams> result = StepOverParams::Create(*ptJson); in HWTEST_F_L0() local 161 std::unique_ptr<SetMixedDebugParams> result = SetMixedDebugParams::Create(*ptJson); in HWTEST_F_L0() local 173 std::unique_ptr<ReplyNativeCallingParams> result = ReplyNativeCallingParams::Create(*ptJson); in HWTEST_F_L0() local 184 std::unique_ptr<CallFunctionOnParams> result = CallFunctionOnParams::Create(*ptJson); in HWTEST_F_L0() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_collection_stub_builder.cpp | 37 void BuiltinsCollectionStubBuilder<CollectionType>::Clear(Variable *result, Label *exit, Label *slo… in Clear() 70 void BuiltinsCollectionStubBuilder<CollectionType>::CreateIterator(Variable *result, in CreateIterator() 90 void BuiltinsCollectionStubBuilder<CollectionType>::Values(Variable *result, Label *exit, Label *sl… in Values() 100 void BuiltinsCollectionStubBuilder<CollectionType>::Entries(Variable *result, Label *exit, Label *s… in Entries() 110 void BuiltinsCollectionStubBuilder<CollectionType>::Keys(Variable *result, Label *exit, Label *slow… in Keys() 119 void BuiltinsCollectionStubBuilder<CollectionType>::ForEach(Variable *result, Label *exit, Label *s… in ForEach() 158 Variable *result, Label *exit, Label *slowPath, bool isJsMapSet) in MapSetOrSetAdd() 187 void BuiltinsCollectionStubBuilder<CollectionType>::Set(Variable *result, Label *exit, Label *slowP… in Set() 195 void BuiltinsCollectionStubBuilder<CollectionType>::Add(Variable *result, Label *exit, Label *slowP… in Add() 203 void BuiltinsCollectionStubBuilder<CollectionType>::Delete(Variable *result, Label *exit, Label *sl… in Delete() [all …]
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | set_operations.h | 62 S result; in SetIntersection() local 76 S result = lhs; in SetUnion() local 87 S result; in SetDifference() local 101 Arg result; in SetDifference() local 113 S result; in ToSet() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_Atomics.cpp | 59 auto result = mem->ReadModifyWriteI8(index, add); in SharedMemoryAddI8() local 68 auto result = mem->ReadModifyWriteI8(index, bitwiseAnd); in SharedMemoryAndI8() local 78 auto result = mem->ReadModifyWriteI8(index, compareExchange); in SharedMemoryCompareExchangeI8() local 85 auto result = mem->ReadModifyWriteI8(index, exchange); in SharedMemoryExchangeI8() local 92 auto result = mem->ReadModifyWriteI8(index, load); in SharedMemoryLoadI8() local 101 auto result = mem->ReadModifyWriteI8(index, orBitwise); in SharedMemoryOrI8() local 108 auto result = mem->ReadModifyWriteI8(index, store); in SharedMemoryStoreI8() local 115 auto result = mem->ReadModifyWriteI8(index, add); in SharedMemorySubI8() local 124 auto result = mem->ReadModifyWriteI8(index, xorBitwise); in SharedMemoryXorI8() local 141 auto result = mem->WaitI32(byteOffset, expectedValue, std::nullopt); in SharedMemoryWaitI32() local [all …]
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | lexenv.cpp | 43 …pandLoadLexVar(PandaGen *pg, const ir::AstNode *node, const varbinder::ConstScopeFindResult &resul… in ExpandLoadLexVar() 52 …dLoadNormalVar(PandaGen *pg, const ir::AstNode *node, const varbinder::ConstScopeFindResult &resul… in ExpandLoadNormalVar() 63 …oadVar::Expand(PandaGen *pg, const ir::AstNode *node, const varbinder::ConstScopeFindResult &resul… in Expand() 89 …andStoreLexVar(PandaGen *pg, const ir::AstNode *node, const varbinder::ConstScopeFindResult &resul… in ExpandStoreLexVar() 109 …StoreNormalVar(PandaGen *pg, const ir::AstNode *node, const varbinder::ConstScopeFindResult &resul… in ExpandStoreNormalVar() 127 …oreVar::Expand(PandaGen *pg, const ir::AstNode *node, const varbinder::ConstScopeFindResult &resul… in Expand()
|