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

/art/compiler/dex/
H A Dmir_graph.cc44 const char* MIRGraph::extended_mir_op_names_[kMirOpLast - kMirOpFirst] = {
83 MIRGraph::MIRGraph(CompilationUnit* cu, ArenaAllocator* arena) function in class:art::MIRGraph
161 MIRGraph::~MIRGraph() {
169 int MIRGraph::ParseInsn(const uint16_t* code_ptr, MIR::DecodedInstruction* decoded_instruction) {
184 BasicBlock* MIRGraph::SplitBlock(DexOffset code_offset,
291 BasicBlock* MIRGraph::FindBlock(DexOffset code_offset, bool create,
356 void MIRGraph::ProcessTryCatchBlocks(ScopedArenaVector<uint16_t>* dex_pc_to_block_map) {
387 bool MIRGraph
[all...]
H A Dmir_graph.h46 class MIRGraph;
181 // this on automatically disables the SCE in MIRGraph::EliminateSuspendChecksGate().
345 // IGET/IPUT lowering info index, points to MIRGraph::ifield_lowering_infos_. Due to limit on
348 // SGET/SPUT lowering info index, points to MIRGraph::sfield_lowering_infos_. Due to limit on
351 // INVOKE data index, points to MIRGraph::method_lowering_infos_. Also used for inlined
366 MIR* Copy(MIRGraph* mir_Graph);
425 BasicBlock* Copy(MIRGraph* mir_graph);
437 void Kill(MIRGraph* mir_graph);
483 * @param mir_graph the MIRGraph.
487 MIR* GetNextUnconditionalMir(MIRGraph* mir_grap
555 class MIRGraph { class in namespace:art
[all...]

Completed in 84 milliseconds