Home
last modified time | relevance | path

Searched refs:VerifyEvacuateYoung (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dverification.h78 void VerifyEvacuateYoung(TaggedObject *obj, ObjectSlot slot, TaggedObject *value) const;
H A Dverification.cpp161 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