Home
last modified time | relevance | path

Searched refs:offsets (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dclass_linker_test.cc399 std::vector<CheckOffset> offsets; member
427 if (offsets.size() != num_fields) { in Check()
431 << " C++=" << offsets.size(); in Check()
435 for (size_t i = 0; i < offsets.size(); i++) { in Check()
438 if (field_name != offsets[i].java_name) { in Check()
443 for (size_t i = 0; i < offsets.size(); i++) { in Check()
444 CheckOffset& offset = offsets[i]; in Check()
447 if (field_name != offsets[i].java_name) { in Check()
457 for (size_t i = 0; i < offsets.size(); i++) { in Check()
458 CheckOffset& offset = offsets[i]; in Check()
[all …]
Ddex_file_verifier.cc2107 const uint32_t* offsets = set->entries_; in CheckInterAnnotationSetItem() local
2112 if (*offsets != 0 && !CheckOffsetToTypeMap(*offsets, DexFile::kDexTypeAnnotationItem)) { in CheckInterAnnotationSetItem()
2118 reinterpret_cast<const DexFile::AnnotationItem*>(begin_ + *offsets); in CheckInterAnnotationSetItem()
2128 offsets++; in CheckInterAnnotationSetItem()
2131 ptr_ = reinterpret_cast<const uint8_t*>(offsets); in CheckInterAnnotationSetItem()
DAndroid.mk168 offsets.cc \
/art/compiler/
Doat_writer.cc788 OatMethodOffsets* offsets = &oat_class->method_offsets_[method_offsets_index_]; in VisitMethod() local
789 offsets->code_offset_ = quick_code_offset; in VisitMethod()
894 OatMethodOffsets offsets(0u); in VisitMethod() local
897 offsets = oat_class->method_offsets_[method_offsets_index_]; in VisitMethod()
937 reinterpret_cast<void*>(offsets.code_offset_), pointer_size_); in VisitMethod()
/art/runtime/interpreter/mterp/
DREADME.txt148 values, structure sizes, and struct member offsets. The format is fairly
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1586 # Store the class pointer in the header. This also overwrites the first pointer. The offsets are