Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbuilder.h57 bool AnalyzeDexInstruction(const Instruction& instruction, int32_t dex_offset);
Dbuilder.cc204 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