Home
last modified time | relevance | path

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

/art/runtime/
Doat_file-inl.h86 uint32_t offset = reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].gc_map_offset_; in GetGcMap()
103 return reinterpret_cast<const uint8_t*>(&method_header->gc_map_offset_) - begin_; in GetGcMapOffsetOffset()
Doat.h190 uint32_t gc_map_offset_; variable
Doat.cc485 gc_map_offset_(gc_map_offset), in OatQuickMethodHeader()
Dart_method-inl.h263 reinterpret_cast<const OatQuickMethodHeader*>(code_pointer)[-1].gc_map_offset_; in GetNativeGcMap()
/art/compiler/
Doat_writer.cc165 uint32_t offset = oat_class->method_headers_[method_offsets_index].gc_map_offset_; in GetOffset()
172 oat_class->method_headers_[method_offsets_index].gc_map_offset_ = in SetOffset()
414 uint32_t gc_map_offset = method_header->gc_map_offset_; in VisitMethod()