Home
last modified time | relevance | path

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

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