OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:applyMutation
(Results
1 - 23
of
23
) sorted by null
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
CodeMutator.java
99
applyMutation
(mutation);
120
applyMutation
(mutation);
133
protected abstract void
applyMutation
(Mutation uncastMutation);
InstructionDeleter.java
33
* generateMutation() and
applyMutation
() phases, allowing serialization.
87
protected void
applyMutation
(Mutation uncastMutation) {
InstructionDuplicator.java
33
* generateMutation() and
applyMutation
() phases, allowing serialization.
89
protected void
applyMutation
(Mutation uncastMutation) {
RegisterClobber.java
35
* generateMutation() and
applyMutation
() phases, allowing serialization.
83
protected void
applyMutation
(Mutation uncastMutation) {
BranchShifter.java
34
* generateMutation() and
applyMutation
() phases, allowing serialization.
70
// A cache that should only exist between generateMutation() and
applyMutation
(),
71
// or be created at the start of
applyMutation
(), if we're reading in mutations from
148
protected void
applyMutation
(Mutation uncastMutation) {
CmpBiasChanger.java
35
* generateMutation() and
applyMutation
() phases, allowing serialization.
66
// A cache that should only exist between generateMutation() and
applyMutation
(),
67
// or be created at the start of
applyMutation
(), if we're reading in mutations from
110
protected void
applyMutation
(Mutation uncastMutation) {
ConstantValueChanger.java
34
* generateMutation() and
applyMutation
() phases, allowing serialization.
70
// A cache that should only exist between generateMutation() and
applyMutation
(),
71
// or be created at the start of
applyMutation
(), if we're reading in mutations from
127
protected void
applyMutation
(Mutation uncastMutation) {
IfBranchChanger.java
43
* generateMutation() and
applyMutation
() phases, allowing serialization.
73
// A cache that should only exist between generateMutation() and
applyMutation
(),
74
// or be created at the start of
applyMutation
(), if we're reading in mutations from
117
protected void
applyMutation
(Mutation uncastMutation) {
InstructionSwapper.java
32
* generateMutation() and
applyMutation
() phases, allowing serialization.
143
protected void
applyMutation
(Mutation uncastMutation) {
NewArrayLengthChanger.java
35
* generateMutation() and
applyMutation
() phases, allowing serialization.
66
// A cache that should only exist between generateMutation() and
applyMutation
(),
67
// or be created at the start of
applyMutation
(), if we're reading in mutations from
111
protected void
applyMutation
(Mutation uncastMutation) {
ConversionRepeater.java
35
* generateMutation() and
applyMutation
() phases, allowing serialization.
66
// A cache that should only exist between generateMutation() and
applyMutation
(),
67
// or be created at the start of
applyMutation
(), if we're reading in mutations from
108
protected void
applyMutation
(Mutation uncastMutation) {
FieldFlagChanger.java
37
* generateMutation() and
applyMutation
() phases, allowing serialization.
73
// A cache that should only exist between generateMutation() and
applyMutation
(),
74
// or be created at the start of
applyMutation
(), if we're reading in mutations from
129
protected void
applyMutation
(Mutation uncastMutation) {
InvokeChanger.java
52
* generateMutation() and
applyMutation
() phases, allowing serialization.
84
// A cache that should only exist between generateMutation() and
applyMutation
(),
85
// or be created at the start of
applyMutation
(), if we're reading in mutations from
128
protected void
applyMutation
(Mutation uncastMutation) {
NewMethodCaller.java
35
* generateMutation() and
applyMutation
() phases, allowing serialization.
138
protected void
applyMutation
(Mutation uncastMutation) {
NonsenseStringPrinter.java
34
* generateMutation() and
applyMutation
() phases, allowing serialization.
96
protected void
applyMutation
(Mutation uncastMutation) {
PoolIndexChanger.java
35
* generateMutation() and
applyMutation
() phases, allowing serialization.
71
// A cache that should only exist between generateMutation() and
applyMutation
(),
72
// or be created at the start of
applyMutation
(), if we're reading in mutations from
174
protected void
applyMutation
(Mutation uncastMutation) {
SwitchBranchShifter.java
34
* generateMutation() and
applyMutation
() phases, allowing serialization.
73
// A cache that should only exist between generateMutation() and
applyMutation
(),
74
// or be created at the start of
applyMutation
(), if we're reading in mutations from
150
protected void
applyMutation
(Mutation uncastMutation) {
TryBlockShifter.java
33
* generateMutation() and
applyMutation
() phases, allowing serialization.
177
protected void
applyMutation
(Mutation uncastMutation) {
VRegChanger.java
34
* generateMutation() and
applyMutation
() phases, allowing serialization.
73
// A cache that should only exist between generateMutation() and
applyMutation
(),
74
// or be created at the start of
applyMutation
(), if we're reading in mutations from
153
protected void
applyMutation
(Mutation uncastMutation) {
NewInstanceChanger.java
41
* generateMutation() and
applyMutation
() phases, allowing serialization.
77
// A cache that should only exist between generateMutation() and
applyMutation
(),
78
// or be created at the start of
applyMutation
(), if we're reading in mutations from
138
protected void
applyMutation
(Mutation uncastMutation) {
ValuePrinter.java
34
* generateMutation() and
applyMutation
() phases, allowing serialization.
106
protected void
applyMutation
(Mutation uncastMutation) {
RandomInstructionGenerator.java
41
* generateMutation() and
applyMutation
() phases, allowing serialization.
203
protected void
applyMutation
(Mutation uncastMutation) {
ArithOpChanger.java
36
* generateMutation() and
applyMutation
() phases, allowing serialization.
72
// A cache that should only exist between generateMutation() and
applyMutation
(),
73
// or be created at the start of
applyMutation
(), if we're reading in mutations from
127
protected void
applyMutation
(Mutation uncastMutation) {
Completed in 287 milliseconds