Home
last modified time | relevance | path

Searched defs:insn (Results 1 - 4 of 4) sorted by relevance

/base/security/code_signature/interfaces/innerkits/jit_code_sign/src/
H A Djit_code_signer_single.cpp40 void JitCodeSignerSingle::SignInstruction(Instr insn) in SignInstruction() argument
56 int32_t JitCodeSignerSingle::PatchInstruction(int offset, Instr insn) in PatchInstruction() argument
83 Instr insn = *reinterpret_cast<const Instr *>(tmpBuffer_ + offset); in ValidateCodeCopy() local
[all...]
H A Djit_code_signer_base.cpp31 Instr insn = 0; in GetOneInstrForQueue() local
72 Instr insn = GetOneInstrForQueue(willSign_); in SignData() local
79 int32_t JitCodeSignerBase::PatchInstruction(Byte *buffer, Instr insn) in PatchInstruction() argument
H A Djit_code_signer_hybrid.cpp45 void JitCodeSignerHybrid::SignInstruction(Instr insn) in SignInstruction() argument
75 int32_t JitCodeSignerHybrid::PatchInstruction(int offset, Instr insn) in PatchInstruction() argument
147 Instr insn = *reinterpret_cast<const Instr *>(tmpBuffer_ + skippedOffset_[i]); ValidateCodeCopy() local
[all...]
/base/security/code_signature/interfaces/innerkits/jit_code_sign/include/
H A Djit_buffer_integrity.h131 PatchInstruction(JitCodeSignerBase *signer, void *address, Instr insn) PatchInstruction() argument

Completed in 2 milliseconds