Home
last modified time | relevance | path

Searched refs:SEND_VALUE (Results 1 – 1 of 1) sorted by relevance

/art/test/ti-stress/
Dstress.cc486 #define SEND_VALUE(chr, sym, type) \ in PrintJValue() macro
491 SEND_VALUE('B', b, int8_t); in PrintJValue()
492 SEND_VALUE('C', c, uint16_t); in PrintJValue()
493 SEND_VALUE('S', s, int16_t); in PrintJValue()
494 SEND_VALUE('I', i, int32_t); in PrintJValue()
495 SEND_VALUE('J', j, int64_t); in PrintJValue()
496 SEND_VALUE('F', f, float); in PrintJValue()
497 SEND_VALUE('D', d, double); in PrintJValue()
498 #undef SEND_VALUE in PrintJValue()