Home | History | Annotate | Download | only in runtime

Lines Matching defs:args

366   uint32_t args[2] = { static_cast<uint32_t>(reinterpret_cast<uintptr_t>(annotation_class.Get())),
368 create_annotation_method->Invoke(self, args, sizeof(args), &result, "LLL");
735 uint32_t args[5] = { static_cast<uint32_t>(reinterpret_cast<uintptr_t>(new_member.Get())),
741 annotation_member_init->Invoke(self, args, sizeof(args), &result, "VLLLL");