Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_internal_test.cc882 #define DoGoodCall(boxed_type, shorty, c_type, bad_value) \ in TEST_F() macro
895 DoGoodCall(Byte, B, jbyte, 128); in TEST_F()
896 DoGoodCall(Byte, B, jbyte, -129); in TEST_F()
897 DoGoodCall(Short, S, jshort, 32768); in TEST_F()
898 DoGoodCall(Short, S, jshort, -32769); in TEST_F()
899 DoGoodCall(Character, C, jchar, 65536); in TEST_F()
900 DoGoodCall(Character, C, jchar, -1); in TEST_F()