OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSources
(Results
1 - 25
of
70
) sorted by null
1
2
3
/dalvik/dx/src/com/android/dx/ssa/
NormalSsaInsn.java
47
RegisterSpecList oldSources = insn.
getSources
();
64
RegisterSpecList origSources = insn.
getSources
();
93
RegisterSpecList origSources = insn.
getSources
();
109
* Like rop.Insn.
getSources
().
114
public RegisterSpecList
getSources
() {
115
return insn.
getSources
();
126
return insn.withNewRegisters(getResult(), insn.
getSources
());
149
assignment = insn.
getSources
().get(0);
174
RegisterSpecList oldSources = insn.
getSources
();
SsaInsn.java
96
* Like {@link com.android.dx.rop.code.Insn
getSources
()}.
100
abstract public RegisterSpecList
getSources
();
216
return null !=
getSources
().specForRegister(reg);
/external/dexmaker/src/dx/java/com/android/dx/ssa/
NormalSsaInsn.java
42
RegisterSpecList oldSources = insn.
getSources
();
59
RegisterSpecList origSources = insn.
getSources
();
88
RegisterSpecList origSources = insn.
getSources
();
104
* Like rop.Insn.
getSources
().
109
public RegisterSpecList
getSources
() {
110
return insn.
getSources
();
121
return insn.withNewRegisters(getResult(), insn.
getSources
());
144
assignment = insn.
getSources
().get(0);
169
RegisterSpecList oldSources = insn.
getSources
();
SsaInsn.java
92
* Like {@link com.android.dx.rop.code.Insn
getSources
()}.
96
abstract public RegisterSpecList
getSources
();
212
return null !=
getSources
().specForRegister(reg);
/dalvik/dexgen/src/com/android/dexgen/rop/code/
ThrowingCstInsn.java
80
getSources
(), catches.withAddedType(type),
88
getSources
().withOffset(delta),
ThrowingInsn.java
100
getSources
(), catches.withAddedType(type));
107
getSources
().withOffset(delta),
PlainInsn.java
93
getSources
().withOffset(delta));
99
RegisterSpecList sources =
getSources
();
FillArrayDataInsn.java
104
getSources
().withOffset(delta),
PlainCstInsn.java
72
getSources
().withOffset(delta),
SwitchInsn.java
85
getSources
().withOffset(delta),
/dalvik/dx/src/com/android/dx/rop/code/
ThrowingCstInsn.java
85
getSources
(), catches.withAddedType(type),
93
getSources
().withOffset(delta),
ThrowingInsn.java
100
getSources
(), catches.withAddedType(type));
107
getSources
().withOffset(delta),
PlainInsn.java
94
getSources
().withOffset(delta));
100
RegisterSpecList sources =
getSources
();
FillArrayDataInsn.java
103
getSources
().withOffset(delta),
PlainCstInsn.java
72
getSources
().withOffset(delta),
SwitchInsn.java
85
getSources
().withOffset(delta),
Insn.java
181
public final RegisterSpecList
getSources
() {
283
&& equalsHandleNulls(sources, b.
getSources
())
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStreamTrack.idl
36
[CallWith=ExecutionContext, RaisesException, MeasureAs=MediaStreamTrackGetSources] static void
getSources
(MediaStreamTrackSourcesCallback callback);
MediaStreamTrack.h
66
static void
getSources
(ExecutionContext*, MediaStreamTrackSourcesCallback*, ExceptionState&);
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
ThrowingCstInsn.java
85
getSources
(), catches.withAddedType(type),
93
getSources
().withOffset(delta),
ThrowingInsn.java
100
getSources
(), catches.withAddedType(type));
107
getSources
().withOffset(delta),
PlainInsn.java
94
getSources
().withOffset(delta));
100
RegisterSpecList sources =
getSources
();
FillArrayDataInsn.java
104
getSources
().withOffset(delta),
PlainCstInsn.java
72
getSources
().withOffset(delta),
SwitchInsn.java
85
getSources
().withOffset(delta),
Completed in 482 milliseconds
1
2
3