HomeSort by relevance Sort by last modified time
    Searched refs:DecodeIndex (Results 1 - 2 of 2) sorted by null

  /art/runtime/
indirect_reference_table.cc 121 static_assert(DecodeIndex(EncodeIndex(0u)) == 0u, "Index encoding error");
122 static_assert(DecodeIndex(EncodeIndex(1u)) == 1u, "Index encoding error");
123 static_assert(DecodeIndex(EncodeIndex(2u)) == 2u, "Index encoding error");
124 static_assert(DecodeIndex(EncodeIndex(3u)) == 3u, "Index encoding error");
indirect_reference_table.h 340 static constexpr uint32_t DecodeIndex(uintptr_t uref) {
368 return DecodeIndex(reinterpret_cast<uintptr_t>(iref));

Completed in 254 milliseconds