Home | History | Annotate | Download | only in src

Lines Matching defs:instance_type

45     os << map()->instance_type();
52 InstanceType instance_type = map()->instance_type();
55 if (instance_type < FIRST_NONSTRING_TYPE) {
61 switch (instance_type) {
247 os << "UNKNOWN TYPE " << map()->instance_type();
527 os << "\n - type: " << instance_type();
952 InstanceType instance_type = map()->instance_type();
954 if (instance_type <= LAST_ARRAY_KEY_ITERATOR_TYPE) {
956 } else if (instance_type <= LAST_ARRAY_KEY_VALUE_ITERATOR_TYPE) {