Lines Matching defs:prop
1246 GateRef prop = TaggedArgument(PARAM_INDEX(BaselineIsinImm8V8, PROP));
1249 GateRef result = CallRuntime(glue, RTSTUB_ID(IsIn), { prop, acc }); // acc is obj
1873 GateRef prop = GetVregValue(sp, ZExtInt32ToPtr(propkeyVregId));
1883 { obj, prop, getter, setter, acc, func, offsetPtr }); // acc is flag
4862 GateRef prop = GetVregValue(sp, ZExtInt8ToPtr(v1));
4864 GateRef result = CallRuntime(glue, RTSTUB_ID(DelObjProp), { obj, prop });
5222 GateRef prop = GetStringFromConstPool(glue, constpool, stringId);
5223 GateRef moduleRef = CallRuntime(glue, RTSTUB_ID(GetModuleNamespace), { prop });
5237 GateRef prop = GetStringFromConstPool(glue, constpool, stringId);
5239 CallRuntime(glue, RTSTUB_ID(StModuleVar), { prop, acc });