Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dconstant_folding.cpp79 int rvalue = acc_.GetInt32FromConstant(right); in VisitSMOD() local
98 int rvalue = acc_.GetInt32FromConstant(right); in VisitUMOD() local
117 int rvalue = acc_.GetInt32FromConstant(right); in VisitADD() local
134 int rvalue = acc_.GetInt32FromConstant(right); in VisitSUB() local
151 int rvalue = acc_.GetInt32FromConstant(right); in VisitMUL() local
/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.cpp202 int rvalue = RBTreeNode::Compare(12345, a.GetTaggedValue(), 12345, b.GetTaggedValue()); in HWTEST_F_L0() local