Searched refs:CheckDataCopy (Results 1 – 4 of 4) sorted by relevance
55 int32_t CheckDataCopy(Instr *jitMemory, Byte *jitBuffer, int size);
74 int32_t ret = CheckDataCopy(jitMemory, tmpBuffer, size); in ValidateCodeCopy()
128 int32_t JitCodeSignerBase::CheckDataCopy(Instr *jitMemory, Byte *tmpBuffer, int size) in CheckDataCopy() function in OHOS::Security::CodeSign::JitCodeSignerBase
133 int32_t ret = CheckDataCopy(jitMemory, tmpBuffer, size); in ValidateCodeCopy()