Home
last modified time | relevance | path

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

/aosp12/art/tools/veridex/
H A 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;
H A Dflow_analysis.cc344 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::FlowAnalysisCollector
767 RegisterValue FlowAnalysisSubstitutor::AnalyzeInvoke(const Instruction& instruction, in AnalyzeInvoke() function in art::FlowAnalysisSubstitutor