Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/interfaces/innerkits/jit_code_sign/include/
H A Djit_code_signer_base.h54 bool ConvertPatchOffsetToIndex(const int offset, int &curIndex);
/ohos5.0/base/security/code_signature/interfaces/innerkits/jit_code_sign/src/
H A Djit_code_signer_single.cpp62 if (!ConvertPatchOffsetToIndex(offset, curIndex)) { in PatchInstruction()
H A Djit_code_signer_base.cpp114 bool JitCodeSignerBase::ConvertPatchOffsetToIndex(const int offset, int &curIndex) in ConvertPatchOffsetToIndex() function in OHOS::Security::CodeSign::JitCodeSignerBase
H A Djit_code_signer_hybrid.cpp86 if (!ConvertPatchOffsetToIndex(offset, curIndex)) { in PatchInstruction()