OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:constantSize
(Results
1 - 25
of
32
) sorted by null
1
2
/external/proguard/src/proguard/classfile/instruction/
SimpleInstruction.java
188
int
constantSize
=
constantSize
();
191
constant =
constantSize
== 0 ?
193
readSignedValue(code, offset,
constantSize
);
199
int
constantSize
=
constantSize
();
201
if (requiredConstantSize() >
constantSize
)
206
writeSignedValue(code, offset, constant,
constantSize
);
212
return 1 +
constantSize
();
227
(
constantSize
() > 0 ? " "+constant : "")
[
all
...]
VariableInstruction.java
259
int
constantSize
=
constantSize
();
274
constant = readSignedValue(code, offset,
constantSize
);
281
int
constantSize
=
constantSize
();
288
if (requiredConstantSize() >
constantSize
)
294
writeSignedValue(code, offset, constant,
constantSize
);
300
return (wide ? 2 : 1) + variableIndexSize() +
constantSize
();
317
(
constantSize
() > 0 ? ", "+constant : "");
354
private int
constantSize
()
[
all
...]
ConstantInstruction.java
127
int
constantSize
=
constantSize
();
130
constant = readValue(code, offset,
constantSize
);
137
int
constantSize
=
constantSize
();
145
writeValue(code, offset, constant,
constantSize
);
151
return 1 + constantIndexSize() +
constantSize
();
271
return getName()+" #"+constantIndex+(
constantSize
() == 0 ? "" : ", "+constant);
290
private int
constantSize
()
/external/vulkan-validation-layers/tests/
vkrenderframework.h
239
int
constantSize
, const void *data);
vkrenderframework.cpp
[
all
...]
/libcore/benchmarks/src/benchmarks/regression/
R.java
[
all
...]