Home
last modified time | relevance | path

Searched defs:arg2Value (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_binaryop_test.cpp63 JSTaggedValue arg2Value(static_cast<uint32_t>(3)); in HWTEST_F_L0() local
135 JSTaggedValue arg2Value(static_cast<uint32_t>(INT32_MAX-1)); in HWTEST_F_L0() local
163 JSTaggedValue arg2Value(static_cast<uint16_t>(354)); in HWTEST_F_L0() local
192 JSTaggedValue arg2Value(static_cast<uint32_t>(39884)); in HWTEST_F_L0() local
235 JSTaggedValue arg2Value(static_cast<uint32_t>(39884)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp1773 GateRef arg2Value = GetVregValue(sp, ZExtInt32ToPtr(arg2No)); in GenerateCircuit() local