Home
last modified time | relevance | path

Searched refs:vmap_table_offset_ (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Doat_file-inl.h129 return reinterpret_cast<const uint8_t*>(&method_header->vmap_table_offset_) - begin_; in GetVmapTableOffsetOffset()
149 uint32_t offset = reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].vmap_table_offset_; in GetVmapTable()
Doat.h188 uint32_t vmap_table_offset_; variable
Dart_method-inl.h233 reinterpret_cast<const OatQuickMethodHeader*>(code_pointer)[-1].vmap_table_offset_; in GetVmapTable()
245 reinterpret_cast<const OatQuickMethodHeader*>(code_pointer)[-1].vmap_table_offset_; in GetOptimizedCodeInfo()
Doat.cc484 : mapping_table_offset_(mapping_table_offset), vmap_table_offset_(vmap_table_offset), in OatQuickMethodHeader()
/art/compiler/
Doat_writer.cc209 uint32_t offset = oat_class->method_headers_[method_offsets_index].vmap_table_offset_; in GetOffset()
216 oat_class->method_headers_[method_offsets_index].vmap_table_offset_ = in SetOffset()
413 uint32_t vmap_table_offset = method_header->vmap_table_offset_; in VisitMethod()