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 57 const char* MIRGraph::extended_mir_op_names_[kMirOpLast - kMirOpFirst] = {
74 MIRGraph::MIRGraph(CompilationUnit* cu, ArenaAllocator* arena)
115 MIRGraph::~MIRGraph() {
122 int MIRGraph::ParseInsn(const uint16_t* code_ptr, DecodedInstruction* decoded_instruction) {
131 BasicBlock* MIRGraph::SplitBlock(unsigned int code_offset,
209 BasicBlock* MIRGraph::FindBlock(unsigned int code_offset, bool split, bool create,
245 void MIRGraph::ProcessTryCatchBlocks() {
278 BasicBlock* MIRGraph::ProcessCanBranch(BasicBlock* cur_block, MIR* insn, int cur_offset, int width
    [all...]
mir_graph.h 344 class MIRGraph {
346 MIRGraph(CompilationUnit* cu, ArenaAllocator* arena);
347 ~MIRGraph();

Completed in 37 milliseconds