Searched refs:IterateRefBody (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | visitor.h | 86 static inline void IterateRefBody(TaggedObject *root, const EcmaObjectRangeVisitor& visitor) in IterateRefBody() function 96 …static inline void IterateRefBody(TaggedObject *root, const EcmaObjectRangeVisitor& visitor, size_… in IterateRefBody() function
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_macros.h | 497 …ObjectBodyIterator<visitType, (BEGIN_OFFSET), (END_OFFSET), SIZE>::IterateRefBody(this, visitor); \ 532 … (END_OFFSET), SIZE>::IterateRefBody(this, visitor, PARENTCLASS::SIZE); \
|