Lines Matching full:target_descriptors
2977 DescriptorArray* target_descriptors = target_map->instance_descriptors();2978 int number = target_descriptors->SearchWithCache(name);2980 ASSERT(target_descriptors->GetType(number) == CONSTANT_FUNCTION);2982 JSFunction::cast(target_descriptors->GetValue(number));