Searched refs:DoCall (Results 1 – 4 of 4) sorted by relevance
/art/runtime/jni/ |
D | jni_internal_test.cc | 843 #define DoCall(boxed_type, shorty, c_type, bad_value) \ in TEST_F() macro 855 DoCall(Boolean, Z, jboolean, 2); in TEST_F() 856 DoCall(Byte, B, jbyte, 128); in TEST_F() 857 DoCall(Byte, B, jbyte, -129); in TEST_F() 858 DoCall(Short, S, jshort, 32768); in TEST_F() 859 DoCall(Short, S, jshort, -32769); in TEST_F() 860 DoCall(Character, C, jchar, 65536); in TEST_F() 861 DoCall(Character, C, jchar, -1); in TEST_F() 862 #undef DoCall in TEST_F() 902 #undef DoCall in TEST_F()
|
/art/runtime/interpreter/ |
D | interpreter_common.h | 129 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, 383 return DoCall<is_range, do_access_check>(called_method, self, shadow_frame, inst, inst_data, in DoInvoke()
|
D | unstarted_runtime_test.cc | 417 interpreter::DoCall<false, false>(method, in TEST_F() 1016 interpreter::DoCall<false, false>(method, in TEST_F() 1171 interpreter::DoCall<false, false>(boot_cp_init, in GetBootClassLoader()
|
D | interpreter_common.cc | 1415 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, in DoCall() function 1561 bool DoCall<_is_range, _do_assignability_check>(ArtMethod* method, Thread* self, \
|