Searched refs:ConvertPatchOffsetToIndex (Results 1 – 4 of 4) sorted by relevance
54 bool ConvertPatchOffsetToIndex(const int offset, int &curIndex);
62 if (!ConvertPatchOffsetToIndex(offset, curIndex)) { in PatchInstruction()
114 bool JitCodeSignerBase::ConvertPatchOffsetToIndex(const int offset, int &curIndex) in ConvertPatchOffsetToIndex() function in OHOS::Security::CodeSign::JitCodeSignerBase
86 if (!ConvertPatchOffsetToIndex(offset, curIndex)) { in PatchInstruction()