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 D | jit_code_signer_base.h | 45 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 D | jit_code_signer_hybrid.h | 35 int32_t ValidateCodeCopy(Instr *jitMemory, Byte *jitBuffer, int size); 38 Byte *jitBuffer, int pos, int size);
|
H A D | jit_code_signer_single.h | 35 int32_t ValidateCodeCopy(Instr *jitMemory, Byte *jitBuffer, int size);
|
/ohos5.0/base/security/code_signature/interfaces/innerkits/jit_code_sign/src/ |
H A D | jit_code_signer_hybrid.cpp | 96 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()
|