Home
last modified time | relevance | path

Searched defs:sparseMap (Results 1 – 2 of 2) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dsparsemap.go15 type sparseMap struct { struct
16 dense []sparseEntry
17 sparse []int32
26 func (s *sparseMap) cap() int {
30 func (s *sparseMap) size() int {
34 func (s *sparseMap) contains(k ID) bool {
41 func (s *sparseMap) get(k ID) int32 {
49 func (s *sparseMap) set(k ID, v int32) {
60 func (s *sparseMap) setBit(k ID, v uint) {
73 func (s *sparseMap) remove(k ID) {
[all …]
Dallocators.go128 func (c *Cache) freeSparseMap(s *sparseMap) {