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

  /external/llvm/lib/DebugInfo/DWARF/
DWARFTypeUnit.cpp 21 TypeOffset = debug_info.getU32(offset_ptr);
22 return TypeOffset < getLength();
32 << " type_offset = " << format("0x%04x", TypeOffset)
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 20 uint32_t TypeOffset;
  /art/compiler/utils/
dex_cache_arrays_layout.h 54 size_t TypeOffset(uint32_t type_idx) const;
dex_cache_arrays_layout-inl.h 40 inline size_t DexCacheArraysLayout::TypeOffset(uint32_t type_idx) const {
  /art/compiler/dex/quick/
gen_common.cc 99 uint32_t offset = dex_cache_arrays_layout_.TypeOffset(field_info.StorageIndex());
    [all...]
ralloc_util.cc     [all...]

Completed in 131 milliseconds