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

  /art/runtime/mirror/
array.h 54 static MemberOffset DataOffset(size_t component_size) {
64 intptr_t data = reinterpret_cast<intptr_t>(this) + DataOffset(component_size).Int32Value();
69 intptr_t data = reinterpret_cast<intptr_t>(this) + DataOffset(component_size).Int32Value();
106 intptr_t data = reinterpret_cast<intptr_t>(this) + DataOffset(sizeof(T)).Int32Value();
111 intptr_t data = reinterpret_cast<intptr_t>(this) + DataOffset(sizeof(T)).Int32Value();
  /external/chromium_org/tools/stats_viewer/
stats_table.cs 209 internal long DataOffset {
257 long offset = DataOffset;
274 long data_offset = DataOffset;
  /external/llvm/include/llvm/Object/
MachOFormat.h 254 uint32_t DataOffset;

Completed in 51 milliseconds