Lines Matching refs:value
215 // For `+callsite(..)` or `fround(callsite(..))` use this value to pass
224 // value to flag that such a coercion must happen.
231 // The code position of the last heap access shift by an immediate value.
232 // For `heap[expr >> value:NumericLiteral]` this indicates from where to
275 inline bool CheckForDouble(double* value) {
277 *value = scanner_.AsDouble();
285 inline bool CheckForUnsigned(uint32_t* value) {
287 *value = scanner_.AsUnsigned();
295 inline bool CheckForUnsignedBelow(uint32_t limit, uint32_t* value) {
297 *value = scanner_.AsUnsigned();