Home | History | Annotate | Download | only in ia32

Lines Matching refs:addr_at

1102   byte* addr_at(int pos) { return buffer_ + pos; }
1107 return *reinterpret_cast<uint32_t*>(addr_at(pos));
1110 *reinterpret_cast<uint32_t*>(addr_at(pos)) = x;