Home | History | Annotate | Download | only in ic

Lines Matching refs:receiver_map

31   Handle<Map> receiver_map = IC::TypeToMap(*type, isolate);
32 if (receiver_map->prototype()->IsNull()) {
48 receiver_map->is_dictionary_map()
52 Handle<JSObject> last(JSObject::cast(receiver_map->prototype()));
222 Handle<Map> receiver_map = IC::TypeToMap(*type(), isolate());
223 GenerateFastApiCall(masm(), call_optimization, receiver_map, receiver(),
381 Handle<Map> receiver_map = receiver_maps->at(i);
384 if ((receiver_map->instance_type() & kNotStringTag) == 0) {
386 } else if (receiver_map->instance_type() < FIRST_JS_RECEIVER_TYPE) {
389 bool is_js_array = receiver_map->instance_type() == JS_ARRAY_TYPE;
390 ElementsKind elements_kind = receiver_map->elements_kind();
391 if (receiver_map->has_indexed_interceptor()) {