Searched refs:str_offset (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dtype_lookup_table.h50 if (CmpHashBits(entry->data, hash) && IsStringsEquals(str, entry->str_offset)) {
100 uint32_t str_offset; member in struct:art::TypeLookupTable::Entry
104 Entry() : str_offset(0), data(0), next_pos_delta(0) {}
107 return str_offset == 0;
124 bool IsStringsEquals(const char* str, uint32_t str_offset) const {
125 const uint8_t* ptr = dex_file_.Begin() + str_offset;
H A Dtype_lookup_table.cc89 entry.str_offset = str_id.string_data_off_;
103 entry.str_offset = str_id.string_data_off_;
H A Ddex_file_verifier.cc2647 size_t str_offset = (reinterpret_cast<const uint8_t*>(str) - begin_); local
2648 if (header_->file_size_ - str_offset >= sizeof(kInitName)) {
2653 if (header_->file_size_ - str_offset >= sizeof(kClinitName)) {

Completed in 54 milliseconds