Searched refs:ProcessDexInstruction (Results 1 – 4 of 4) sorted by relevance
143 void ProcessDexInstruction(const Instruction& inst);
228 ProcessDexInstruction(inst); in AnalyzeCode()259 void VeriFlowAnalysis::ProcessDexInstruction(const Instruction& instruction) { in ProcessDexInstruction() function in art::VeriFlowAnalysis
72 bool ProcessDexInstruction(const Instruction& instruction, uint32_t dex_pc);
434 if (!ProcessDexInstruction(pair.Inst(), dex_pc)) { in Build()2778 bool HInstructionBuilder::ProcessDexInstruction(const Instruction& instruction, uint32_t dex_pc) { in ProcessDexInstruction() function in art::HInstructionBuilder