HomeSort by relevance Sort by last modified time
    Searched defs:mci (Results 1 - 7 of 7) 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 213 MultiCstInsn mci = (MultiCstInsn) insn; local
219 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
  /external/u-boot/drivers/mmc/
gen_atmel_mci.c 40 struct atmel_mci *mci; member in struct:atmel_mci_plat
47 struct atmel_mci *mci; member in struct:atmel_mci_priv
56 /* Read Atmel MCI IP version */
57 static unsigned int atmel_mci_get_version(struct atmel_mci *mci)
59 return readl(&mci->version) & 0x00000fff;
74 static inline void mci_set_blklen(atmel_mci_t *mci, int blklen)
76 unsigned int version = atmel_mci_get_version(mci);
80 /* MCI IP version >= 0x200 has blkr */
82 writel(MMCI_BFINS(BLKLEN, blklen, readl(&mci->blkr)),
83 &mci->blkr)
96 atmel_mci_t *mci = plat->mci; local
102 atmel_mci_t *mci = priv->mci; local
245 atmel_mci_t *mci = plat->mci; local
251 atmel_mci_t *mci = priv->mci; local
376 atmel_mci_t *mci = plat->mci; local
382 atmel_mci_t *mci = priv->mci; local
426 atmel_mci_t *mci = plat->mci; local
432 atmel_mci_t *mci = priv->mci; local
    [all...]
  /external/capstone/
cs.c 306 static void fill_insn(struct cs_struct *handle, cs_insn *insn, char *buffer, MCInst *mci,
320 if (MCInst_getOpcodePub(mci))
321 insn->id = MCInst_getOpcodePub(mci);
325 postprinter((csh)handle, insn, buffer, mci);
475 MCInst mci; local
525 MCInst_Init(&mci);
526 mci.csh = handle;
529 mci.address = offset;
539 mci.flat_insn = insn_cache;
540 mci.flat_insn->address = offset
732 MCInst mci; local
    [all...]
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 524 milliseconds