Lines Matching defs:access
64 const char *Access() { return Blue(); }
359 // current memory access, indicate it in the log.
385 // FIXME: we may want to also print the size of the access here,
387 str.append("%s <== Memory access at offset %zd %s this variable%s\n",
432 // Try to fetch precise stack frame for this access.
433 AsanThread::StackFrameAccess access;
434 if (!t->GetStackFrameAccessByAddr(addr, &access)) {
438 Printf(" at offset %zu in frame%s\n", access.offset, d.EndLocation());
451 accessaccess.frame_pc);
453 access.frame_pc += 16;
455 StackTrace alloca_stack(&access.frame_pc, 1);
459 if (!ParseFrameDescription(access.frame_descr, &vars)) {
461 "descriptor: |%s|\n", access.frame_descr);
473 PrintAccessAndVarIntersection(vars[i], access.offset, access_size,
517 "(wild memory access suspected).\n");
1028 d.Access(),
1029 access_size ? (is_write ? "WRITE" : "READ") : "ACCESS",