Searched defs:rvalue (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | constant_folding.cpp | 43 int rvalue = acc_.GetInt32FromConstant(right); in BinaryInt32Calculate() local 77 double rvalue = acc_.GetFloat64FromConstant(right); in BinaryF64Calculate() local 105 return BinaryInt32Calculate(gate, [this](int lvalue, int rvalue) { in VisitADD() 118 return BinaryInt32Calculate(gate, [this](int lvalue, int rvalue) { in VisitSUB() 131 return BinaryInt32Calculate(gate, [this](int lvalue, int rvalue) { in VisitMUL() 150 …return BinaryInt32Calculate(gate, [this](int lvalue, int rvalue) { return Int32Constant(lvalue & r… in VisitAND() 155 …return BinaryInt32Calculate(gate, [this](int lvalue, int rvalue) { return Int32Constant(lvalue | r… in VisitOR() 160 …return BinaryInt32Calculate(gate, [this](int lvalue, int rvalue) { return Int32Constant(lvalue ^ r… in VisitXOR() 166 return BinaryInt32Calculate(gate, [this](int lvalue, int rvalue) { in VisitMAX() 170 return BinaryF64Calculate(gate, [this](double lvalue, double rvalue) { in VisitMAX() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_linked_list_test.cpp | 244 JSTaggedValue rvalue = ContainersLinkedList::Remove(callInfo); in HWTEST_F_L0() local 290 JSTaggedValue rvalue = ContainersLinkedList::RemoveFirst(callInfo); in HWTEST_F_L0() local 303 JSTaggedValue rvalue = ContainersLinkedList::RemoveFirstFound(callInfo); in HWTEST_F_L0() local 327 JSTaggedValue rvalue = ContainersLinkedList::RemoveLast(callInfo); in HWTEST_F_L0() local 340 JSTaggedValue rvalue = ContainersLinkedList::RemoveLastFound(callInfo); in HWTEST_F_L0() local
|
| D | containers_list_test.cpp | 238 JSTaggedValue rvalue = ContainersList::Remove(callInfo); in HWTEST_F_L0() local 251 JSTaggedValue rvalue = ContainersList::RemoveByIndex(callInfo); in HWTEST_F_L0() local
|
| D | containers_treeset_test.cpp | 276 JSTaggedValue rvalue = ContainersTreeSet::Remove(callInfo); in HWTEST_F_L0() local 329 JSTaggedValue rvalue = ContainersTreeSet::Remove(callInfo); in HWTEST_F_L0() local
|
| D | containers_lightweightmap_test.cpp | 235 JSTaggedValue rvalue = ContainersLightWeightMap::Remove(callInfo); in HWTEST_F_L0() local
|
| D | containers_treemap_test.cpp | 286 JSTaggedValue rvalue = ContainersTreeMap::Remove(callInfo); in HWTEST_F_L0() local 343 JSTaggedValue rvalue = ContainersTreeMap::Remove(callInfo); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_hashset_test.cpp | 102 …[[maybe_unused]] JSTaggedValue rvalue = JSAPIHashSet::Remove(thread, hashSet, value.GetTaggedValue… in HWTEST_F_L0() local
|
| D | rb_tree_node_test.cpp | 203 int rvalue = RBTreeNode::Compare(thread, 12345, a.GetTaggedValue(), 12345, b.GetTaggedValue()); in HWTEST_F_L0() local
|