OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasResult
(Results
1 - 16
of
16
) sorted by null
/dalvik/dexgen/src/com/android/dexgen/dex/code/
Dop.java
33
private final boolean
hasResult
;
45
* @param
hasResult
whether the opcode has a result register; if so it
50
boolean
hasResult
, String name) {
70
this.
hasResult
=
hasResult
;
113
public boolean
hasResult
() {
114
return
hasResult
;
DalvInsn.java
198
* {@code getOpcode().
hasResult
()}.
202
public final boolean
hasResult
() {
203
return opcode.
hasResult
();
216
boolean
hasResult
=
hasResult
();
218
int resultRequirement =
hasResult
? registers.get(0).getCategory() : 0;
221
for (int i =
hasResult
? 1 : 0; i < regSz; i++) {
240
if (
hasResult
()) {
261
if (
hasResult
()) {
284
registers.withSequentialRegisters(0,
hasResult
());
[
all
...]
RopTranslator.java
702
boolean
hasResult
= opcode.
hasResult
()
705
if (
hasResult
!= (realResult != null)) {
744
if (opcode.
hasResult
() != (realResult != null)) {
/dalvik/dx/src/com/android/dx/dex/code/
Dop.java
44
private final boolean
hasResult
;
57
* @param
hasResult
whether the opcode has a result register; if so it
61
boolean
hasResult
) {
82
this.
hasResult
=
hasResult
;
124
public boolean
hasResult
() {
125
return
hasResult
;
DalvInsn.java
199
* {@code getOpcode().
hasResult
()}.
203
public final boolean
hasResult
() {
204
return opcode.
hasResult
();
220
boolean
hasResult
=
hasResult
();
225
if (
hasResult
&& !compatRegs.get(0)) {
229
for (int i =
hasResult
? 1 : 0; i < regSz; i++) {
247
registers.withExpandedRegisters(0,
hasResult
(), null);
265
if (
hasResult
()) compatRegs.set(0);
269
if (
hasResult
()) compatRegs.set(0, firstBit)
[
all
...]
RopTranslator.java
711
boolean
hasResult
= opcode.
hasResult
()
714
if (
hasResult
!= (realResult != null)) {
753
if (opcode.
hasResult
() != (realResult != null)) {
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dop.java
44
private final boolean
hasResult
;
57
* @param
hasResult
whether the opcode has a result register; if so it
61
boolean
hasResult
) {
82
this.
hasResult
=
hasResult
;
124
public boolean
hasResult
() {
125
return
hasResult
;
DalvInsn.java
200
* {@code getOpcode().
hasResult
()}.
204
public final boolean
hasResult
() {
205
return opcode.
hasResult
();
221
boolean
hasResult
=
hasResult
();
226
if (
hasResult
&& !compatRegs.get(0)) {
230
for (int i =
hasResult
? 1 : 0; i < regSz; i++) {
248
registers.withExpandedRegisters(0,
hasResult
(), null);
266
if (
hasResult
()) compatRegs.set(0);
270
if (
hasResult
()) compatRegs.set(0, firstBit)
[
all
...]
RopTranslator.java
709
boolean
hasResult
= opcode.
hasResult
()
712
if (
hasResult
!= (realResult != null)) {
751
if (opcode.
hasResult
() != (realResult != null)) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
FilterEffectRenderer.h
102
IntRect outputRect() const { return lastEffect()->
hasResult
() ? lastEffect()->absolutePaintRect() : IntRect(); }
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterEffect.cpp
121
ASSERT(
hasResult
());
141
if (
hasResult
())
147
if (!in->
hasResult
())
234
if (
hasResult
())
244
if (!
hasResult
())
327
ASSERT(
hasResult
());
361
ASSERT(
hasResult
());
404
ASSERT(!
hasResult
());
416
ASSERT(!
hasResult
());
427
if (!
hasResult
() || dstColorSpace == m_resultColorSpace
[
all
...]
FilterEffect.h
84
inline bool
hasResult
() const
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFilterBuilder.cpp
92
if (!effect->
hasResult
())
/dalvik/opcode-gen/
opcode-gen.awk
102
hasResult
[i]);
297
hasResult
[idx] = (parts[4] == "n") ? "false" : "true";
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceFilter.cpp
312
if (!lastEffect->
hasResult
()) {
/prebuilts/sdk/tools/lib/
dx.jar
Completed in 328 milliseconds