Home | History | Annotate | Download | only in runtime

Lines Matching refs:handlers_ptr

4814   const uint8_t* handlers_ptr = accessor.GetCatchHandlerData(0);
4815 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr);
4817 CatchHandlerIterator iterator(handlers_ptr);
4829 handlers_ptr = iterator.EndDataPointer();