Searched refs:EncodedValueDescriptor (Results 1 – 3 of 3) sorted by relevance
65 union EncodedValueDescriptor { union364 EncodedValueDescriptor u;
335 …ned>(virtualRegisterIndex) * sizeof(Register)) + OBJECT_OFFSETOF(EncodedValueDescriptor, asBits.pa… in intPayloadFor()340 …ned>(virtualRegisterIndex) * sizeof(Register)) + OBJECT_OFFSETOF(EncodedValueDescriptor, asBits.ta… in intTagFor()
1398 Bug 58263 - Use EncodedValueDescriptor on both JSVALUE32_64, JSVALUE641400 The JSJITInterface already uses EncodedValueDescriptor to access the tag/payload1401 separately on JSVALUE64, even though EncodedValueDescriptor is not used in