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

  /art/runtime/
oat_file-inl.h 116 return reinterpret_cast<const byte*>(&method_header->mapping_table_offset_) - begin_;
137 uint32_t offset = reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].mapping_table_offset_;
oat.h 183 uint32_t mapping_table_offset_; variable
oat.cc 503 : mapping_table_offset_(mapping_table_offset), vmap_table_offset_(vmap_table_offset),
  /art/compiler/
oat_writer.cc 168 uint32_t offset = oat_class->method_headers_[method_offsets_index].mapping_table_offset_;
175 oat_class->method_headers_[method_offsets_index].mapping_table_offset_ =
378 uint32_t mapping_table_offset = method_header->mapping_table_offset_;
    [all...]
  /art/runtime/mirror/
art_method-inl.h 262 reinterpret_cast<const OatQuickMethodHeader*>(code_pointer)[-1].mapping_table_offset_;

Completed in 98 milliseconds