Home
last modified time | relevance | path

Searched defs:GcMapDataAccess (Results 1 – 1 of 1) sorted by relevance

/art/compiler/
Doat_writer.cc159 struct OatWriter::GcMapDataAccess { struct in art::OatWriter
160 static const SwapVector<uint8_t>* GetData(const CompiledMethod* compiled_method) ALWAYS_INLINE { in GetData()
164 static uint32_t GetOffset(OatClass* oat_class, size_t method_offsets_index) ALWAYS_INLINE { in GetOffset()
170 static void SetOffset(OatClass* oat_class, size_t method_offsets_index, uint32_t offset) in SetOffset()
176 static const char* Name() { in Name()