Home | History | Annotate | Download | only in collector

Lines Matching full:vreg

474 void MarkSweep::VerifyRootCallback(const Object* root, void* arg, size_t vreg,
476 reinterpret_cast<MarkSweep*>(arg)->VerifyRoot(root, vreg, visitor, root_type);
479 void MarkSweep::VerifyRoot(const Object* root, size_t vreg, const StackVisitor* visitor,
487 LOG(ERROR) << visitor->DescribeLocation() << " in VReg: " << vreg;