Searched defs:offsets (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dclass_linker_test.cc285 // Confirm that all instances field offsets are packed together at the start.
326 // The reference instance offsets have a bit set for each reference offset.
399 std::vector<CheckOffset> offsets; member in struct:art::CheckOffsets
427 if (offsets.size() != num_fields) {
431 << " C++=" << offsets.size();
435 for (size_t i = 0; i < offsets.size(); i++) {
438 if (field_name != offsets[i].java_name) {
443 for (size_t i = 0; i < offsets.size(); i++) {
444 CheckOffset& offset = offsets[i];
447 if (field_name != offsets[
[all...]
H A Ddex_file_verifier.cc291 // Check that all offsets are inside the file.
2107 const uint32_t* offsets = set->entries_; local
2112 if (*offsets != 0 && !CheckOffsetToTypeMap(*offsets, DexFile::kDexTypeAnnotationItem)) {
2118 reinterpret_cast<const DexFile::AnnotationItem*>(begin_ + *offsets);
2128 offsets++;
2131 ptr_ = reinterpret_cast<const uint8_t*>(offsets);
2451 // Assume that the data is OK at this point. Type id offsets have been checked at this point.
2465 // Assume that the data is OK at this point. Field id offsets have been checked at this point.
2482 // Assume that the data is OK at this point. Method id offsets hav
[all...]

Completed in 131 milliseconds