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

  /art/compiler/dex/
mir_graph.cc 37 const char* MIRGraph::extended_mir_op_names_[kMirOpLast - kMirOpFirst] = {
70 MIRGraph::MIRGraph(CompilationUnit* cu, ArenaAllocator* arena)
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::IsBadMonitorExitCatch(NarrowDexOffset monitor_exit_offset
    [all...]
mir_graph.h 361 // 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_
    [all...]

Completed in 263 milliseconds