HomeSort by relevance Sort by last modified time
    Searched refs:ptr_base (Results 1 - 3 of 3) sorted by null

  /art/runtime/gc/accounting/
space_bitmap-inl.h 78 uintptr_t ptr_base = IndexToOffset(word_start) + heap_begin_; local
81 mirror::Object* obj = reinterpret_cast<mirror::Object*>(ptr_base + shift * kAlignment);
91 uintptr_t ptr_base = IndexToOffset(i) + heap_begin_; local
94 mirror::Object* obj = reinterpret_cast<mirror::Object*>(ptr_base + shift * kAlignment);
111 uintptr_t ptr_base = IndexToOffset(word_end) + heap_begin_; local
114 mirror::Object* obj = reinterpret_cast<mirror::Object*>(ptr_base + shift * kAlignment);
space_bitmap.cc 112 uintptr_t ptr_base = IndexToOffset(i) + heap_begin_; local
115 mirror::Object* obj = reinterpret_cast<mirror::Object*>(ptr_base + shift * kAlignment);
156 uintptr_t ptr_base = IndexToOffset(i) + live_bitmap.heap_begin_; local
160 *pb++ = reinterpret_cast<mirror::Object*>(ptr_base + shift * kAlignment);
257 uintptr_t ptr_base = IndexToOffset(i) + heap_begin_; local
260 mirror::Object* obj = reinterpret_cast<mirror::Object*>(ptr_base + shift * kAlignment);
  /external/libvpx/libvpx/vp8/common/
reconinter.c 319 unsigned char *ptr_base; local
325 ptr_base = x->pre.y_buffer;
326 ptr = ptr_base + (mv_row >> 3) * pre_stride + (mv_col >> 3);
389 unsigned char *ptr_base = x->pre.y_buffer; local
399 ptr = ptr_base + ( _16x16mv.as_mv.row >> 3) * pre_stride + (_16x16mv.as_mv.col >> 3);

Completed in 76 milliseconds