HomeSort by relevance Sort by last modified time
    Searched full:str_offset (Results 1 - 6 of 6) sorted by null

  /art/runtime/
type_lookup_table.h 50 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;
type_lookup_table.cc 89 entry.str_offset = str_id.string_data_off_;
103 entry.str_offset = str_id.string_data_off_;
dex_file_verifier.cc 2647 size_t str_offset = (reinterpret_cast<const uint8_t*>(str) - begin_); local
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 158 // The data itself consists of a str_offset, a count of the DIEs in the
163 // uint32_t str_offset
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 664 dwarf_vma str_offset; local
683 str_offset = byte_get (index_section->start + index_offset, offset_size);
684 str_offset -= str_section->address;
685 if (str_offset >= str_section->size)
688 dwarf_vmatoa ("x", str_offset));
692 return (const char *) str_section->start + str_offset;
    [all...]
  /external/llvm/docs/
SourceLevelDebugging.rst     [all...]

Completed in 288 milliseconds