Searched refs:ProcessDexInstruction (Results 1 – 4 of 4) sorted by relevance
147 void ProcessDexInstruction(const Instruction& inst);
197 ProcessDexInstruction(inst); in AnalyzeCode()228 void VeriFlowAnalysis::ProcessDexInstruction(const Instruction& instruction) { in ProcessDexInstruction() function in art::VeriFlowAnalysis
74 bool ProcessDexInstruction(const Instruction& instruction, uint32_t dex_pc, size_t quicken_index);
384 if (!ProcessDexInstruction(pair.Inst(), dex_pc, quicken_index)) { in Build()1953 bool HInstructionBuilder::ProcessDexInstruction(const Instruction& instruction, in ProcessDexInstruction() function in art::HInstructionBuilder