reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
516 CHECK(offset >= 0 && offset < static_cast<sptr>(access_size)); 516 CHECK(offset >= 0 && offset < static_cast<sptr>(access_size)); 519 reinterpret_cast<tag_t *>(MemToShadow(untagged_addr + offset)); 526 if (offset != 0) 527 Printf("Invalid access starting at offset [%zu, %zu)\n", offset, 528 Min(access_size, static_cast<uptr>(offset) + (1 << kShadowScale)));