OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mci
(Results
1 - 6
of
6
) sorted by null
/dalvik/dx/src/com/android/dx/dex/code/form/
Form4rcc.java
74
MultiCstInsn
mci
= (MultiCstInsn) insn;
local
75
int methodIdx =
mci
.getIndex(0);
76
int protoIdx =
mci
.getIndex(1);
81
Constant methodRef =
mci
.getConstant(0);
86
Constant protoRef =
mci
.getConstant(1);
91
RegisterSpecList regs =
mci
.getRegisters();
106
MultiCstInsn
mci
= (MultiCstInsn) insn;
local
107
short regB = (short)
mci
.getIndex(0); // B is the method index
108
short regH = (short)
mci
.getIndex(1); // H is the call site proto index
Form45cc.java
80
MultiCstInsn
mci
= (MultiCstInsn) insn;
local
81
if (
mci
.getNumberOfConstants() != 2) {
85
int methodIdx =
mci
.getIndex(0);
86
int protoIdx =
mci
.getIndex(1);
91
Constant methodRef =
mci
.getConstant(0);
96
Constant protoRef =
mci
.getConstant(1);
101
RegisterSpecList regs =
mci
.getRegisters();
130
MultiCstInsn
mci
= (MultiCstInsn) insn;
local
131
short regB = (short)
mci
.getIndex(0); // B is the method index
132
short regH = (short)
mci
.getIndex(1); // H is the call site proto inde
[
all
...]
/dalvik/dx/src/com/android/dx/dex/code/
DalvInsnList.java
209
MultiCstInsn
mci
= (MultiCstInsn) insn;
local
215
CstProtoRef proto = (CstProtoRef)
mci
.getConstant(1);
/external/clang/test/SemaCXX/
class.cpp
83
mutable const int
mci
; // expected-error {{'mutable' and 'const' cannot be mixed}}
member in class:C
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.4.0-alpha5/
builder-2.4.0-alpha5.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.4.0-alpha6/
builder-2.4.0-alpha6.jar
Completed in 2269 milliseconds