Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dmmapmodule.c110 HANDLE map_handle; member
152 if (m_obj->map_handle != NULL) in mmap_object_dealloc()
153 CloseHandle (m_obj->map_handle); in mmap_object_dealloc()
194 HANDLE map_handle = self->map_handle; in mmap_close_method() local
197 self->map_handle = NULL; in mmap_close_method()
204 if (map_handle != NULL) { in mmap_close_method()
205 CloseHandle(map_handle); in mmap_close_method()
233 if (self->map_handle == NULL) { \
240 if (self->map_handle
[all...]
/third_party/libdrm/nouveau/
H A Dabi16.c277 nvbo->map_handle = info->map_handle; in abi16_bo_info()
289 if (nvbo->map_handle) in abi16_bo_info()
H A Dprivate.h88 uint64_t map_handle; member
H A Dnouveau.c880 MAP_SHARED, drm->fd, nvbo->map_handle); in nouveau_bo_map()
/third_party/node/deps/v8/src/compiler/
H A 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()
H A Daccess-info.cc1026 for (Handle<Map> map_handle : group) { in ConsolidateElementLoad()
1027 base::Optional<MapRef> map = TryMakeRef(broker(), map_handle); in ConsolidateElementLoad()
H A 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/mesa3d/src/nouveau/drm-shim/
H A 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/mesa3d/src/asahi/lib/
H A 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/mesa3d/src/gallium/winsys/svga/drm/
H A 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()
H A Dvmwgfx_drm.h416 * @map_handle: Offset to use in the mmap() call used to map the buffer.
427 __u64 map_handle; member
/third_party/libdrm/include/drm/
H A Dnouveau_drm.h115 __u64 map_handle; member
H A Dvmwgfx_drm.h391 * @map_handle: Offset to use in the mmap() call used to map the buffer.
402 __u64 map_handle; member
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc1725 Handle<Map> map_handle(
1728 return HeapConstant(map_handle);

Completed in 30 milliseconds