Home
last modified time | relevance | path

Searched refs:ProcessDexInstruction (Results 1 – 4 of 4) sorted by relevance

/art/tools/veridex/
Dflow_analysis.h143 void ProcessDexInstruction(const Instruction& inst);
Dflow_analysis.cc228 ProcessDexInstruction(inst); in AnalyzeCode()
259 void VeriFlowAnalysis::ProcessDexInstruction(const Instruction& instruction) { in ProcessDexInstruction() function in art::VeriFlowAnalysis
/art/compiler/optimizing/
Dinstruction_builder.h72 bool ProcessDexInstruction(const Instruction& instruction, uint32_t dex_pc);
Dinstruction_builder.cc434 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