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

  /art/runtime/
indirect_reference_table.h 324 return DecodeIndirectRefKind(reinterpret_cast<uintptr_t>(iref));
347 static constexpr IndirectRefKind DecodeIndirectRefKind(uintptr_t uref) {
indirect_reference_table.cc 107 static_assert(DecodeIndirectRefKind(EncodeIndirectRefKind(kLocal)) == kLocal,
109 static_assert(DecodeIndirectRefKind(EncodeIndirectRefKind(kGlobal)) == kGlobal,
111 static_assert(DecodeIndirectRefKind(EncodeIndirectRefKind(kWeakGlobal)) == kWeakGlobal,

Completed in 111 milliseconds