Home
last modified time | relevance | path

Searched refs:map_handle (Results 1 – 14 of 14) sorted by relevance

/third_party/python/Modules/
Dmmapmodule.c104 HANDLE map_handle; member
146 if (m_obj->map_handle != NULL) in mmap_object_dealloc()
147 CloseHandle (m_obj->map_handle); in mmap_object_dealloc()
188 HANDLE map_handle = self->map_handle; in mmap_close_method() local
191 self->map_handle = NULL; in mmap_close_method()
198 if (map_handle != NULL) { in mmap_close_method()
199 CloseHandle(map_handle); in mmap_close_method()
227 if (self->map_handle == NULL) { \
513 CloseHandle(self->map_handle); in mmap_resize_method()
514 self->map_handle = NULL; in mmap_resize_method()
[all …]
/third_party/mesa3d/src/nouveau/drm-shim/
Dnouveau_noop.c78 create->info.map_handle = drm_shim_bo_get_mmap_offset(shim_fd, &bo->base); in nouveau_ioctl_gem_new()
99 info->map_handle = drm_shim_bo_get_mmap_offset(shim_fd, &bo->base); in nouveau_ioctl_gem_info()
/third_party/node/deps/v8/src/compiler/
Dproperty-access-builder.cc161 Handle<Map> map_handle = map.object(); in FoldLoadDictPrototypeConstant() local
164 if (!map_handle->IsJSReceiverMap()) { in FoldLoadDictPrototypeConstant()
169 *map_handle, *broker()->target_native_context().object()) in FoldLoadDictPrototypeConstant()
Daccess-info.cc1026 for (Handle<Map> map_handle : group) { in ConsolidateElementLoad()
1027 base::Optional<MapRef> map = TryMakeRef(broker(), map_handle); in ConsolidateElementLoad()
Dheap-refs.cc2201 Handle<Map> map_handle = Handle<Map>::cast(map().object()); in GetObjectCreateMap() local
2203 if (!map_handle->is_prototype_map()) return {}; in GetObjectCreateMap()
2206 map_handle->prototype_info(kAcquireLoad)); in GetObjectCreateMap()
/third_party/libdrm/nouveau/
Dabi16.c277 nvbo->map_handle = info->map_handle; in abi16_bo_info()
289 if (nvbo->map_handle) in abi16_bo_info()
Dprivate.h88 uint64_t map_handle; member
Dnouveau.c880 MAP_SHARED, drm->fd, nvbo->map_handle); in nouveau_bo_map()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_ioctl.c65 uint64_t map_handle; member
321 region->map_handle = rep->buffer_map_handle; in vmw_ioctl_gb_surface_create()
442 region->map_handle = rep->crep.buffer_map_handle; in vmw_ioctl_gb_surface_ref()
470 region->map_handle = rep->crep.buffer_map_handle; in vmw_ioctl_gb_surface_ref()
640 region->map_handle = rep->map_handle; in vmw_ioctl_region_create()
692 region->drm_fd, region->map_handle); in vmw_ioctl_region_map()
Dvmwgfx_drm.h427 __u64 map_handle; member
/third_party/mesa3d/src/asahi/lib/
Ddecode.c483 agxdecode_cmdstream(unsigned cmdbuf_handle, unsigned map_handle, bool verbose) in agxdecode_cmdstream() argument
488 struct agx_bo *map = agxdecode_find_handle(map_handle, AGX_ALLOC_MEMMAP); in agxdecode_cmdstream()
559 agxdecode_dump_mappings(unsigned map_handle) in agxdecode_dump_mappings() argument
563 struct agx_bo *map = agxdecode_find_handle(map_handle, AGX_ALLOC_MEMMAP); in agxdecode_dump_mappings()
/third_party/libdrm/include/drm/
Dnouveau_drm.h115 __u64 map_handle; member
Dvmwgfx_drm.h402 __u64 map_handle; member
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc1725 Handle<Map> map_handle( in GetInstanceTypeMap() local
1728 return HeapConstant(map_handle); in GetInstanceTypeMap()