Searched refs:map_handle (Results 1 – 14 of 14) sorted by relevance
/third_party/python/Modules/ |
D | mmapmodule.c | 104 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/ |
D | nouveau_noop.c | 78 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/ |
D | property-access-builder.cc | 161 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()
|
D | access-info.cc | 1026 for (Handle<Map> map_handle : group) { in ConsolidateElementLoad() 1027 base::Optional<MapRef> map = TryMakeRef(broker(), map_handle); in ConsolidateElementLoad()
|
D | heap-refs.cc | 2201 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/ |
D | abi16.c | 277 nvbo->map_handle = info->map_handle; in abi16_bo_info() 289 if (nvbo->map_handle) in abi16_bo_info()
|
D | private.h | 88 uint64_t map_handle; member
|
D | nouveau.c | 880 MAP_SHARED, drm->fd, nvbo->map_handle); in nouveau_bo_map()
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen_ioctl.c | 65 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()
|
D | vmwgfx_drm.h | 427 __u64 map_handle; member
|
/third_party/mesa3d/src/asahi/lib/ |
D | decode.c | 483 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/ |
D | nouveau_drm.h | 115 __u64 map_handle; member
|
D | vmwgfx_drm.h | 402 __u64 map_handle; member
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 1725 Handle<Map> map_handle( in GetInstanceTypeMap() local 1728 return HeapConstant(map_handle); in GetInstanceTypeMap()
|