Home
last modified time | relevance | path

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

/dalvik/vm/
DIndirectRefTable.c70 IRTSegmentState sst; in dvmPopIndirectRefTableSegmentCheck() local
76 sst.all = cookie; in dvmPopIndirectRefTableSegmentCheck()
77 if (sst.parts.topIndex > pRef->segmentState.parts.topIndex) { in dvmPopIndirectRefTableSegmentCheck()
79 pRef->segmentState.parts.topIndex, sst.parts.topIndex); in dvmPopIndirectRefTableSegmentCheck()
82 if (sst.parts.numHoles >= sst.parts.topIndex) { in dvmPopIndirectRefTableSegmentCheck()
84 sst.parts.numHoles, sst.parts.topIndex); in dvmPopIndirectRefTableSegmentCheck()
89 pRef, pRef->kind, sst.parts.topIndex, sst.parts.numHoles); in dvmPopIndirectRefTableSegmentCheck()