Home
last modified time | relevance | path

Searched refs:GetIndexFromOffset (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/code_signature/interfaces/innerkits/jit_code_sign/src/
H A Djit_code_signer_hybrid.cpp48 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()
H A Djit_code_signer_single.cpp42 int index = GetIndexFromOffset(offset_); in SignInstruction()
47 GetIndexFromOffset(offset_), signTable_.size()); in SignInstruction()
82 int index = GetIndexFromOffset(offset); in ValidateCodeCopy()
H A Djit_code_signer_base.cpp119 curIndex = GetIndexFromOffset(offset); in ConvertPatchOffsetToIndex()
/ohos5.0/base/security/code_signature/interfaces/innerkits/jit_code_sign/include/
H A Djit_code_signer_base.h32 static inline int GetIndexFromOffset(int offset) in GetIndexFromOffset() function