Home
last modified time | relevance | path

Searched defs:rvalue (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dconstant_folding.cpp43 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/
Dcontainers_linked_list_test.cpp244 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
Dcontainers_list_test.cpp238 JSTaggedValue rvalue = ContainersList::Remove(callInfo); in HWTEST_F_L0() local
251 JSTaggedValue rvalue = ContainersList::RemoveByIndex(callInfo); in HWTEST_F_L0() local
Dcontainers_treeset_test.cpp276 JSTaggedValue rvalue = ContainersTreeSet::Remove(callInfo); in HWTEST_F_L0() local
329 JSTaggedValue rvalue = ContainersTreeSet::Remove(callInfo); in HWTEST_F_L0() local
Dcontainers_lightweightmap_test.cpp235 JSTaggedValue rvalue = ContainersLightWeightMap::Remove(callInfo); in HWTEST_F_L0() local
Dcontainers_treemap_test.cpp286 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/
Djs_api_hashset_test.cpp102 …[[maybe_unused]] JSTaggedValue rvalue = JSAPIHashSet::Remove(thread, hashSet, value.GetTaggedValue… in HWTEST_F_L0() local
Drb_tree_node_test.cpp203 int rvalue = RBTreeNode::Compare(thread, 12345, a.GetTaggedValue(), 12345, b.GetTaggedValue()); in HWTEST_F_L0() local