Lines Matching refs:receiver_map
30 Handle<Name> name, Handle<Map> receiver_map) { in ComputeLoadNonexistent() argument
32 if (receiver_map->prototype()->IsNull()) { in ComputeLoadNonexistent()
40 IC::GetHandlerCacheHolder(receiver_map, false, isolate, &flag); in ComputeLoadNonexistent()
48 receiver_map->is_dictionary_map() in ComputeLoadNonexistent()
52 Handle<JSObject> last(JSObject::cast(receiver_map->prototype())); in ComputeLoadNonexistent()
75 NamedLoadHandlerCompiler compiler(isolate, receiver_map, last, flag); in ComputeLoadNonexistent()
313 Handle<Map> receiver_map = map(); in CompileLoadInterceptor() local
316 receiver_map, property_holder); in CompileLoadInterceptor()
572 Handle<Map> receiver_map = receiver_maps->at(i); in CompileElementHandlers() local
575 if (receiver_map->IsStringMap()) { in CompileElementHandlers()
577 } else if (receiver_map->instance_type() < FIRST_JS_RECEIVER_TYPE) { in CompileElementHandlers()
582 bool is_js_array = receiver_map->instance_type() == JS_ARRAY_TYPE; in CompileElementHandlers()
583 ElementsKind elements_kind = receiver_map->elements_kind(); in CompileElementHandlers()
589 *receiver_map == in CompileElementHandlers()
593 if (receiver_map->has_indexed_interceptor()) { in CompileElementHandlers()