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

  /art/compiler/utils/
test_dex_file_builder.h 169 uint32_t raw_offset = data_section_offset + entry.second.data_offset; local
170 dex_file_data_[raw_offset] = static_cast<uint8_t>(entry.first.size());
171 std::memcpy(&dex_file_data_[raw_offset + 1], entry.first.c_str(), entry.first.size() + 1);
172 Write32(string_ids_offset + entry.second.idx * sizeof(DexFile::StringId), raw_offset);
184 uint32_t raw_offset = proto_ids_offset + entry.second.idx * sizeof(DexFile::ProtoId); local
185 Write32(raw_offset + 0u, GetStringIdx(entry.first.shorty));
186 Write16(raw_offset + 4u, GetTypeIdx(entry.first.return_type));
187 Write32(raw_offset + 8u, type_list_offset);
199 uint32_t raw_offset = field_ids_offset + entry.second * sizeof(DexFile::FieldId); local
200 Write16(raw_offset + 0u, GetTypeIdx(entry.first.class_descriptor))
206 uint32_t raw_offset = method_ids_offset + entry.second * sizeof(DexFile::MethodId); local
    [all...]
  /external/v8/src/
frames.cc 1382 int raw_offset = Smi::cast(GetExpression(index))->value(); local
1393 int raw_offset = Smi::cast(Memory::Object_at(expression_offset))->value(); local
1402 int raw_offset = new_offset + BytecodeArray::kHeaderSize - kHeapObjectTag; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzregts.cpp 482 int32_t raw_offset = tz->getRawOffset(); local
484 if (offset == raw_offset)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRegressionTest.java 337 long raw_offset = tz.getRawOffset(); local
338 if (offset == raw_offset)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRegressionTest.java 336 long raw_offset = tz.getRawOffset(); local
337 if (offset == raw_offset)
    [all...]

Completed in 1450 milliseconds