Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dxposmap.go20 type xposmap struct { struct
22 maps map[int32]*biasedSparseMap
24 lastIndex int32 // -1 means no entry in cache
25 lastMap *biasedSparseMap // map found at maps[lastIndex]
40 func (m *xposmap) clear() {
51 func (m *xposmap) mapFor(index int32) *biasedSparseMap {
63 func (m *xposmap) set(p src.XPos, v int32) {
72 func (m *xposmap) get(p src.XPos) int32 {
83 func (m *xposmap) add(p src.XPos) {
89 func (m *xposmap) contains(p src.XPos) bool {
[all …]