Home
last modified time | relevance | path

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

/art/tools/veridex/
Dflow_analysis.h147 void ProcessDexInstruction(const Instruction& inst);
Dflow_analysis.cc197 ProcessDexInstruction(inst); in AnalyzeCode()
228 void VeriFlowAnalysis::ProcessDexInstruction(const Instruction& instruction) { in ProcessDexInstruction() function in art::VeriFlowAnalysis
/art/compiler/optimizing/
Dinstruction_builder.h74 bool ProcessDexInstruction(const Instruction& instruction, uint32_t dex_pc, size_t quicken_index);
Dinstruction_builder.cc384 if (!ProcessDexInstruction(pair.Inst(), dex_pc, quicken_index)) { in Build()
1953 bool HInstructionBuilder::ProcessDexInstruction(const Instruction& instruction, in ProcessDexInstruction() function in art::HInstructionBuilder