Searched defs:MappingTableDataAccess (Results 1 – 1 of 1) sorted by relevance
162 struct OatWriter::MappingTableDataAccess { struct in art::OatWriter163 static const SwapVector<uint8_t>* GetData(const CompiledMethod* compiled_method) ALWAYS_INLINE { in GetData()167 static uint32_t GetOffset(OatClass* oat_class, size_t method_offsets_index) ALWAYS_INLINE { in GetOffset()173 static void SetOffset(OatClass* oat_class, size_t method_offsets_index, uint32_t offset) in SetOffset()179 static const char* Name() { in Name()