Home
last modified time | relevance | path

Searched refs:ParseInsn (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/
Dmir_graph.h1287 int ParseInsn(const uint16_t* code_ptr, MIR::DecodedInstruction* decoded_instruction);
Dmir_graph.cc169 int MIRGraph::ParseInsn(const uint16_t* code_ptr, MIR::DecodedInstruction* decoded_instruction) { in ParseInsn() function in art::MIRGraph
766 int width = ParseInsn(code_ptr, &insn->dalvikInsn); in InlineMethod()