Searched refs:AnalyzeDexInstruction (Results 1 – 2 of 2) sorted by relevance
57 bool AnalyzeDexInstruction(const Instruction& instruction, int32_t dex_offset);
204 if (!AnalyzeDexInstruction(instruction, dex_offset)) return nullptr; in BuildGraph()463 bool HGraphBuilder::AnalyzeDexInstruction(const Instruction& instruction, int32_t dex_offset) { in AnalyzeDexInstruction() function in art::HGraphBuilder