Searched refs:num_params (Results 1 – 3 of 3) sorted by relevance
291 const uint32_t num_params = params->Size(); in Executable_getParameterTypesInternal() local296 mirror::ObjectArray<mirror::Class>::Alloc(soa.Self(), class_array_class.Get(), num_params)); in Executable_getParameterTypesInternal()303 for (uint32_t i = 0; i < num_params; ++i) { in Executable_getParameterTypesInternal()
372 uint32_t num_params = params->Size(); in CheckMethodArguments() local379 for (uint32_t i = 0; i < num_params; i++) { in CheckMethodArguments()
8273 int32_t num_params; in ResolveMethodHandleForField() local8278 num_params = 1; in ResolveMethodHandleForField()8284 num_params = 0; in ResolveMethodHandleForField()8290 num_params = 2; in ResolveMethodHandleForField()8296 num_params = 1; in ResolveMethodHandleForField()8325 mirror::ObjectArray<mirror::Class>::Alloc(self, array_of_class, num_params))); in ResolveMethodHandleForField()8362 for (int32_t i = 0; i < num_params; ++i) { in ResolveMethodHandleForField()8500 int32_t num_params = static_cast<int32_t>(shorty_length + receiver_count - 1); in ResolveMethodHandleForMethod() local8506 mirror::ObjectArray<mirror::Class>::Alloc(self, array_of_class, num_params))); in ResolveMethodHandleForMethod()