Home
last modified time | relevance | path

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

/art/runtime/
Dimt_conflict_table.h184 return reinterpret_cast<void**>(&data32_[index]); in AddressOfMethod()
192 return reinterpret_cast<ArtMethod*>(static_cast<uintptr_t>(data32_[index])); in GetMethod()
200 data32_[index] = dchecked_integral_cast<uint32_t>(reinterpret_cast<uintptr_t>(method)); in SetMethod()
208 uint32_t data32_[0]; member