Home | History | Annotate | Download | only in runtime

Lines Matching refs:begin_

183   const uint8_t* file_start = reinterpret_cast<const uint8_t*>(begin_);
336 const DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ +
507 (reinterpret_cast<const DexFile::FieldId*>(begin_ + header_->field_ids_off_) + idx)->
548 (reinterpret_cast<const DexFile::MethodId*>(begin_ + header_->method_ids_off_) + idx)->
583 if (!CheckListSize(begin_ + offset, aligned_offset - offset, sizeof(uint8_t), "section")) {
775 (reinterpret_cast<const DexFile::FieldId*>(begin_ + header_->field_ids_off_) + index)->
779 (reinterpret_cast<const DexFile::MethodId*>(begin_ + header_->method_ids_off_) + index)->
791 reinterpret_cast<const DexFile::ClassDef*>(begin_ + header_->class_defs_off_);
1045 const uint8_t* file_end = begin_ + size_;
1471 aligned_offset = ptr_ - begin_;
1545 size_t next_offset = ptr_ - begin_;
1555 const DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + header_->map_off_);
1560 ptr_ = begin_;
1587 ptr_ = begin_ + header_->header_size_;
1599 offset = ptr_ - begin_;
1627 offset = ptr_ - begin_;
2051 const uint8_t* data = begin_ + item->class_data_off_;
2070 const uint8_t* data = begin_ + item->annotations_off_;
2118 reinterpret_cast<const DexFile::AnnotationItem*>(begin_ + *offsets);
2252 ptr_ = begin_ + new_offset;
2323 offset = ptr_ - begin_;
2330 const DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + header_->map_off_);
2497 GetFieldDescriptionOrError(begin_, header_, idx).c_str(),
2517 GetFieldDescriptionOrError(begin_, header_, idx).c_str(),
2529 GetFieldDescriptionOrError(begin_, header_, idx).c_str(),
2544 GetFieldDescriptionOrError(begin_, header_, idx).c_str(),
2562 GetFieldDescriptionOrError(begin_, header_, idx).c_str());
2570 // infrastructure at this point, so do it all by hand. begin and header correspond to begin_ and
2613 GetMethodDescriptionOrError(begin_, header_, method_index).c_str(),
2635 GetMethodDescriptionOrError(begin_, header_, method_index).c_str(),
2642 if (!FindMethodName(method_index, begin_, header_, &str, error_msg)) {
2647 size_t str_offset = (reinterpret_cast<const uint8_t*>(str) - begin_);
2664 GetMethodDescriptionOrError(begin_, header_, method_index).c_str());
2674 GetMethodDescriptionOrError(begin_, header_, method_index).c_str());
2690 GetMethodDescriptionOrError(begin_, header_, method_index).c_str(),
2709 GetMethodDescriptionOrError(begin_, header_, method_index).c_str());
2727 GetMethodDescriptionOrError(begin_, header_, method_index).c_str());
2734 GetMethodDescriptionOrError(begin_, header_, method_index).c_str());
2750 GetMethodDescriptionOrError(begin_, header_, method_index).c_str(),
2756 LOG(WARNING) << "Method " << GetMethodDescriptionOrError(begin_, header_, method_index)
2768 GetMethodDescriptionOrError(begin_, header_, method_index).c_str());
2788 GetMethodDescriptionOrError(begin_, header_, method_index).c_str());
2799 GetMethodDescriptionOrError(begin_, header_, method_index).c_str(),