Lines Matching refs:Invoke3

68   size_t Invoke3(size_t arg0, size_t arg1, size_t arg2, uintptr_t code, Thread* self) {  in Invoke3()  function in art::StubTest
556 Invoke3(reinterpret_cast<size_t>(&trg[4]), reinterpret_cast<size_t>(&orig[4]), in TEST_F()
602 Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self); in TEST_F()
610 Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self); in TEST_F()
626 Invoke3(reinterpret_cast<size_t>(obj2.Get()), 0U, 0U, art_quick_lock_object, self); in TEST_F()
676 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_unlock_object, self); in TestUnlockObject()
685 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self); in TestUnlockObject()
691 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_unlock_object, self); in TestUnlockObject()
745 test->Invoke3(reinterpret_cast<size_t>(objects[index].Get()), 0U, 0U, art_quick_lock_object, in TestUnlockObject()
749 test->Invoke3(reinterpret_cast<size_t>(objects[index].Get()), 0U, 0U, in TestUnlockObject()
781 test->Invoke3(reinterpret_cast<size_t>(objects[index].Get()), 0U, 0U, art_quick_unlock_object, in TestUnlockObject()
832 Invoke3(reinterpret_cast<size_t>(c.Get()), reinterpret_cast<size_t>(c.Get()), 0U, in TEST_F()
837 Invoke3(reinterpret_cast<size_t>(c2.Get()), reinterpret_cast<size_t>(c2.Get()), 0U, in TEST_F()
842 Invoke3(reinterpret_cast<size_t>(c.Get()), reinterpret_cast<size_t>(c2.Get()), 0U, in TEST_F()
849 Invoke3(reinterpret_cast<size_t>(c2.Get()), reinterpret_cast<size_t>(c.Get()), 0U, in TEST_F()
900 Invoke3(reinterpret_cast<size_t>(array.Get()), 0U, reinterpret_cast<size_t>(str_obj.Get()), in TEST_F()
906 Invoke3(reinterpret_cast<size_t>(array.Get()), 1U, reinterpret_cast<size_t>(str_obj.Get()), in TEST_F()
912 Invoke3(reinterpret_cast<size_t>(array.Get()), 2U, reinterpret_cast<size_t>(str_obj.Get()), in TEST_F()
918 Invoke3(reinterpret_cast<size_t>(array.Get()), 3U, reinterpret_cast<size_t>(str_obj.Get()), in TEST_F()
926 Invoke3(reinterpret_cast<size_t>(array.Get()), 0U, reinterpret_cast<size_t>(nullptr), in TEST_F()
932 Invoke3(reinterpret_cast<size_t>(array.Get()), 1U, reinterpret_cast<size_t>(nullptr), in TEST_F()
938 Invoke3(reinterpret_cast<size_t>(array.Get()), 2U, reinterpret_cast<size_t>(nullptr), in TEST_F()
944 Invoke3(reinterpret_cast<size_t>(array.Get()), 3U, reinterpret_cast<size_t>(nullptr), in TEST_F()
964 Invoke3(reinterpret_cast<size_t>(array.Get()), static_cast<size_t>(-1), in TEST_F()
973 Invoke3(reinterpret_cast<size_t>(array.Get()), 10U, reinterpret_cast<size_t>(str_obj.Get()), in TEST_F()
981 Invoke3(reinterpret_cast<size_t>(array.Get()), 0U, reinterpret_cast<size_t>(obj_obj.Get()), in TEST_F()
1017 size_t result = Invoke3(static_cast<size_t>(c->GetDexTypeIndex()), // type_idx in TEST_F()
1034 size_t result = Invoke3(reinterpret_cast<size_t>(c.Get()), 0u, 0U, in TEST_F()
1048 size_t result = Invoke3(reinterpret_cast<size_t>(c.Get()), 0u, 0U, in TEST_F()
1104 size_t result = Invoke3(reinterpret_cast<size_t>(c.Get()), 0u, 0U, in TEST_F()
1150 size_t result = Invoke3(static_cast<size_t>(c->GetDexTypeIndex()), // type_idx in TEST_F()
1168 size_t result = Invoke3(reinterpret_cast<size_t>(c.Get()), 10U, in TEST_F()
1187 size_t result = Invoke3(reinterpret_cast<size_t>(c.Get()), in TEST_F()
1254 size_t result = Invoke3(reinterpret_cast<size_t>(s[x].Get()), in TEST_F()
2127 size_t result = Invoke3(reinterpret_cast<size_t>(s[x].Get()), c_char[y], start, in TEST_F()
2175 size_t result = Invoke3(0U, reinterpret_cast<size_t>(obj.Get()), in TEST_F()
2211 size_t result = Invoke3(reinterpret_cast<size_t>(&root), 0U, 0U, readBarrierForRootSlow, self); in TEST_F()