Home
last modified time | relevance | path

Searched defs:MIR (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/
Dmir_graph.h268 struct MIR { struct
274 struct DecodedInstruction {
350 int16_t m_unit_index; // From which method was this MIR included argument
352 MIR* next; argument
358 MIR* throw_insn; argument
371 explicit MIR():offset(0), optimization_flags(0), m_unit_index(0), bb(NullBasicBlockId), in MIR() argument
380 MIR* Copy(CompilationUnit *c_unit); argument
384 return arena->Alloc(sizeof(MIR), kArenaAllocMIR); in new() argument
409 MIR* first_mir_insn; argument