Lines Matching defs:map
13 #include "src/objects/map-inl.h"
14 #include "src/objects/map.h"
19 bool NativeContextInferrer::Infer(Isolate* isolate, Map map, HeapObject object,
21 switch (map.visitor_id()) {
37 return InferForJSObject(isolate, map, JSObject::cast(object),
44 V8_INLINE bool NativeContextStats::HasExternalBytes(Map map) {
45 InstanceType instance_type = map.instance_type();
50 V8_INLINE void NativeContextStats::IncrementSize(Address context, Map map,
54 if (HasExternalBytes(map)) {
55 IncrementExternalSize(context, map, object);