Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_internal_test.cc842 #define DoCall(boxed_type, shorty, c_type, bad_value) \ in TEST_F() macro
854 DoCall(Boolean, Z, jboolean, 2); in TEST_F()
855 DoCall(Byte, B, jbyte, 128); in TEST_F()
856 DoCall(Byte, B, jbyte, -129); in TEST_F()
857 DoCall(Short, S, jshort, 32768); in TEST_F()
858 DoCall(Short, S, jshort, -32769); in TEST_F()
859 DoCall(Character, C, jchar, 65536); in TEST_F()
860 DoCall(Character, C, jchar, -1); in TEST_F()
861 #undef DoCall in TEST_F()
901 #undef DoCall in TEST_F()
/art/runtime/interpreter/
Dunstarted_runtime_test.cc422 interpreter::DoCall<false, false>(method, in TEST_F()
1021 interpreter::DoCall<false, false>(method, in TEST_F()
1176 interpreter::DoCall<false, false>(boot_cp_init, in GetBootClassLoader()
Dinterpreter_common.h129 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame,
404 return DoCall<is_range, do_access_check>(called_method, self, shadow_frame, inst, inst_data, in DoInvoke()
Dinterpreter_common.cc1419 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, in DoCall() function
1565 bool DoCall<_is_range, _do_assignability_check>(ArtMethod* method, Thread* self, \