Searched refs:pOffset (Results 1 – 2 of 2) sorted by relevance
512 bool GetBranchOffset(uint32_t cur_offset, int32_t* pOffset, bool* pConditional,
1387 bool MethodVerifier::GetBranchOffset(uint32_t cur_offset, int32_t* pOffset, bool* pConditional, in GetBranchOffset() argument1394 *pOffset = ((int16_t) *insns) >> 8; in GetBranchOffset()1397 *pOffset = insns[1] | (((uint32_t) insns[2]) << 16); in GetBranchOffset()1401 *pOffset = (int16_t) insns[1]; in GetBranchOffset()1415 *pOffset = (int16_t) insns[1]; in GetBranchOffset()