Home
last modified time | relevance | path

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

/art/runtime/
Dimt_conflict_table.h182 return reinterpret_cast<void**>(&data64_[index]); in AddressOfMethod()
190 return reinterpret_cast64<ArtMethod*>(data64_[index]); in GetMethod()
198 data64_[index] = reinterpret_cast64<uint64_t>(method); in SetMethod()
209 uint64_t data64_[0]; member