Searched refs:DoCall (Results 1 – 5 of 5) sorted by relevance
/art/runtime/interpreter/ |
D | unstarted_runtime_test.h | 109 interpreter::DoCall<false>(boot_cp_init, in GetBootClassLoader()
|
D | interpreter_common.h | 117 bool DoCall(ArtMethod* called_method, 183 return DoCall<is_range>( in DoInvoke()
|
D | unstarted_runtime_test.cc | 360 interpreter::DoCall<false>(factory, in TEST_F() 889 interpreter::DoCall<false>(method, in TEST_F()
|
D | interpreter_common.cc | 1418 bool DoCall(ArtMethod* called_method, in DoCall() function 1589 bool DoCall<_is_range>(ArtMethod* method, \
|
/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()
|