Home
last modified time | relevance | path

Searched refs:jitBuffer (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.h45 virtual int32_t ValidateCodeCopy(Instr *jitMemory, Byte *jitBuffer, int size) = 0;
49 int32_t PatchInstruction(Byte *jitBuffer, Instr insn);
55 int32_t CheckDataCopy(Instr *jitMemory, Byte *jitBuffer, int size);
H A Djit_code_signer_hybrid.h35 int32_t ValidateCodeCopy(Instr *jitMemory, Byte *jitBuffer, int size);
38 Byte *jitBuffer, int pos, int size);
H A Djit_code_signer_single.h35 int32_t ValidateCodeCopy(Instr *jitMemory, Byte *jitBuffer, int size);
/ohos5.0/base/security/code_signature/interfaces/innerkits/jit_code_sign/src/
H A Djit_code_signer_hybrid.cpp96 Byte *jitBuffer, int pos, int size) in ValidateSubCode() argument
103 jitBuffer, pos, size); in ValidateSubCode()
107 auto insnPtr = reinterpret_cast<const Instr *>(jitBuffer + pos); in ValidateSubCode()