Lines Matching refs:idx
178 #define GET_VREG(idx) (sp[idx]) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic)
180 #define GET_VREG_VALUE(idx) (JSTaggedValue(sp[idx])) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic)
182 #define SET_VREG(idx, val) (sp[idx] = (val)); // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic)
3472 uint32_t idx = READ_INST_32_1();
3474 << " imm" << idx;
3479 JSTaggedValue res = FastRuntimeStub::GetPropertyByIndex(thread, receiver, idx);
3489 JSTaggedValue res = SlowRuntimeStub::LdObjByIndex(thread, receiver, idx, false, JSTaggedValue::Undefined());
4328 uint32_t idx = READ_INST_32_2();
4330 << " v" << v0 << " imm" << idx;
4335 JSTaggedValue res = FastRuntimeStub::GetPropertyByIndex(thread, receiver, idx);
4345 JSTaggedValue res = SlowRuntimeStub::LdObjByIndex(thread, receiver, idx, false, JSTaggedValue::Undefined());
5685 uint32_t idx = READ_INST_32_1();
5687 << " imm" << idx;
5692 JSTaggedValue res = FastRuntimeStub::GetPropertyByIndex(thread, receiver, idx);
5702 JSTaggedValue res = SlowRuntimeStub::LdObjByIndex(thread, receiver, idx, false, JSTaggedValue::Undefined());
5712 uint32_t idx = READ_INST_16_1();
5714 << " imm" << idx;
5719 JSTaggedValue res = FastRuntimeStub::GetPropertyByIndex(thread, receiver, idx);
5729 JSTaggedValue res = SlowRuntimeStub::LdObjByIndex(thread, receiver, idx, false, JSTaggedValue::Undefined());