HomeSort by relevance Sort by last modified time
    Searched full:data64_ (Results 1 - 1 of 1) sorted by null

  /art/runtime/
imt_conflict_table.h 182 return reinterpret_cast<void**>(&data64_[index]);
190 return reinterpret_cast<ArtMethod*>(static_cast<uintptr_t>(data64_[index]));
198 data64_[index] = dchecked_integral_cast<uint64_t>(reinterpret_cast<uintptr_t>(method));
209 uint64_t data64_[0]; member in union:art::ImtConflictTable::__anon142

Completed in 90 milliseconds