Searched refs:VerifyEvacuateYoung (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | verification.h | 78 void VerifyEvacuateYoung(TaggedObject *obj, ObjectSlot slot, TaggedObject *value) const;
|
H A D | verification.cpp | 161 VerifyEvacuateYoung(object, slot, slotValue.GetTaggedObject()); in VerifyHeapObjectSlotLegal() 305 void VerifyObjectVisitor::VerifyEvacuateYoung(TaggedObject *object, ObjectSlot slot, TaggedObject *value) const in VerifyEvacuateYoung() function in panda::ecmascript::VerifyObjectVisitor 370 VerifyEvacuateYoung(root, slot, value); in VerifyEvacuateOld() 377 VerifyEvacuateYoung(root, slot, value); in VerifyEvacuateFull()
|
Completed in 2 milliseconds