Searched refs:AnalyzeInvoke (Results 1 – 2 of 2) sorted by relevance
116 virtual RegisterValue AnalyzeInvoke(const Instruction& instruction, bool is_range) = 0;196 RegisterValue AnalyzeInvoke(const Instruction& instruction, bool is_range) override;216 RegisterValue AnalyzeInvoke(const Instruction& instruction, bool is_range) override;
321 last_result_ = AnalyzeInvoke(instruction, /* is_range= */ false); in ProcessDexInstruction()330 last_result_ = AnalyzeInvoke(instruction, /* is_range= */ true); in ProcessDexInstruction()687 RegisterValue FlowAnalysisCollector::AnalyzeInvoke(const Instruction& instruction, bool is_range) { in AnalyzeInvoke() function in art::FlowAnalysisCollector744 RegisterValue FlowAnalysisSubstitutor::AnalyzeInvoke(const Instruction& instruction, in AnalyzeInvoke() function in art::FlowAnalysisSubstitutor