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_cast<ArtMethod*>(static_cast<uintptr_t>(data64_[index])); in GetMethod()
198 data64_[index] = dchecked_integral_cast<uint64_t>(reinterpret_cast<uintptr_t>(method)); in SetMethod()
209 uint64_t data64_[0]; member