Home
last modified time | relevance | path

Searched refs:AnalyzeInvoke (Results 1 – 2 of 2) sorted by relevance

/art/tools/veridex/
Dflow_analysis.h116 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;
Dflow_analysis.cc321 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::FlowAnalysisCollector
744 RegisterValue FlowAnalysisSubstitutor::AnalyzeInvoke(const Instruction& instruction, in AnalyzeInvoke() function in art::FlowAnalysisSubstitutor