Lines Matching defs:images
262 ModuleList &images, Log *log) {
279 Function *first_callee = first_edge->GetCallee(images, exe_ctx);
299 ModuleList &images;
303 DFS(Function *end, ModuleList &images, Target &target,
305 : end(end), images(images), target(target), context(context) {}
336 Function *next_callee = edge->GetCallee(images, context);
351 DFS(&end, images, target, exe_ctx).search(*first_edge, *first_callee, path);
407 ModuleList &images = next_frame.CalculateTarget()->GetImages();
411 path, images, log);