OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newconstant
(Results
1 - 3
of
3
) sorted by null
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
ConstantValueChanger.java
38
public long
newConstant
;
44
builder.append(
newConstant
);
51
newConstant
= Long.parseLong(elements[3]);
111
long
newConstant
= oldConstant;
114
while (
newConstant
== oldConstant) {
115
newConstant
= rng.nextLong()
122
mutation.
newConstant
=
newConstant
;
138
Log.info("Changed constant value #" + oldConstant + " to #" + mutation.
newConstant
144
((ContainsConst)constInsn.insn.info.format).setConst(constInsn.insn, mutation.
newConstant
);
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
74
if (Value *
NewConstant
= getICmpValue(Sign, Code, LHS, RHS, NewPred))
75
return
NewConstant
;
[
all
...]
/prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar
Completed in 340 milliseconds