Home | History | Annotate | Download | only in runtime

Lines Matching defs:makeInt

306         static ALWAYS_INLINE JSValue makeInt(uint32_t value)
308 static ALWAYS_INLINE JSValue makeInt(int32_t value)
371 ALWAYS_INLINE JSValue JSImmediate::zeroImmediate() { return makeInt(0); }
372 ALWAYS_INLINE JSValue JSImmediate::oneImmediate() { return makeInt(1); }
417 return makeInt(i);
422 return makeInt(i);
427 return makeInt(i);
432 return makeInt(i);
437 return makeInt(i);
446 return makeInt(i);
453 return makeInt(i);
460 return makeInt(i);
467 return makeInt(i);
474 return makeInt(static_cast<intptr_t>(i));
481 return makeInt(static_cast<intptr_t>(i));