Home | History | Annotate | Download | only in verifier

Lines Matching full:poffset

1382 bool MethodVerifier::GetBranchOffset(uint32_t cur_offset, int32_t* pOffset, bool* pConditional,
1389 *pOffset = ((int16_t) *insns) >> 8;
1392 *pOffset = insns[1] | (((uint32_t) insns[2]) << 16);
1396 *pOffset = (int16_t) insns[1];
1410 *pOffset = (int16_t) insns[1];