reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
325 bottom = stack_bottom(); 327 bottom = fake_stack()->AddrIsInFakeStack(addr); 328 CHECK(bottom); 329 access->offset = addr - bottom; 330 access->frame_pc = ((uptr*)bottom)[2]; 331 access->frame_descr = (const char *)((uptr*)bottom)[1]; 337 u8 *shadow_bottom = (u8*)MemToShadow(bottom);