Searched refs:END_OFFSET (Results 1 – 1 of 1) sorted by relevance
421 #define DECL_VISIT_OBJECT(BEGIN_OFFSET, END_OFFSET) … argument424 …(this, ObjectSlot(ToUintPtr(this) + (BEGIN_OFFSET)), ObjectSlot(ToUintPtr(this) + (END_OFFSET))); \428 #define DECL_VISIT_OBJECT_FOR_JS_OBJECT(PARENTCLASS, BEGIN_OFFSET, END_OFFSET) … argument441 …if ((BEGIN_OFFSET) == (END_OFFSET)) { …444 …(this, ObjectSlot(ToUintPtr(this) + (BEGIN_OFFSET)), ObjectSlot(ToUintPtr(this) + (END_OFFSET))); \