Searched refs:gc_map_offset_ (Results 1 – 5 of 5) sorted by relevance
86 uint32_t offset = reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].gc_map_offset_; in GetGcMap()103 return reinterpret_cast<const byte*>(&method_header->gc_map_offset_) - begin_; in GetGcMapOffsetOffset()
187 uint32_t gc_map_offset_; variable
504 gc_map_offset_(gc_map_offset), in OatQuickMethodHeader()
146 uint32_t offset = oat_class->method_headers_[method_offsets_index].gc_map_offset_; in GetOffset()153 oat_class->method_headers_[method_offsets_index].gc_map_offset_ = in SetOffset()380 uint32_t gc_map_offset = method_header->gc_map_offset_; in VisitMethod()
300 reinterpret_cast<const OatQuickMethodHeader*>(code_pointer)[-1].gc_map_offset_; in GetNativeGcMap()