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;
344 last_result_ = AnalyzeInvoke(instruction, /* is_range= */ false); in ProcessDexInstruction()353 last_result_ = AnalyzeInvoke(instruction, /* is_range= */ true); in ProcessDexInstruction()710 RegisterValue FlowAnalysisCollector::AnalyzeInvoke(const Instruction& instruction, bool is_range) { in AnalyzeInvoke() function in art::FlowAnalysisCollector767 RegisterValue FlowAnalysisSubstitutor::AnalyzeInvoke(const Instruction& instruction, in AnalyzeInvoke() function in art::FlowAnalysisSubstitutor