Lines Matching defs:map
9 #include "src/objects/map.h"
96 V8_INLINE ResultType Visit(Map map, HeapObject object);
97 // A callback for visiting the map pointer in the object header.
105 // Guard predicate for visiting the objects map pointer separately.
112 V8_INLINE ResultType Visit##TypeName(Map map, TypeName object);
116 V8_INLINE ResultType VisitShortcutCandidate(Map map, ConsString object);
117 V8_INLINE ResultType VisitDataObject(Map map, HeapObject object);
118 V8_INLINE ResultType VisitJSObjectFast(Map map, JSObject object);
119 V8_INLINE ResultType VisitJSApiObject(Map map, JSObject object);
120 V8_INLINE ResultType VisitStruct(Map map, HeapObject object);
121 V8_INLINE ResultType VisitFreeSpace(Map map, FreeSpace object);
136 V8_INLINE int VisitNativeContext(Map map, NativeContext object);
137 V8_INLINE int VisitJSApiObject(Map map, JSObject object);
139 int VisitBytecodeArray(Map map, BytecodeArray object) {
144 int VisitSharedFunctionInfo(Map map, SharedFunctionInfo object);
145 int VisitWeakCell(Map map, WeakCell weak_cell);