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.cc205 ProcessDexInstruction(inst); in AnalyzeCode()
236 void VeriFlowAnalysis::ProcessDexInstruction(const Instruction& instruction) { in ProcessDexInstruction() function in art::VeriFlowAnalysis
/art/compiler/optimizing/
Dinstruction_builder.h73 bool ProcessDexInstruction(const Instruction& instruction, uint32_t dex_pc, size_t quicken_index);
Dinstruction_builder.cc388 if (!ProcessDexInstruction(pair.Inst(), dex_pc, quicken_index)) { in Build()
2399 bool HInstructionBuilder::ProcessDexInstruction(const Instruction& instruction, in ProcessDexInstruction() function in art::HInstructionBuilder