Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:insn
(Results
1 - 4
of
4
) sorted by relevance
/base/security/code_signature/interfaces/innerkits/jit_code_sign/src/
H
A
D
jit_code_signer_single.cpp
40
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
D
jit_code_signer_base.cpp
31
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
D
jit_code_signer_hybrid.cpp
45
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
D
jit_buffer_integrity.h
131
PatchInstruction(JitCodeSignerBase *signer, void *address, Instr
insn
)
PatchInstruction()
argument
Completed in 2 milliseconds