Searched refs:handle_type (Results 1 – 4 of 4) sorted by relevance
236 for (VkExternalFenceHandleTypeFlagBits handle_type = in VkJsonGetDevice() local238 handle_type <= VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT; in VkJsonGetDevice()239 handle_type = in VkJsonGetDevice()241 external_fence_info.handleType = handle_type; in VkJsonGetDevice()248 std::make_pair(handle_type, external_fence_properties)); in VkJsonGetDevice()257 for (VkExternalSemaphoreHandleTypeFlagBits handle_type = in VkJsonGetDevice() local259 handle_type <= VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT; in VkJsonGetDevice()260 handle_type = static_cast<VkExternalSemaphoreHandleTypeFlagBits>( in VkJsonGetDevice()261 handle_type << 1)) { in VkJsonGetDevice()262 external_semaphore_info.handleType = handle_type; in VkJsonGetDevice()[all …]
650 Handle<mirror::MethodType> handle_type, in RefineTargetMethod() argument682 DCHECK(handle_type->GetRType()->IsStringClass()); in RefineTargetMethod()690 ObjPtr<mirror::Class> referrer_class = handle_type->GetPTypes()->Get(0); in RefineTargetMethod()738 handle_type, in DoInvokePolymorphicMethod()758 : handle_type; in DoInvokePolymorphicMethod()770 handle_type, in DoInvokePolymorphicMethod()946 handle_type, in MethodHandleFieldAccess()970 handle_type, in MethodHandleFieldAccess()1105 ObjPtr<mirror::MethodType> handle_type(method_handle->GetMethodType()); in MethodHandleInvokeInternal() local1106 DCHECK(!callsite_type->IsExactMatch(handle_type.Ptr())); in MethodHandleInvokeInternal()[all …]
9460 DexFile::MethodHandleType handle_type = in ResolveMethodHandleForField() local9466 switch (handle_type) { in ResolveMethodHandleForField()9532 switch (handle_type) { in ResolveMethodHandleForField()9588 DexFile::MethodHandleType handle_type = in ResolveMethodHandleForMethod() local9593 switch (handle_type) { in ResolveMethodHandleForMethod()9749 if (UNLIKELY(handle_type == DexFile::MethodHandleType::kInvokeConstructor)) { in ResolveMethodHandleForMethod()
98 enum drm_vmw_handle_type handle_type; member