Searched refs:GetIndexFromOffset (Results 1 – 4 of 4) sorted by relevance
48 if (static_cast<size_t>(GetIndexFromOffset(offset_)) != signTable_.size()) { in SignInstruction()50 GetIndexFromOffset(offset_), signTable_.size()); in SignInstruction()56 signTable_.push_back(ctx_.SignSingle(insn, GetIndexFromOffset(offset_))); in SignInstruction()60 ctx_.Init(GetIndexFromOffset(offset_)); in SignInstruction()105 int32_t index = GetIndexFromOffset(pos); in ValidateSubCode()146 int32_t index = GetIndexFromOffset(skippedOffset_[i]); in ValidateCodeCopy()
42 int index = GetIndexFromOffset(offset_); in SignInstruction()47 GetIndexFromOffset(offset_), signTable_.size()); in SignInstruction()82 int index = GetIndexFromOffset(offset); in ValidateCodeCopy()
119 curIndex = GetIndexFromOffset(offset); in ConvertPatchOffsetToIndex()
32 static inline int GetIndexFromOffset(int offset) in GetIndexFromOffset() function