Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime_test.h109 interpreter::DoCall<false>(boot_cp_init, in GetBootClassLoader()
Dinterpreter_common.h117 bool DoCall(ArtMethod* called_method,
183 return DoCall<is_range>( in DoInvoke()
Dunstarted_runtime_test.cc360 interpreter::DoCall<false>(factory, in TEST_F()
889 interpreter::DoCall<false>(method, in TEST_F()
Dinterpreter_common.cc1418 bool DoCall(ArtMethod* called_method, in DoCall() function
1589 bool DoCall<_is_range>(ArtMethod* method, \
/art/runtime/jni/
Djni_internal_test.cc843 #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()