HomeSort by relevance Sort by last modified time
    Searched defs:MIR (Results 1 - 3 of 3) sorted by null

  /external/grub/netboot/
smc9000.h 90 #define MIR 8
  /dalvik/vm/compiler/
CompilerIR.h 128 typedef struct MIR {
132 struct MIR *prev;
133 struct MIR *next;
143 } MIR;
164 MIR *firstMIRInsn;
165 MIR *lastMIRInsn;
291 void dvmCompilerAppendMIR(BasicBlock *bb, MIR *mir);
293 void dvmCompilerPrependMIR(BasicBlock *bb, MIR *mir);
    [all...]
  /art/compiler/dex/
mir_graph.h 215 * Normalized use/def for a MIR operation using SSA names rather than vregs. Note that
235 struct MIR {
239 int m_unit_index; // From which method was this MIR included
240 MIR* prev;
241 MIR* next;
246 MIR* throw_insn;
267 MIR* first_mir_insn;
268 MIR* last_mir_insn;
356 * Parse dex method and add MIR at current insert point. Returns id (which is
499 RegLocation GetRawSrc(MIR* mir, int num)
    [all...]

Completed in 66 milliseconds