Searched defs:MIRGraph (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/
H A Dmir_graph.cc37 const char* MIRGraph::extended_mir_op_names_[kMirOpLast - kMirOpFirst] = {
70 MIRGraph::MIRGraph(CompilationUnit* cu, ArenaAllocator* arena) function in class:art::MIRGraph
133 MIRGraph::~MIRGraph() {
140 int MIRGraph::ParseInsn(const uint16_t* code_ptr, MIR::DecodedInstruction* decoded_instruction) {
155 BasicBlock* MIRGraph::SplitBlock(DexOffset code_offset,
266 BasicBlock* MIRGraph::FindBlock(DexOffset code_offset, bool split, bool create,
300 void MIRGraph::ProcessTryCatchBlocks() {
332 bool MIRGraph
[all...]
H A Dmir_graph.h361 // IGET/IPUT lowering info index, points to MIRGraph::ifield_lowering_infos_. Due to limit on
364 // SGET/SPUT lowering info index, points to MIRGraph::sfield_lowering_infos_. Due to limit on
367 // INVOKE data index, points to MIRGraph::method_lowering_infos_.
381 MIR* Copy(MIRGraph* mir_Graph);
433 BasicBlock* Copy(MIRGraph* mir_graph);
467 * @param mir_graph the MIRGraph.
471 MIR* GetNextUnconditionalMir(MIRGraph* mir_graph, MIR* current);
499 * @param mir_graph The MIRGraph used to get the basic block during iteration.
501 ChildBlockIterator(BasicBlock* bb, MIRGraph* mir_graph);
506 MIRGraph* mir_graph
539 class MIRGraph { class in namespace:art
[all...]

Completed in 930 milliseconds