Searched defs:valRight (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/libabckit/tests/scenarios/branch_eliminator/dynamic/ |
| D | branch_eliminator.cpp | 234 auto valRight = GetInstAsBool(constInst); in DeleteUnreachableBranch() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 1872 JSHandle<JSTaggedValue> valRight = JSTaggedValue::ToNumeric(thread, primitiveA1); in RuntimeAdd2() local 1922 JSHandle<JSTaggedValue> valRight = JSTaggedValue::ToNumeric(thread, right); in RuntimeShr2() local 1948 JSHandle<JSTaggedValue> valRight = JSTaggedValue::ToNumeric(thread, right); in RuntimeSub2() local 1968 JSHandle<JSTaggedValue> valRight = JSTaggedValue::ToNumeric(thread, right); in RuntimeMul2() local 1990 JSHandle<JSTaggedValue> valRight = JSTaggedValue::ToNumeric(thread, right); in RuntimeDiv2() local 2018 JSHandle<JSTaggedValue> valRight = JSTaggedValue::ToNumeric(thread, right); in RuntimeMod2() local 2047 JSHandle<JSTaggedValue> valRight = JSTaggedValue::ToNumeric(thread, right); in RuntimeAshr2() local 2073 JSHandle<JSTaggedValue> valRight = JSTaggedValue::ToNumeric(thread, right); in RuntimeAnd2() local 2099 JSHandle<JSTaggedValue> valRight = JSTaggedValue::ToNumeric(thread, right); in RuntimeOr2() local 2125 JSHandle<JSTaggedValue> valRight = JSTaggedValue::ToNumeric(thread, right); in RuntimeXor2() local
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/branch_eliminator/ |
| D | branch_eliminator_test.cpp | 417 auto valRight = GetInstAsBool(constInst); in DeleteUnreachableBranch() local
|