Searched defs:incoming (Results 1 - 4 of 4) sorted by last modified time

/art/compiler/dex/
H A Dmir_graph.cc918 int* incoming = reinterpret_cast<int*>(insn.vB); local
922 str.append(StringPrintf(":%d", incoming[0]));
927 incoming[i]));
1110 * Build an array of location records for the incoming arguments.
H A Dmir_optimization.cc127 * opcodes or incoming arcs. However, if the result of the invoke is not
428 * Phi node (and fix up the incoming arc list).
437 int* incoming = reinterpret_cast<int*>(phi->dalvikInsn.vB); local
440 incoming[i] = bb->id;
447 incoming[i] = incoming[last_slot];
655 // Starting state is intersection of all incoming arcs
H A Dssa_transformation.cc158 * Also set the incoming parameters as defs in the entry block.
616 int* incoming = local
619 mir->dalvikInsn.vB = reinterpret_cast<uintptr_t>(incoming);
625 *incoming++ = incoming_arc[i];
/art/compiler/dex/portable/
H A Dmir_to_gbc.cc1555 int* incoming = reinterpret_cast<int*>(mir->dalvikInsn.vB); local
1569 it = mir_graph_->block_id_map_.find(incoming[i]);

Completed in 67 milliseconds