Home | History | Annotate | Download | only in src

Lines Matching refs:untagged

929       intptr_t untagged = reinterpret_cast<intptr_t>(*field) & ~kFailureTagMask;
930 *field = reinterpret_cast<Object*>(untagged | kHeapObjectTag);