Searched refs:ProcessDexInstruction (Results 1 – 4 of 4) sorted by relevance
143 void ProcessDexInstruction(const Instruction& inst);
205 ProcessDexInstruction(inst); in AnalyzeCode()236 void VeriFlowAnalysis::ProcessDexInstruction(const Instruction& instruction) { in ProcessDexInstruction() function in art::VeriFlowAnalysis
75 bool ProcessDexInstruction(const Instruction& instruction, uint32_t dex_pc, size_t quicken_index);
385 if (!ProcessDexInstruction(pair.Inst(), dex_pc, quicken_index)) { in Build()2126 bool HInstructionBuilder::ProcessDexInstruction(const Instruction& instruction, in ProcessDexInstruction() function in art::HInstructionBuilder