Home
last modified time | relevance | path

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

/art/profman/
Dprofman.cc1142 void VisitAllInstructions(const TypeReference& class_ref, uint16_t method_idx, Visitor visitor) { in VisitAllInstructions() function in art::ProfMan
1168 VisitAllInstructions(class_ref, method_idx, [&](const DexInstructionPcPair& inst) -> bool { in GetAllInvokes()
1196 VisitAllInstructions(class_ref, method_index, [&](const DexInstructionPcPair& inst) -> bool { in HasSingleInvoke()