Home | History | Annotate | Download | only in ic

Lines Matching defs:instance_type

35                                Node* instance_type, Node* intptr_index,
105 Node* instance_type = LoadMapInstanceType(prototype_map);
108 GotoIf(Int32LessThanOrEqual(instance_type,
423 Node* receiver, Node* receiver_map, Node* instance_type, Node* intptr_index,
434 GotoIf(Word32Equal(instance_type, Int32Constant(JS_ARRAY_TYPE)), &if_array);
537 Node* instance_type = LoadMapInstanceType(holder_map);
543 TryLookupProperty(holder, holder_map, instance_type, name, &found_fast,
600 GotoIf(Word32Equal(instance_type, Int32Constant(JS_TYPED_ARRAY_TYPE)),
924 Node* instance_type = LoadMapInstanceType(receiver_map);
927 GotoIf(Int32LessThanOrEqual(instance_type,
936 EmitGenericElementStore(receiver, receiver_map, instance_type,