Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dbiasedsparsemap.go16 type biasedSparseMap struct { struct
17 s *sparseMap
18 first int
30 func (s *biasedSparseMap) cap() int {
38 func (s *biasedSparseMap) size() int {
46 func (s *biasedSparseMap) contains(x uint) bool {
61 func (s *biasedSparseMap) get(x uint) int32 {
76 func (s *biasedSparseMap) getEntry(i int) (x uint, v int32) {
84 func (s *biasedSparseMap) add(x uint) {
92 func (s *biasedSparseMap) set(x uint, v int32) {
[all …]