Home
last modified time | relevance | path

Searched refs:StackMapIndex (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/objw/
Dprog.go76 NextLive StackMapIndex // liveness index for the next Prog
77 PrevLive StackMapIndex // last emitted liveness index
83 type StackMapIndex int type
91 const StackMapDontCare StackMapIndex = -1000
93 func (s StackMapIndex) StackMapValid() bool {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/liveness/
Dplive.go157 Vals map[ssa.ID]objw.StackMapIndex
162 DeferReturn objw.StackMapIndex
167 m.Vals = make(map[ssa.ID]objw.StackMapIndex)
184 func (m *Map) set(v *ssa.Value, i objw.StackMapIndex) {
194 func (m Map) Get(v *ssa.Value) objw.StackMapIndex {
888 lv.livenessMap.DeferReturn = objw.StackMapIndex(idx)
932 lv.livenessMap.set(v, objw.StackMapIndex(idx))