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

  /art/runtime/gc/accounting/
space_bitmap-inl.h 79 const uintptr_t offset_start = visit_begin - heap_begin_; local
82 const uintptr_t index_start = OffsetToIndex(offset_start);
85 const size_t bit_start = (offset_start / kAlignment) % kBitsPerIntPtrT;
  /external/jsoncpp/include/json/
reader.h 43 size_t offset_start; member in struct:Json::Reader::StructuredError
  /external/jsoncpp/src/test_lib_json/
main.cpp     [all...]
  /external/jsoncpp/src/lib_json/
json_reader.cpp 827 structured.offset_start = error.token_.start_ - begin_;

Completed in 489 milliseconds