Home
last modified time | relevance | path

Searched defs:ptrmap (Results 1 – 25 of 57) sorted by relevance

123

/dports/www/gohugo/hugo-0.91.2/vendor/github.com/sanity-io/litter/
H A Dpointers.go48 type ptrmap struct { struct
49 m map[ptrkey]*ptrinfo
50 count int
54 func (pm *ptrmap) contains(v reflect.Value) bool {
63 func (pm *ptrmap) get(v reflect.Value) (*ptrinfo, bool) {
72 func (pm *ptrmap) remove(v reflect.Value) {
79 func (pm *ptrmap) add(p reflect.Value) bool {
88 func (pm *ptrmap) put(v reflect.Value) {
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/x11/
H A Dx11_factory.hpp49 template<class K, class V> class ptrmap { class in X11Factory
57 ptrmap() { } in ptrmap() function in X11Factory::ptrmap
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/memory/
H A DarchiveUtils.hpp60 static CHeapBitMap* ptrmap() { in ptrmap() function in ArchivePtrMarker
105 CHeapBitMap* ptrmap = NULL) : in SharedDataRelocator()
H A DarchiveUtils.cpp37 void ArchivePtrMarker::initialize(CHeapBitMap* ptrmap, address* ptr_base, address* ptr_end) { in initialize()
88 …ArchivePtrBitmapCleaner(CHeapBitMap* ptrmap, address* ptr_base, address relocatable_base, address … in ArchivePtrBitmapCleaner()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/memory/
H A DarchiveUtils.hpp60 static CHeapBitMap* ptrmap() { in ptrmap() function in ArchivePtrMarker
105 CHeapBitMap* ptrmap = NULL) : in SharedDataRelocator()
H A DarchiveUtils.cpp37 void ArchivePtrMarker::initialize(CHeapBitMap* ptrmap, address* ptr_base, address* ptr_end) { in initialize()
82 …ArchivePtrBitmapCleaner(CHeapBitMap* ptrmap, address* ptr_base, address relocatable_base, address … in ArchivePtrBitmapCleaner()
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk2hs-buildtools-0.13.8.0/c2hs/gen/
H A DGBMonad.hs242 ptrmap :: PointerMap, -- pointer representation function
254 ptrmap = Map.empty, function
324 ptrmap = Map.insert (isStar, cName) hsRepr (ptrmap state) function
392 ptrmap = Map.union (ptrmap state) readPtrMap, function
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk2hs-buildtools-0.13.8.0/c2hs/gen/
H A DGBMonad.hs242 ptrmap :: PointerMap, -- pointer representation function
254 ptrmap = Map.empty, function
324 ptrmap = Map.insert (isStar, cName) hsRepr (ptrmap state) function
392 ptrmap = Map.union (ptrmap state) readPtrMap, function
/dports/ports-mgmt/portfmt/portfmt-1.1.0/
H A Dast.c188 ast_clone_helper(struct Mempool *pool, struct Map *ptrmap, struct AST *template, struct AST *parent) in ast_clone_helper()
333 struct Map *ptrmap = mempool_map(pool, NULL, NULL); in ast_clone() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/memory/
H A DarchiveUtils.hpp72 static CHeapBitMap* ptrmap() { in ptrmap() function in ArchivePtrMarker
117 CHeapBitMap* ptrmap = NULL) : in SharedDataRelocator()
H A DarchiveUtils.cpp45 void ArchivePtrMarker::initialize(CHeapBitMap* ptrmap, address* ptr_base, address* ptr_end) { in initialize()
108 …ArchivePtrBitmapCleaner(CHeapBitMap* ptrmap, address* ptr_base, address relocatable_base, address … in ArchivePtrBitmapCleaner()
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/syntax/
H A Ddumper.go45 ptrmap map[Node]int // node -> dump line number member
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/syntax/
H A Ddumper.go45 ptrmap map[Node]int // node -> dump line number member
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/syntax/
H A Ddumper.go45 ptrmap map[Node]int // node -> dump line number member
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/c2hs-0.28.7/src/C2HS/Gen/
H A DMonad.hs310 ptrmap :: PointerMap, -- pointer representation function
328 ptrmap = Map.empty, function
407 ptrmap = Map.insert (isStar, cName) hsRepr (ptrmap state) function
488 ptrmap = Map.union readPtrMap (ptrmap state), function
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/cds/
H A DarchiveUtils.cpp48 void ArchivePtrMarker::initialize(CHeapBitMap* ptrmap, VirtualSpace* vs) { in initialize()
110 …ArchivePtrBitmapCleaner(CHeapBitMap* ptrmap, address* ptr_base, address relocatable_base, address … in ArchivePtrBitmapCleaner()
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/go/ast/
H A Dprint.go78 ptrmap map[interface{}]int // *T -> line number member
/dports/lang/gcc48/gcc-4.8.5/libgo/go/go/ast/
H A Dprint.go78 ptrmap map[interface{}]int // *T -> line number member
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/go/ast/
H A Dprint.go78 ptrmap map[interface{}]int // *T -> line number member
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/go/ast/
H A Dprint.go78 ptrmap map[interface{}]int // *T -> line number member
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/go/ast/
H A Dprint.go78 ptrmap map[interface{}]int // *T -> line number member
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/go/ast/
H A Dprint.go78 ptrmap map[interface{}]int // *T -> line number member
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ir/
H A Ddump.go69 ptrmap map[uintptr]int // ptr -> dump line number member
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/gc/
H A Ddump.go67 ptrmap map[uintptr]int // ptr -> dump line number member
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/go/ast/
H A Dprint.go81 ptrmap map[interface{}]int // *T -> line number member

123