Searched refs:bad_value (Results 1 – 1 of 1) sorted by relevance
/art/runtime/jni/ |
D | jni_internal_test.cc | 842 #define DoCall(boxed_type, shorty, c_type, bad_value) \ in TEST_F() argument 850 env_->CallStaticObjectMethod(prim_class, method, bad_value); \ in TEST_F() 851 check_jni_abort_catcher.Check("unexpected " #c_type " value: " #bad_value); \ in TEST_F() 869 #define DoFailCall(boxed_type, shorty, c_type, bad_value) \ in TEST_F() argument 878 jval.i = bad_value; \ in TEST_F() 880 check_jni_abort_catcher.Check("unexpected " #c_type " value: " #bad_value); \ in TEST_F() 882 #define DoGoodCall(boxed_type, shorty, c_type, bad_value) \ in TEST_F() argument 890 jval.i = bad_value; \ in TEST_F()
|