H A D | cframe_iterators.h | 61 uint32_t vregNum = numArgs + (isStatic ? 1 : 0); in MakeRange() local 64 CFrameStaticNativeMethodIterator(0, vregNum, method->GetShorty(), gprBeginSlot, gprEndSlot, fpBeginSlot + 1, in MakeRange() 66 CFrameStaticNativeMethodIterator(vregNum, vregNum, method->GetShorty(), 0, 0, 0, 0, 0)); in MakeRange() 124 CFrameStaticNativeMethodIterator(uint32_t vregIndex, uint32_t vregNum, const uint16_t *shorty, in CFrameStaticNativeMethodIterator() argument 128 vregNum_(vregNum), in CFrameStaticNativeMethodIterator() 209 uint32_t vregNum = numArgs + (isStatic ? 1 : 0); in MakeRange() local 212 CFrameStaticNativeMethodIterator(0, vregNum, method->GetShorty(), gprBeginSlot, GPR_END_SLOT, FP_BEGIN_SLOT, in MakeRange() 214 CFrameStaticNativeMethodIterator(vregNum, vregNum, metho in MakeRange() 298 CFrameStaticNativeMethodIterator(uint32_t vregIndex, uint32_t vregNum, const uint16_t *shorty, ptrdiff_t gprBeginSlot, ptrdiff_t gprEndSlot, ptrdiff_t fpBeginSlot, ptrdiff_t fpEndSlot, ptrdiff_t stackCurrentSlot) CFrameStaticNativeMethodIterator() argument [all...] |